summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
AgeCommit message (Expand)Author
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2022-12-21make updateTomas Mraz
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-09Add context dup functions for digests and ciphersPauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-05-03make updateMatt Caswell
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
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
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-20Add ordinal numbers to the .num filesMatt Caswell
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12apps: change list command to only list fetchable algorithms.Pauli
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis