aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-092-2/+2
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+8
* Allow duplicate CMS attributesTomas Mraz2024-01-031-10/+12
* Fix memleak in rsa_cms_decryptslontis2023-12-291-1/+3
* Fix a possible memleak in CMS_sign_receiptBernd Edlinger2023-11-221-1/+2
* free oaep label-octet-string on errorJames Muir2023-10-301-5/+8
* CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failureDr. David von Oheimb2023-10-261-4/+3
* cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz2023-10-191-0/+1
* cms encrypt, better OBJ_nid2obj() return checkJames Muir2023-10-181-1/+1
* CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb2023-10-172-4/+13
* Check error return from cms_sd_asn1_ctrl() correctly.Pauli2023-09-081-3/+3
* Copyright year updatesMatt Caswell2023-09-078-8/+8
* Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina2023-08-103-6/+21
* Remove redundant checkatishkov2023-07-181-5/+0
* CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb2023-06-012-2/+8
* Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz2023-06-011-0/+11
* CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb2023-05-301-16/+3
* Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz2023-03-152-5/+9
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-241-16/+16
* CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb2023-02-241-5/+6
* Fix incomplete check on CMS_SharedInfo_encodendossche2023-02-081-1/+1
* Fix incomplete error check on BIO_set_md()ndossche2023-02-081-1/+1
* CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb2023-02-081-7/+11
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-222-0/+6
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-121-0/+7
* Obtain PSS salt length from providerClemens Lang2022-12-081-8/+16
* CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...Dr. David von Oheimb2022-11-251-15/+17
* CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...Dr. David von Oheimb2022-11-251-4/+8
* CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb2022-11-252-12/+14
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-183-3/+3
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-059-154/+171
* Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala2022-09-231-1/+4
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-022-4/+5
* Check that IV length is not less than zeroDmitry Belyavskiy2022-08-012-0/+9
* Handle SMIME_crlf_copy return codeAlon Bar-Lev2022-07-281-2/+5
* REGRESSION: CMS_final: do not ignore CMS_dataFinal resultAlon Bar-Lev2022-07-281-1/+4
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-192-4/+4
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-164-2/+43
* cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb2022-07-161-19/+16
* CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-06-282-1/+37
* Fix the checks of BIO_get_cipher_statusPeiwei Hu2022-06-021-1/+1
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-022-2/+2
* Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu2022-06-021-1/+1
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-0310-10/+10
* Clear incorrectly reported errors in cms_io.Daniel Fiala2022-04-211-2/+8
* CMS sign digestViktor Söderqvist2022-04-025-14/+65
* enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch2022-03-033-27/+34
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-146-36/+36