Update documentation for keymgmt export utils
[openssl.git] / crypto / evp /
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
2022-10-13 Juergen ChristAdd translation for ECX group parameter
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-10-03 Matt CaswellEnsure we call the cleanup() function when cleaning...
2022-10-03 Matt CaswellFix usage of custom EVP_CIPHER objects
2022-09-30 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-15 Tomáš MrázEVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS...
2022-09-15 K1Add support for PBE using hmacWithSM3
2022-08-22 Tianjia Zhangevp: Use functions instead of direct structure field...
2022-08-22 Tianjia Zhangevp: Simplify ARIA aead cipher definition
2022-08-03 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2022-07-14 Dr. David von Oheimbcrypto/evp/bio_b64.c: improve coding style
2022-07-12 slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-28 Daniel FialaAllocate EVP_PBE_CTL with OPENSSL_zalloc.
2022-06-15 K1Fix a mem leak in evp_pkey_export_to_provider
2022-06-10 Tomas MrazCheck return of BIO_new() and always free pkey from...
2022-06-08 Matt CaswellFix a mem leak in evp_pkey_copy_downgraded()
2022-06-02 Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-06-02 Jiuhai ZhangFix code format: BLOCK_CIPHER_custom
2022-05-27 Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-26 Peiwei HuFix the defective check of EVP_PKEY_get_params
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-18 Hubert Karioadd support for SHA-3 based PRF to PBES2
2022-05-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas Mrazint_ctx_new(): Revert extra OPENSSL_init_crypto() call
2022-05-09 Benjamin Kadukevp_md: assert digest is provided for algctx reuse
2022-05-09 Tomas MrazEVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init...
2022-05-08 PauliFix Coverity 1201740 & 1201712: uninitialised values
2022-05-06 PauliFix Coverity 1503322, 1503324, 1503328 memory accesses
2022-05-06 PauliFix Coverity 1503325 use after free
2022-05-06 PauliRemove the _fetch_by_number functions
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-05-02 Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-05-02 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-04-29 Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-12 Daniel HuSM4 optimization for ARM by ASIMD
2022-04-11 yuanjungongCrypto/evp: Fix null pointer dereference
2022-04-03 PauliFix Coverity 1503096: out-of-bounds access
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-29 PauliUse safe math to computer sizes.
2022-03-15 Hugo LandauFix signed integer overflow in evp_enc
2022-03-15 Oliver RobertsFixed typo in inner_evp_generic_fetch() error handling
2022-03-15 Hugo LandauFix IV length caching in EVP encryption code
2022-03-13 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-02-28 Paulifetch: convert a NULL property query to ""
2022-02-18 EasySecenc : add support for wrap mode
2022-02-06 Paulievp enc: cache cipher key length
2022-02-06 Paulievp enc: cache cipher IV length
2022-02-06 Pauliaes: avoid accessing key length field directly
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 Todd ShortFix copyrights
2022-01-19 PauliAdd context dup functions for digests and ciphers
2022-01-18 Daniel HuSM4 optimization for ARM by HW instruction
2022-01-17 Tomas MrazProperly return error on EVP_PKEY_CTX_set_dh_nid and...
2022-01-14 manisonEVP: fix evp_keymgmt_util_match so that it actually...
2022-01-13 Matt CaswellClear md_data only when necessary
2022-01-13 Gerd Hoffmanndrop unused callback variable
2022-01-12 Tomas MrazEVP_DigestSignFinal: *siglen should not be read if...
2022-01-10 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-10 Matt CaswellEnsure that MDs created via EVP_MD_meth_new() go down...
2022-01-10 Tomas MrazEVP_PKEY_derive_set_peer_ex: Export the peer key to...
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2022-01-05 Dimitris ApostolouFix typos
2021-12-17 Paulievp: address a use after free state when using HMAC...
2021-12-13 Richard LevitteFix EVP_PKEY_eq() to be possible to use with strictly...
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-24 Tomas MrazEVP_MD_CTX_copy_ex: Allow copying uninitialized digest...
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-11-12 Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-11-07 PauliAddress coverity 1493382 argument cannot be negative
2021-11-07 PauliAddress Coverity 1493387 Logically dead code
2021-11-07 Pauliavoid a NULL dereference when getting digest
2021-11-05 Phil MesnierFix for a segv interrupt that occurs when fix_dh_rfc511...
2021-11-04 PauliRemove redundant tests
2021-11-01 PW HuFix incorrect return check of BN_bn2nativepad
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: For all operations that use an EVP_PKEY, check...
2021-10-27 Richard LevitteEVP: Allow a fallback for operations that work with...
2021-10-27 Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-27 Richard LevitteEVP: Add evp_keymgmt_fetch_from_prov()
2021-10-27 Richard LevitteEVP: Add the internal function evp_generic_fetch_from_p...
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-10-22 Matt CaswellEnforce a size check in EVP_MAC_final()
2021-10-22 Matt CaswellPrevent an overflow if an application supplies a buffer...
2021-10-19 Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-16 Richard LevitteFix lock leak in evp_keymgmt_util_export_to_provider()
2021-10-12 Tomas Mrazctrl_params_translate: Fix leak of BN_CTX
next