summaryrefslogtreecommitdiffstats
path: root/crypto/cms (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-114-4/+4
* Fix external symbols for cms.Shane Lontis2021-02-2215-313/+334
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-182-5/+5
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* dh_cms_set_peerkey: Pad the public key to p sizeTomas Mraz2021-02-021-1/+5
* Update copyright yearRichard Levitte2021-01-2810-10/+10
* dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz2021-01-211-2/+10
* dh_cms_set_peerkey: The peer key is encoded as an ASN.1 integerTomas Mraz2021-01-211-1/+15
* Fixes related to broken DH support in CMSTomas Mraz2021-01-211-1/+3
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-189-47/+68
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-165-24/+6
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* 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-1315-266/+219
* Adapt libcrypto functionality to specify the desired input structureRichard Levitte2020-11-111-12/+5
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-202-9/+3
* Update copyright yearMatt Caswell2020-10-154-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-158-20/+23
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-151-3/+2
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-0/+14
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-157-45/+160
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-157-1/+928
* Remove a CMS key downgradeMatt Caswell2020-10-151-46/+0
* Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2020-10-081-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-018-76/+62
* Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis2020-09-231-1/+1
* Fix safestack issues in ess.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in cms.hMatt Caswell2020-09-137-17/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-135-8/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-089-98/+379
* Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis2020-09-051-4/+4
* Fix CMS so that it still works with non fetchable algorithms.Shane Lontis2020-08-224-20/+58
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-122-13/+5
* Add libctx support to CMS.Shane Lontis2020-08-0912-245/+618
* Coverity Fixes for issue #12531Norman Ashley2020-08-041-2/+2
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-0/+7
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis2020-07-081-1/+6
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-274-17/+125
* Update copyright yearMatt Caswell2020-05-153-3/+3
* coverity 1462578 Resource leakPauli2020-04-301-1/+3
* coverity 1462567: Null pointer dereferencesPauli2020-04-301-3/+5
* coverity 1462543 Logically dead codePauli2020-04-301-18/+18
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-247-0/+27
* Update copyright yearMatt Caswell2020-04-235-5/+5