summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
AgeCommit message (Expand)Author
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-10Align util/libcrypto.num with the openssl-3.0 branchRichard Levitte
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
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 CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-04-22Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-02CMS sign digestViktor Söderqvist
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte
2022-01-19Add context dup functions for digests and ciphersPauli
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-07-29make updateMatt Caswell
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-10util: convert SHA* one shots back to being functionsPauli
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-06-05Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell
2021-06-05Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte
2021-06-03Restore all the ? in util/libcrypto.numRichard Levitte
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02Fix up bad libcrypto.numJon Spillett
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
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-26Deprecate old style BIO callback callsTomas Mraz