summaryrefslogtreecommitdiff
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* 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
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-072-10/+7
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-212-3/+3
* Fix the return check of OBJ_obj2txtPW Hu2021-11-223-4/+4
* Add return value NULL checks that were missingPauli2021-11-121-0/+2
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-0/+4
* cms: fix memleaks in cms_env.czhaozg2021-08-271-0/+1
* rsa_cms_verify: Avoid negative return with missing pss parametersTomas Mraz2021-07-061-1/+1
* remove end of line whitespacePauli2021-06-151-1/+1
* cms: free PKEY_CTXPauli2021-06-151-4/+5
* cms: fix coverity 1485981: unchecked return valuePauli2021-06-151-2/+6
* Use the new ASN.1 libctx aware functions in CMSMatt Caswell2021-06-052-6/+17
* cms: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-019-43/+46
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-293-4/+5
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failureDr. David von Oheimb2021-05-191-1/+5