bin2bn(): When len==0, just return a zero BIGNUM
[openssl.git] / crypto / cms /
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_...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-15 Matt CaswellRemove a CMS key downgrade
2020-10-08 Dmitry BelyavskiyFix zero-length content verification in S/MIME format
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-23 Shane LontisFix CID 1466709 : Negative value passed to a function...
2020-09-13 Matt CaswellFix safestack issues in ess.h
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-05 Shane LontisFix coverity CID #1452769 & #1452771 - Arg passed to...
2020-08-22 Shane LontisFix CMS so that it still works with non fetchable algor...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
next