summaryrefslogtreecommitdiffstats
path: root/doc/build.info
AgeCommit message (Expand)Author
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-22QUIC: Add tests for datagram injection APIHugo Landau
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-02-28Add documentation for "NULL" cipher and digest algorithms.slontis
2023-01-27QUIC: Add documentation for stream and connection shutdown functionsHugo Landau
2023-01-13QUIC CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau
2023-01-13QUIC CSM: Documentation for new APIsHugo Landau
2023-01-10Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht
2022-12-22Docs: Move deprecated ECDSA_ functions into a separate file.slontis
2022-12-15BIO_s_dgram: add documentation and hazard warningsHugo Landau
2022-12-08Move the description of the core types into their own pagesRichard Levitte
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell
2022-11-18Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-09-26Add documentation for the OPENSSL_gmtime functionsTodd Short
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-08-24add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...Dr. David von Oheimb
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-06-03Add OSSL_QUIC methods to headers and manual pagesTomas Mraz
2022-05-04X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb
2022-04-22Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-03-14Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2021-10-27EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte
2021-09-28doc: include PVK KDFdocumentation in build.infoPauli
2021-09-23Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller
2021-08-05update doc/build.infoPauli
2021-07-05doc: include PBKDF1 documentation in build.infoPauli
2021-06-08doc: build changes for PKEY life cycle documentationPauli
2021-06-08doc: add build info for cipher life cycle documentationPauli
2021-06-08doc: add digest life cycle documentationPauli
2021-06-05Add documentation for newly added ASN1 functionsMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-05-28Add Docs for EVP_CIPHER-*Shane Lontis
2021-05-22doc: process images when installingPauli
2021-05-20Add migration guide for 3.0Shane Lontis
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-04Document the new core BIO public API supportMatt Caswell
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis