aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_smime.c
Commit message (Expand)AuthorAgeFilesLines
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-171-6/+15
* Fix error handling in CMS_EncryptedData_encryptBernd Edlinger2024-05-061-1/+2
* Fix a possible memleak in CMS_sign_receiptBernd Edlinger2023-11-221-1/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb2023-02-081-7/+11
* 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-251-10/+11
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-20/+21
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-021-3/+4
* 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
* Fix the checks of BIO_get_cipher_statusPeiwei Hu2022-06-021-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMS sign digestViktor Söderqvist2022-04-021-0/+25
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-2/+2
* Add return value NULL checks that were missingPauli2021-11-121-0/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* cms: remove most references to EVP_sha1()Pauli2021-04-211-0/+4
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-221-20/+21
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-181-2/+4
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-4/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-37/+35
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-5/+5
* Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2020-10-081-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-36/+29
* Fix safestack issues in cms.hMatt Caswell2020-09-131-4/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-7/+13
* Add libctx support to CMS.Shane Lontis2020-08-091-73/+141
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-7/+36
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-15/+25
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-8/+9
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger2019-09-101-0/+4
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Fix a mem leak in CMSMatt Caswell2018-05-081-0/+1
* Support CMS decrypt without a certificate for all key typesDr. Stephen Henson2017-08-081-6/+4
* Constify CMS_decrypt_set1_key input bufferFdaSilvaYY2016-07-251-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* Make many X509_xxx types opaque.Rich Salz2016-04-151-7/+12
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0