Don't test a deprecated function in a no-deprecated build
[openssl.git] / crypto / evp /
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-26 Shane LontisFix EVP_CIPHER_CTX_set_padding for legacy path
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-26 Tomas MrazFix regression in EVP_DigestInit_ex: crash when called...
2020-11-26 Tomas MrazEVP_DigestFinalXOF must not reset the EVP_MD_CTX
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Paulirename sha1_ctrl to ossl_sha1_ctrl.
2020-11-18 PauliRename md5_sha1_* ossl_md5_sha1_*
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-13 Richard LevitteEVP: Adapt EVP_PKEY2PKCS8() to better handle provider...
2020-11-13 Shane LontisRemove unused helper functions EVP_str2ctrl() & EVP_hex...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-07 Richard LevitteEVP: Have all EVP_PKEY check functions export to provid...
2020-11-05 Matt CaswellUpdate copyright year
2020-11-02 Daniel BeveniusEVP: Fix typo in EVP_PKEY_gen comment
2020-11-02 jwalchInitialize outl in evp_enc.c to 0, protect against...
2020-10-30 jwalchPatch leak in EVP_PKEY2PKCS8() error path
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-22 PauliRemove EVP_aes_(128|192|256)_siv functions
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-13 Richard LevitteEVP: Take care of locks when downgrading an EVP_PKEY
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25 Shane LontisAdd EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_...
2020-09-25 Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-25 Matt CaswellRemove some dead SM2 code
2020-09-25 Richard LevitteEVP: Enforce that EVP_PKEY_set_alias_type() only works...
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisFix CID 1466714 : Null pointer dereference in EVP_PKEY_...
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-09-23 Paulievp_rand: fix bug in gettable_ctx/settable_ctx calls
2020-09-22 Paulirand: reference count the EVP_RAND contexts.
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-22 Paul YangAdd SM2 key management
2020-09-20 Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-09-20 Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-17 Dmitry BelyavskiyHMAC should work with non-provided digests
2020-09-17 Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17 Matt CaswellRedirect EVP_DigestInit to EVP_DigestSignInit_ex if...
2020-09-17 jwalchAdd a NULL check to EVP_PKEY_assign
2020-09-16 Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-16 Shane LontisAdd self tests for rsa encryption
2020-09-15 PauliPKCS5 PBE: free allocations on unlikely / impossible...
2020-09-13 Richard LevitteEVP: Centralise fetching error reporting
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-12 Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-10 Matt CaswellFix an EVP_MD_CTX leak
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08 Richard LevitteEVP: Expand the use of EVP_PKEY_CTX_md()
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08 Richard LevitteEVP: Don't shadow EVP_PKEY_CTX_new* error records
2020-09-08 Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-09-03 Richard LevitteEVP: Don't report malloc failure in new_raw_key_int()
2020-09-03 Richard LevitteEVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03 Matt CaswellEnsure EVP_MAC_update() passes the length even if it...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellDelete unused PKEY MAC files
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29 Matt CaswellDon't require a default digest from signature algorithms
2020-08-29 Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29 Matt CaswellFix some EVP_MD_CTX_* functions
2020-08-29 Matt CaswellConvert EVP_PKEY_CTX_set_mac_key() into a function
2020-08-29 Matt CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-27 PauliEVP: NULL pctx pointer after free.
2020-08-24 Shane LontisFix coverity CID #1452773 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1452775 & #1452772- Dereference befor...
2020-08-24 Shane LontisFix coverity CID #1454638 - Dereference after NULL...
2020-08-24 Shane LontisFix coverity CID #1455335 - Dereference after NULL...
2020-08-24 Shane LontisFix coverity CID #1465594 - Null dereference in EVP_PKE...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-20 Richard LevitteEVP: Have evp_pkey_cmp_any() detect if export wasn...
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Benjamin KadukAvoid deprecated function in evp_lib.c
next