aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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