evp_fetch.c: Check meth_id instead of name_id
[openssl.git] / crypto /
2023-08-03 Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-08-01 Matt CaswellThe PEM_read_bio_Parameters() function should not ask...
2023-08-01 Matt CaswellAlways add a suitable error if we fail to decode
2023-08-01 zhuchenFixed incorrect usage of vshuf.b instruction
2023-08-01 Tom CosgroveBackport crypto/armcap.c from master branch
2023-08-01 Matt CaswellCopyright year updates
2023-07-31 Matt CaswellFix a regression in X509_VERIFY_PARAM_add0_policy()
2023-07-28 Xi Ruoyaovpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detection
2023-07-27 Tomas MrazDH_check(): Do not try checking q properties if it...
2023-07-26 Bernd EdlingerMake DH_check set some error bits in recently added...
2023-07-25 atishkovget_cert_by_subject_ex(): Check result of X509_STORE_lock()
2023-07-25 atishkovx509: add ASN1_STRING_set() check result
2023-07-24 Adam Šulcfix: reject adding a duplicity into STACK_OF(X509_ATTRI...
2023-07-19 Matt CaswellFix DH_check() excessive time with over sized modulus
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-07-14 Randall S. BeckerModified OSSL_parse_url to initialize pport_num to 0.
2023-07-14 Amir AyupovMove Keccak rhotates tables to rodata
2023-06-30 Yi Liconf/conf_sap.c: correct return of ossl_config_int...
2023-06-29 Tomas MrazDo not use stitched AES-GCM implementation on PPC32
2023-06-27 Tomas Mrazs390xcap.c: Avoid copying structure on initialization
2023-06-27 Tomas MrazCONF_modules_load_file_ex(): Do not try to load an...
2023-06-25 fullwaywangCheck for 0 modulus in BN_RECP_CTX_set.
2023-06-25 Richard LevitteOSSL_STORE and PKCS#12: Check if there is a MAC to...
2023-06-25 Tom CosgroveDon't do SIGILL capability detection on Apple Silicon
2023-06-18 Vladimír Kotalreturn immediately if namemap is NULL
2023-06-14 Yi Licrypto/params: drop float for UEFI
2023-06-13 Mike Kasickrand_lib: RAND_poll: Reseed in non-"no-deprecated"...
2023-06-12 Wim DecroixX509_NAME_cmp fix for empty name
2023-06-12 Theo BuehlerFix incorrect ERR_raise() calls
2023-06-10 Tomas MrazSet RC4 defines on libcrypto/liblegacy
2023-06-06 Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-06-04 Matt CaswellDon't take a write lock to retrieve a value from a...
2023-06-04 Matt CaswellAvoid an unneccessary lock if we didn't add anything...
2023-06-01 Dr. David von OheimbCMS_ContentInfo_free(): fix mem leak on encrypted conte...
2023-06-01 Dr. David von OheimbSMIME_crlf_copy(): check for NULL pointer arguments
2023-06-01 Yuri PenkinIgnore the fetch error when a legacy algorithm is found
2023-06-01 Tomas MrazCompute RSA-PSS algorithm params in libcrypto for legacy
2023-05-31 Xiaokang QianFix arm64 asm code back compatible issue with gcc 4.9.4
2023-05-30 Matt CaswellWhen we're just reading EX_CALLBACK data just get a...
2023-05-30 Tomas MrazUpdate copyright year
2023-05-29 Richard LevitteRestrict the size of OBJECT IDENTIFIERs that OBJ_obj2tx...
2023-05-29 Clemens Langx509: Handle ossl_policy_level_add_node errors
2023-05-29 Clemens Langx509: Fix possible use-after-free when OOM
2023-05-24 lan1120Fix incorrect parameter verification in EVP_MD_CTX_get_...
2023-05-17 Bernd EdlingerFix stack corruption in ui_read
2023-05-15 Yuan, ShuaiFixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for...
2023-05-12 Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-05-12 Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-05-11 Yuan, ShuaiFixed TLS1.3 handshake issue for legacy engine API.
2023-05-09 Kovalev VasiliyFix memory leak in engine_cleanup_add_first()
2023-05-09 JerryDevisaes-gcm-armv8_64 asm support bigdian
2023-05-08 Matt CaswellPrevent a fuzzing timeout in the conf fuzzer
2023-05-03 mlitreAdd negative integer check when using ASN1_BIT_STRING
2023-05-02 Paulirand: trust user supplied entropy when configured witho...
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-28 rkarmaka98Avoid generating RSA keys with p < q
2023-04-28 Liu-ErMengfix md5 bug on aarch64 big-endian plantform.
2023-04-28 Mukesh Bharsaklehttp proxy handling: Use ossl_safe_getenv() instead...
2023-04-28 Liu-ErMengfix aes-xts bug on aarch64 big-endian env.
2023-04-24 Petr MikhalicinFix calling pthread_key_delete on uninitialized data
2023-04-21 Petr MikhalicinFix checking return code of EVP_PKEY_get_int_param...
2023-04-20 Tomas Mrazaesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
2023-04-18 Dr. David von OheimbCMP cert_response(): add missing rejection status on...
2023-04-18 Dr. David von OheimbOSSL_CMP_SRV_process_request(): fix recipNonce on error...
2023-04-18 Dr. David von Oheimbcmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_...
2023-04-18 Dr. David von OheimbCMP check_transactionID_or_nonce(): fix reason code...
2023-04-18 Dr. David von Oheimbossl_cmp_msg_check_update(): fix two wrong error return...
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2023-04-17 Alois Klinkbn_local: remove unused `PTR_SIZE_INT` definition
2023-04-17 Alois Klinkbn_nist: remove unused type-punning union `u`
2023-04-17 Alois Klinkbn_nist: replace pointer bit-fiddling with ternary
2023-04-13 Tomas MrazFix the LCM computation in the RSA multiprime key check
2023-04-12 Yuan, ShuaiFixes #19580 ECX keygen
2023-04-04 Bernd EdlingerAlternative fix for CVE-2022-4304
2023-04-04 Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-04-04 Anatolii LishchynskyiErase temporary buffer in EVP_PKEY_get_bn_param()
2023-04-04 Matt CaswellDon't call OPENSSL_init_crypto from inside a RUN_ONCE
2023-04-02 Tomas MrazAvoid calling into provider with the same iv_len or...
2023-03-31 slontisMake DSA_sign() test for negative p,q,g values.
2023-03-31 afshinpirIncorrect null pointer check
2023-03-31 slontisFix mem leak in ECDSA_sign().
2023-03-29 Peiwei HuFix: some patches related to error exiting
2023-03-28 Matt CaswellEnsure that EXFLAG_INVALID_POLICY is checked even in...
2023-03-27 afshinpir`EVP_PKEY_CTX_dup` segmentation fault fix
2023-03-25 Dr. David von OheimbCMP add: fix -reqin option, which requires adding OSSL_...
2023-03-23 Tomas MrazOBJ_nid2obj(): Return UNDEF object instead of NULL...
2023-03-22 Georgi ValkovVC++ 2010 x86 compilers do not have InterlockedOr64
2023-03-22 Evan MillerDo not build P10-specific AES-GCM assembler on macOS
2023-03-22 Paulix509: excessive resource use verifying policy constraints
2023-03-21 FdaSilvaYYnit: tidy-up code, and fix a typo.
2023-03-20 JAVAID Mohammad... cmp_msg.c: free memory of certStatus before goto err
2023-03-17 Tomas Mrazrsaz-*k-avx512.pl: fix wrong name of avx512 flag variable
2023-03-17 Tomas Mrazaes-gcm-avx512.pl: Fix the clang version detection...
2023-03-17 Tomas MrazFix version detection on Apple clang
2023-03-16 PauliFix copyright disclaimer.
2023-03-15 Tomas Mrazcms_ec.c: Fix broken backport of size_t fix in ecdh_cms...
2023-03-14 Matt CaswellImprove the performance of d2i_AutoPrivateKey and friends
2023-03-14 ndosscheAdd missing assignment to EVP_get_digestbynid()
next