summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-10-11Update copyright yearMatt Caswell
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-08-02Check that IV length is not less than zeroDmitry Belyavskiy
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-07-28REGRESSION: CMS_final: do not ignore CMS_dataFinal resultAlon Bar-Lev
2022-06-21Update copyright yearMatt Caswell
2022-06-02Fix the checks of BIO_get_cipher_statusPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-06-02Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-21Clear incorrectly reported errors in cms_io.Daniel Fiala
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-12Add return value NULL checks that were missingPauli
2021-10-27add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x2018
2021-08-27cms: fix memleaks in cms_env.czhaozg
2021-07-06rsa_cms_verify: Avoid negative return with missing pss parametersTomas Mraz
2021-06-15remove end of line whitespacePauli
2021-06-15cms: free PKEY_CTXPauli
2021-06-15cms: fix coverity 1485981: unchecked return valuePauli
2021-06-05Use the new ASN.1 libctx aware functions in CMSMatt Caswell
2021-06-02cms: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-19CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failureDr. David von Oheimb
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-22Remove an unused parameterRich Salz
2021-04-21cms: remove most references to EVP_sha1()Pauli
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update copyright yearMatt Caswell
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-18Rename CMS_si_check_attributes to ossl_cms_si_check_attributesShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-12misc: other init function param additionsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-02dh_cms_set_peerkey: Pad the public key to p sizeTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-21dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz