]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cms
Fix intermittent sslapitest early data related failures
[thirdparty/openssl.git] / crypto / cms /
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-03  Tomas MrazAllow duplicate CMS attributes
2023-12-29  slontisFix memleak in rsa_cms_decrypt
2023-11-22  Bernd EdlingerFix a possible memleak in CMS_sign_receipt
2023-10-30  James Muirfree oaep label-octet-string on error
2023-10-26  Dr. David von OheimbCMS and PKCS7: fix handlling of EVP_PKEY_get_size(...
2023-10-19  Tomas Mrazcms_enc.c: Include crypto/asn1.h for struct asn1_object_st
2023-10-18  James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-17  Dr. David von OheimbCMS_add1_signer(): add missing ERR_raise() calls
2023-09-08  PauliCheck error return from cms_sd_asn1_ctrl() correctly.
2023-09-07  Matt CaswellCopyright year updates
2023-08-10  Olga BatyshkinaDo not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA...
2023-07-18  atishkovRemove redundant check
2023-06-01  Dr. David von OheimbCMS_ContentInfo_free(): fix mem leak on encrypted conte...
2023-06-01  Tomas MrazCompute RSA-PSS algorithm params in libcrypto for legacy
2023-05-30  Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-03-14  Tomas MrazFix size_t/int mismatch in cms_ec.c and rsa_sig.c
2023-02-24  Dr. David von OheimbCMS_add0_cert: if cert already present, do not throw...
2023-02-24  Dr. David von OheimbCMS_add1_crl(): prevent double free on failure of CMS_a...
2023-02-08  ndosscheFix incomplete check on CMS_SharedInfo_encode
2023-02-08  ndosscheFix incomplete error check on BIO_set_md()
2023-02-08  Dr. David von OheimbCMS_decrypt_set1_*(): fix NULL deref on unsuitable...
2022-12-22  Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-12  Hubert Kariorsa: Add option to disable implicit rejection
2022-12-08  Clemens LangObtain PSS salt length from provider
2022-11-25  Dr. David von OheimbCMS_decrypt_set1_*(): remove misleading error queue...
2022-11-25  Dr. David von OheimbCMS_decrypt_set1_password(): prevent mem leak on any...
2022-11-25  Dr. David von OheimbCMS_decrypt*(): fix misconceptions and mem leak
2022-10-18  Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-12  FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23  Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-09-02  Dr. David von OheimbPKCS7: add notes to pkcs7.h.in and minor code cleanup...
2022-08-01  Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-28  Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-28  Alon Bar-LevREGRESSION: CMS_final: do not ignore CMS_dataFinal...
2022-07-19  Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-16  Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-16  Dr. David von Oheimbcms_sd.c: fix style/formatting nits reported check...
2022-06-28  Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-02  Peiwei HuFix the checks of BIO_get_cipher_status
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_CTX_set/get_* functions
2022-06-02  Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-04-21  Daniel FialaClear incorrectly reported errors in cms_io.
2022-04-02  Viktor SöderqvistCMS sign digest
2022-03-03  Michael Baentschenable CMS sign/verify for provider-implemented PKEYs
2022-01-14  Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-07  Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-22  PW HuFix the return check of OBJ_obj2txt
2021-11-12  PauliAdd return value NULL checks that were missing
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-26  x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-08-27  zhaozgcms: fix memleaks in cms_env.c
2021-07-06  Tomas Mrazrsa_cms_verify: Avoid negative return with missing...
2021-06-15  Pauliremove end of line whitespace
2021-06-15  Paulicms: free PKEY_CTX
2021-06-15  Paulicms: fix coverity 1485981: unchecked return value
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware functions in CMS
2021-06-02  Paulicms: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-19  Dr. David von OheimbCMS_get0_SignerInfos(): Prevent spurious error on cms_g...
2021-05-19  Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-04-28  Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28  Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-22  Rich SalzRemove an unused parameter
2021-04-20  Paulicms: remove most references to EVP_sha1()
2021-04-18  Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-08  Matt CaswellUpdate copyright year
2021-04-06  Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-22  Shane LontisFix usages of const EVP_MD.
2021-03-18  Shane LontisRename CMS_si_check_attributes to ossl_cms_si_check_att...
2021-03-18  Shane LontisAdd ossl_ x509 symbols
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2021-03-18  Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-11  Paulimisc: other init function param additions
2021-03-11  Matt CaswellUpdate copyright year
2021-02-21  Shane LontisFix external symbols for cms.
2021-02-18  Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-02  Tomas Mrazdh_cms_set_peerkey: Pad the public key to p size
2021-01-28  Richard LevitteUpdate copyright year
2021-01-21  Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21  Tomas Mrazdh_cms_set_peerkey: The peer key is encoded as an ASN...
2021-01-21  Tomas MrazFixes related to broken DH support in CMS
2021-01-18  Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2020-12-16  Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-11-26  Matt CaswellUpdate copyright year
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13  Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11  Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-10-20  Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
next