fixup! Adding interop tests
[openssl.git] / crypto / evp /
2024-01-01 Neil Hormangate calling of evp_method_id on having a non-zero...
2023-10-24 Matt CaswellCopyright year updates
2023-10-24 Paulievp: process key length and iv length early if present
2023-10-24 Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-10-17 Dr. David von OheimbEVP shake_ctrl(): add missing NULL evp_ctx check
2023-10-05 Tomas MrazOptimize out unneeded up_ref/free of EVP_CIPHER
2023-10-04 Richard LevitteRestore the meaning of EVP_PKEY_print_private()
2023-09-22 Matthias St. Pierreno-engine: fix signing with legacy app method based...
2023-08-24 Ingo FranzkiAllow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_ca...
2023-08-24 Ingo Franzkictrl_params_translate: Allow get_rsa_payload_x() also...
2023-08-24 Ingo Franzkictrl_params_translate: Allow RSA controls also for...
2023-07-18 lan1120Fix int_ctx_new() error when use 1.1.1n sm2 key and...
2023-07-16 ljuzwiukFix RSA OAEP set/get label for legacy engine
2023-06-01 Yuri PenkinIgnore the fetch error when a legacy algorithm is found
2023-05-30 Tomas MrazUpdate copyright year
2023-05-24 lan1120Fix incorrect parameter verification in EVP_MD_CTX_get_...
2023-05-15 Yuan, ShuaiFixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for...
2023-05-11 Yuan, ShuaiFixed TLS1.3 handshake issue for legacy engine API.
2023-05-01 Richard Levitteparam->ctrl translation: Fix evp_pkey_ctx_setget_params...
2023-05-01 Richard Levitteparam->ctrl translation: Fix fix_ec_paramgen_curve_nid()
2023-04-04 Anatolii LishchynskyiErase temporary buffer in EVP_PKEY_get_bn_param()
2023-04-02 Tomas MrazAvoid calling into provider with the same iv_len or...
2023-03-31 afshinpirIncorrect null pointer check
2023-03-27 afshinpir`EVP_PKEY_CTX_dup` segmentation fault fix
2023-03-14 ndosscheAdd missing assignment to EVP_get_digestbynid()
2023-03-14 Matt CaswellUpdate copyright year
2023-03-06 Matt CaswellImprove the performance of EVP_PKCS82PKEY_ex
2023-03-05 PauliFix cast.
2023-02-22 zhailiangliangFix potential NULL pointer dereference in function...
2023-02-08 ndosscheFix error check on default_check() helper function
2023-01-25 Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
2022-12-22 Matt CaswellFix BIO_f_cipher() flushing
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-01 Tomas MrazUpdate copyright year
2022-11-24 Jiaxun YangAdd SM2 support for EVP_PKEY_Q_keygen
2022-11-23 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-11-23 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-11-21 Jiuhai ZhangFix code format: BLOCK_CIPHER_custom
2022-11-21 Hubert Karioadd support for SHA-3 based PRF to PBES2
2022-11-21 Benjamin Kadukevp_md: assert digest is provided for algctx reuse
2022-11-21 PauliRemove the _fetch_by_number functions
2022-11-21 JHH20Remove duplicated #include headers
2022-11-21 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-11-21 Daniel HuSM4 optimization for ARM by ASIMD
2022-11-21 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-11 Hugo LandauFix IV length caching in EVP encryption code
2022-11-11 Paulievp enc: cache cipher key length
2022-11-11 Pauliaes: avoid accessing key length field directly
2022-11-09 PauliAdd context dup functions for digests and ciphers
2022-11-09 Daniel HuSM4 optimization for ARM by HW instruction
2022-11-09 Dimitris ApostolouFix typos
2022-11-09 PauliRemove redundant tests
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-11 Matt CaswellUpdate copyright year
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-15 Tomáš MrázEVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS...
2022-08-19 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-19 Paulievp enc: cache cipher IV length
2022-08-03 Matt CaswellRevert "Fix bug in EVP_CIPHER_CTX_get_iv_length()"
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-12 slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-07-05 Richard LevitteUpdate copyright year
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-21 Matt CaswellUpdate copyright year
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-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-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas Mrazint_ctx_new(): Revert extra ossl_init_casecmp call
2022-05-09 Tomas MrazEVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init...
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-03 Matt CaswellUpdate copyright year
2022-05-02 Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-04-26 Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2022-04-21 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-11 yuanjungongCrypto/evp: Fix null pointer dereference
2022-04-03 PauliFix Coverity 1503096: out-of-bounds access
2022-03-15 Matt CaswellUpdate copyright year
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 LandauEVP_MD performance fix (refcount cache contention)
2022-03-08 Paulifetch: convert a NULL property query to ""
2022-02-03 Todd ShortFix copyrights
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()
next