Fix grammar in certificates.txt
[openssl.git] / crypto / pkcs7 /
2024-04-09 Richard LevitteCopyright year updates
2024-03-11 Jiasheng JiangPKCS7: Remove one of the duplicate checks
2024-01-25 Matt CaswellAdd NULL checks where ContentInfo data can be NULL
2023-11-22 Bernd EdlingerFix possible memleak in PKCS7_add0_attrib_signing_time
2023-11-22 Bernd EdlingerFix a possible memleak in PKCS7_add_attrib_smimecap
2023-10-26 Dr. David von OheimbCMS and PKCS7: fix handlling of EVP_PKEY_get_size(...
2023-09-07 Matt CaswellCopyright year updates
2023-05-30 Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-02-07 Tomas MrazSupport signedAndEnveloped content in PKCS7_decrypt()
2023-02-07 Tomas Mrazpk7_doit.c: Check return of BIO_set_md() calls
2023-02-07 Tomas MrazDo not dereference PKCS7 object data if not set
2023-02-01 ndosscheFix incomplete check on EVP_CIPHER_param_to_asn1()
2023-01-25 Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
2022-12-12 Hubert Kariosmime/pkcs7: disable the Bleichenbacher workaround
2022-11-09 Cameron Cawleypkcs7: Remove unused includes
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-16 David von OheimbX509_STORE_CTX_set_default(): improve error handling...
2022-09-02 Dr. David von OheimbPKCS7: add notes to pkcs7.h.in and minor code cleanup...
2022-09-01 Dr. David von OheimbPKCS7_dataVerify(): fix missing use of CRLs in PKCS...
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2022-07-28 Alon Bar-LevHandle SMIME_crlf_copy return code
2022-06-02 NikolasRevert unnecessary PKCS7_verify() performance optimization
2022-06-02 Peiwei HuFix the checks of BIO_get_cipher_status
2022-05-27 Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-26 Peiwei HuFix check of dtls1_process_record
2022-05-03 Matt CaswellUpdate copyright year
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2021-06-17 Matt CaswellUpdate copyright year
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
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 OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-04-29 Jon SpillettAdd library context and property query support into...
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-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-18 Shane LontisAdd ossl_ x509 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 pkcs7.
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-11 Dr. David von OheimbX509_STORE_CTX_cleanup(): Use internally so no need...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-18 Shane LontisFix PKCS7 potential segfault
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-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-08 Dmitry BelyavskiyFix zero-length content verification in S/MIME format
2020-10-08 Jordan MontgomeryExpose PKCS7_get_octet_string and PKCS7_type_is_other
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in pkcs7.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Shane LontisFix coverity issue: CID 1466484 - Remove dead code...
2020-09-03 Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-08-29 Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29 Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09 Shane LontisAdd libctx support to PKCS7.
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-08 Shane LontisFix CID 1454808: Error handling issues NEGATIVE_RETURN...
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-07-16 Rich SalzRegenerate mkerr files
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-02 Eric BrownRemove redundant ASN1_INTEGER_set call
2018-03-20 Matt CaswellUpdate copyright year
2018-03-12 Matt CaswellImprove error handling in pk7_doit
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-16 MouseCode hygiene; initialize some pointers.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-02-28 Emilia KasperRemove dead code in crypto/pkcs7
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-05 FdaSilvaYYFix mem error handling in PKCS7_simple_smimecap
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-13 Matt CaswellAdd some missing return value checks
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-04-28 Matt CaswellFree memory on error in PKCS7_dataFinal()
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-18 Matt CaswellFix PKCS7 memory leak
2016-04-15 Rich SalzMake many X509_xxx types opaque.
next