summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-03Allow duplicate CMS attributesTomas Mraz
2023-12-29Fix memleak in rsa_cms_decryptslontis
2023-12-22Fix a possible memory leak in dh_cms_encryptBernd Edlinger
2023-12-04Fix a possible memory leak in CMS_add_simple_smimecapBernd Edlinger
2023-11-22Fix a possible memleak in CMS_sign_receiptBernd Edlinger
2023-11-01free oaep label-octet-string on errorJames Muir
2023-10-24Copyright year updatesMatt Caswell
2023-10-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-09-19Copyright year updatesRichard Levitte
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina
2023-08-01Copyright year updatesMatt Caswell
2023-06-01CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb
2023-06-01Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz
2023-05-30Update copyright yearTomas Mraz
2023-03-15cms_ec.c: Fix broken backport of size_t fix in ecdh_cms_encryptTomas Mraz
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-03-14Update copyright yearMatt Caswell
2023-02-24CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb
2023-02-24CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...Dr. David von Oheimb
2023-02-24CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...Dr. David von Oheimb
2023-02-24CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb
2023-02-08Fix incomplete check on CMS_SharedInfo_encodendossche
2023-02-08Fix incomplete error check on BIO_set_md()ndossche
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-21Update copyright yearTomas Mraz
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-21Remove duplicated #include headersJHH20
2022-11-11enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch
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