summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-03-27`EVP_PKEY_CTX_dup` segmentation fault fixafshinpir
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-22VC++ 2010 x86 compilers do not have InterlockedOr64Georgi Valkov
2023-03-22x509: excessive resource use verifying policy constraintsPauli
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-20cmp_msg.c: free memory of certStatus before goto errJAVAID Mohammad-Habib
2023-03-16Fix copyright disclaimer.Pauli
2023-03-15cms_ec.c: Fix broken backport of size_t fix in ecdh_cms_encryptTomas Mraz
2023-03-15Add missing assignment to EVP_get_digestbynid()ndossche
2023-03-15doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...Dr. David von Oheimb
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-03-15aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba
2023-03-15Add missing copyright headerPauli
2023-03-06Fix cast.Pauli
2023-03-03Coverity 1521557: Error handling issuesPauli
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-03-01ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee
2023-02-28Fix incomplete error check on ASN1_item_i2d()ndossche
2023-02-24CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb
2023-02-24CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...Dr. David von Oheimb
2023-02-24CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...Dr. David von Oheimb
2023-02-24CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb
2023-02-23Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi
2023-02-23Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang
2023-02-22Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell
2023-02-20Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()ndossche
2023-02-14Use of sparse_array.c only in the shared libsslRichard Levitte
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-11rsa: add msvc intrinsic for non x64 platformsHubert Kario
2023-02-08Fix incomplete BIO_dup_state() error checkndossche
2023-02-08Fix BIO_set_indent() checkNiels Dossche
2023-02-08Fix incomplete check on CMS_SharedInfo_encodendossche
2023-02-08Fix error check on default_check() helper functionndossche
2023-02-08Fix incomplete error check on BIO_set_md()ndossche
2023-02-08Fix incomplete error check on BIO_set_accept_name()ndossche
2023-02-07Update copyright yearRichard Levitte
2023-02-03pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-03Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-03Fix NULL deference when validating FFC public key.slontis
2023-02-03Do not dereference PKCS7 object data if not setTomas Mraz
2023-02-03Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2023-02-03Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2023-02-03Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-02Fix type confusion in nc_match_single()Viktor Dukhovni
2023-02-02Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche
2023-02-01Fix a potential memory leak in crypto/provider_child.cRuili Fang