evp_fetch.c: Check meth_id instead of name_id
[openssl.git] / crypto /
2024-01-11 sashanevp_fetch.c: Check meth_id instead of name_id
2024-01-10 Bernd EdlingerFix a similar memory leak in SXNET_add_id_INTEGER
2024-01-10 Bernd EdlingerFix a possible memory leak in sxnet_v2i
2024-01-09 Rohan McLurepoly1305-ppc.pl: Fix vector register clobbering
2024-01-08 Tomas MrazAvoid memory leak if SXNET_add_id_INTEGER() fails
2024-01-05 Neil HormanValidate config options during x509 extension creation
2024-01-03 slontisAdd missing documentation for X509_ATTRIBUTE related...
2024-01-03 Tomas MrazAllow duplicate CMS attributes
2024-01-01 Neil Hormangate calling of evp_method_id on having a non-zero...
2023-12-29 slontisLimit RSA-OAEP related functions to RSA keys only
2023-12-29 slontisFix memleak in rsa_cms_decrypt
2023-12-22 Bernd EdlingerFix a possible memory leak in dh_cms_encrypt
2023-12-22 Neil HormanDetect and prevent recursive config parsing
2023-12-19 Bernd EdlingerFix a possible memory leak in ossl_x509_algor_md_to_mgf1
2023-12-15 Neil HormanHarden asn1 oid loader to invalid inputs
2023-12-13 fangming.fangEnable BTI feature for md5 on aarch64
2023-12-12 James Muirossl-params: check length returned by strlen()
2023-12-12 Matt CaswellFix some invalid use of sscanf
2023-12-12 Matt CaswellAvoid an infinite loop in BN_GF2m_mod_inv
2023-12-12 Bernd EdlingerFix a possible memory leak in do_othername
2023-12-07 Neil HormanAdd overflow checks to parse_number/parse_hex/parse_oct
2023-12-04 Richard LevitteAfter initializing a provider, check if its output...
2023-12-04 Bernd EdlingerFix a possible memory leak in CMS_add_simple_smimecap
2023-12-01 Neil HormanAdd locking to CRYPTO_secure_used
2023-12-01 Bernd EdlingerFix a possible use after free in X509v3_asid_add_id_or_...
2023-11-30 Xi Ruoyaobn_nist: Fix strict-aliasing violations in little-endia...
2023-11-24 Tomas Mrazx86_64-xlate.pl: Fix build with icx and nvc compilers
2023-11-22 Bernd EdlingerFix possible memleak in PKCS7_add0_attrib_signing_time
2023-11-22 Bernd EdlingerFix a possible memleak in CMS_sign_receipt
2023-11-22 Bernd EdlingerFix a possible memleak in PKCS7_add_attrib_smimecap
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-11-01 James Muirfree oaep label-octet-string on error
2023-10-26 Damian Hobson-Garciax509_print_ex: Remove unused setting when XN_FLAG_COMPA...
2023-10-26 Damian Hobson-GarciaFix X509_REQ_print_ex bug
2023-10-26 Damian Hobson-Garciax509_print_ex:Use correct constant for nmflag comparison
2023-10-26 trigpolynomaes-gcm-avx512.pl: fix non-reproducibility issue
2023-10-26 Tomas Mrazbn: Properly error out if aliasing return value with...
2023-10-26 Alexey Fofanovreturn 0 if an error occurred
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-24 Richard Levitterand: improve error message for rand pool overflows
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-10-19 Tomas Mrazcms_enc.c: Include crypto/asn1.h for struct asn1_object_st
2023-10-18 Neil HormanDont require CRT params on ossl_rsa_set0_all_params
2023-10-18 Neil Hormanremove sanity check from ossl_rsa_todata
2023-10-18 Tomas Mrazossl_param_build_set_multi_key_bn(): Do not set NULL...
2023-10-18 Neil Hormanensure that ossl_obj_nid_lock is allocated before use
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Pavel Stetsukfix: LINEAR search doesn't work properly (if CHARSET_EB...
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-17 Dr. David von OheimbEVP shake_ctrl(): add missing NULL evp_ctx check
2023-10-17 Dr. David von OheimbCMS_add1_signer(): add missing ERR_raise() calls
2023-10-13 Tomas MrazWindows: use srand() instead of srandom()
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11 Bernd EdlingerImprove Malloc Failure Test
2023-10-05 Tomas MrazOptimize out unneeded up_ref/free of EVP_CIPHER
2023-10-05 Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
2023-10-04 Matthias St. PierreDon't (re-)initialize the FFC_PARAMs in dh_init and...
2023-10-04 Richard LevitteRestore the meaning of EVP_PKEY_print_private()
2023-10-04 Dmitry BelyavskiyImproved detection of engine-provided private "classic...
2023-10-03 PauliCoverity 1545175: use after free
2023-10-03 PauliCoverity 1545176: dereference before NULL check
2023-10-03 Paulirand: add extra error code
2023-10-03 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-10-03 Paulifips: use seed source requested
2023-10-03 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-22 Matthias St. Pierreno-engine: fix signing with legacy app method based...
2023-09-22 Huiyue XuDo not include sparse_array.o in libssl
2023-09-21 Bernd EdlingerFix error handling in lhash contract
2023-09-21 Bernd EdlingerFix error handling in CRYPTO_get_ex_new_index
2023-09-20 Paulicoverity: NULL dereference
2023-09-19 Richard LevitteCopyright year updates
2023-09-15 Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-15 Bernd EdlingerFix a merge mistake in engne_list_add
2023-09-15 Bernd EdlingerFix engine cleanup error handling
2023-09-11 Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-08 Bernd EdlingerFix a possible memleak in SRP_VBASE_new
2023-09-08 Richard LevitteOSSL_STORE: Fix error flag clearing and setting (provid...
2023-09-08 PauliCheck error return from cms_sd_asn1_ctrl() correctly.
2023-09-05 Kai PastorUse armv8 .quad instead of .dword
2023-09-05 Bernd EdlingerFix internal memory leaks from OPENSSL_MALLOC_FAILURES
2023-09-02 Bernd EdlingerAvoid clobbering non-volatile XMM registers
2023-09-01 Matt CaswellRemove a redundant point mul from ossl_ec_key_public_ch...
2023-08-31 Ingo FranzkiOPENSSL_init_crypto load config into initial global...
2023-08-28 Min ZhouResolve assembler complains when including loongarch_arch.h
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-08-23 Matt CaswellFix a leak in ossl_encode_ctx_setup_for_pkey
2023-08-17 Neil Hormanissue-21718: remove setting of PTHREAD_MUTEX_NORMAL
2023-08-16 3lswearCheck i2d_X509_NAME return in X509_NAME_hash_ex/old
2023-08-10 Dr. David von OheimbOSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request...
2023-08-10 atishkovFor ASN1_STRING_set() check result and set correct...
2023-08-10 Olga BatyshkinaDo not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA...
2023-08-09 Bernd EdlingerFix ChaCha assembly code on 32-bit HPUX itanium systems
2023-08-08 Tom CosgroveFix handling of the "0:" label in arm-xlate.pl
2023-08-04 Tomas MrazWhen exporting/importing decoded keys do not use 0...
2023-08-04 Paulino_autoload: make the no-autoload-config option work...
next