summaryrefslogtreecommitdiff
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb2021-05-191-3/+3
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-282-66/+104
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-282-3/+3
* Remove an unused parameterRich Salz2021-04-221-2/+2
* cms: remove most references to EVP_sha1()Pauli2021-04-211-0/+4
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-186-22/+32
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-184-6/+7
* Update copyright yearMatt Caswell2021-04-082-2/+2
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-062-48/+0
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-1/+1
* Rename CMS_si_check_attributes to ossl_cms_si_check_attributesShane Lontis2021-03-183-4/+4
* Add ossl_ x509 symbolsShane Lontis2021-03-182-4/+4
* Add ossl_asn1 symbolsShane Lontis2021-03-182-9/+9
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-185-63/+10
* misc: other init function param additionsPauli2021-03-121-3/+4
* Update copyright yearMatt Caswell2021-03-114-4/+4
* Fix external symbols for cms.Shane Lontis2021-02-2215-313/+334