]> git.ipfire.org Git - thirdparty/openssl.git/history - util/libcrypto.num
RFC7250 (RPK) support
[thirdparty/openssl.git] / util / libcrypto.num
2023-03-28  Todd ShortRFC7250 (RPK) support
2023-03-25  Dr. David von OheimbCMP add: fix -reqin option, which requires adding OSSL_...
2023-02-08  Oliver MihatschNew function EC_GROUP_to_params to convert an EC_GROUP...
2023-01-27  Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-26  Dr. David von Oheimbadd OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and...
2023-01-16  slontisPKCS12 - Add additional libctx and propq support.
2023-01-13  Hugo LandauQUIC: make update
2022-12-06  Patrick MillsImplement OSSL_PROVIDER_get0_default_search_path, add...
2022-11-25  Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25  Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-23  Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-11-21  slontisImprove FIPS RSA keygen performance.
2022-11-07  Todd ShortAdd zlib oneshot compression
2022-11-02  slontisAdd d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
2022-11-01  Paulirand: add set0 calls for the private and public DRBGs
2022-10-18  Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-18  Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18  Todd ShortAdd brotli compression support (RFC7924)
2022-10-17  Čestmír Kalinacrypto: add preemptive threading support
2022-10-10  Richard LevitteAlign util/libcrypto.num with the openssl-3.0 branch
2022-10-07  Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-10-06  Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-09-23  Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23  slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23  Hugo LandauBIO_s_dgram_pair
2022-09-14  Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-08-24  Dr. David von Oheimbadd missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-08-19  Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-07-28  Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-20  Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-19  Dr. David von OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-16  Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-06-28  Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-22  Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-04-22  Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-02  Viktor SöderqvistCMS sign digest
2022-03-10  Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10  Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2022-01-20  Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-19  PauliAdd context dup functions for digests and ciphers
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-07-29  Matt Caswellmake update
2021-07-26  Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-06-30  Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-16  Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-11  Dr. David von OheimbRename OSSL_HTTP_set_request() to OSSL_HTTP_set1_reques...
2021-06-11  William EdmistenAdd support for ISO 8601 datetime format
2021-06-10  Pauliutil: convert SHA* one shots back to being functions
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05  Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05  Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-05  Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-03  Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-03  Richard LevitteRestore all the ? in util/libcrypto.num
2021-06-02  Paulilibcrypto: make XXX_get_number() internal
2021-06-02  Jon SpillettFix up bad libcrypto.num
2021-06-02  Tomas MrazAdd NCONF_get_section_names()
2021-06-02  Rich SalzAdd NCONF_get0_libctx()
2021-06-01  Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-05-26  Tomas MrazDeprecate old style BIO callback calls
2021-05-25  Paulimac: add a getter for the MAC block size.
2021-05-24  Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-20  Matt CaswellAdd ordinal numbers to the .num files
2021-05-19  Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-13  Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-12  Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-12  Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-12  Pauliapps: change list command to only list fetchable algori...
2021-05-11  Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11  Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08  Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08  Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-05  Rich SalzRemove all trace of FIPS_mode functions
2021-05-05  Paulimac: add EVP_MAC_finalXOF() function
2021-05-04  Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-04-29  Jon SpillettAdd library context and property query support into...
2021-04-28  Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28  Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-28  Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-04-26  Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-20  Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-19  Matt CaswellAdd the function OSSL_LIB_CTX_get0_global_default()
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-17  PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-15  Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15  Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-12  Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12  Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-08  Shane LontisFix more certificate related lib_ctx settings.
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02  Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02  Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-03-31  Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-28  Tomas MrazImplement EVP_PKEY_dup() function
2021-03-26  Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-22  Shane LontisFix usages of const EVP_MD.
next