RSA: properly generate algorithm identifier for RSA-PSS signatures
[openssl.git] / crypto / pkcs7 /
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.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-17 Rich SalzRemove Netware and OS/2
2016-02-23 Rich SalzAdd PKCS7_NO_DUAL_CONTENT flag
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-06 Richard LevitteEnhance and clear the support of linker flags
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-23 Alessandro GhediniRemove useless code
2015-09-30 Matt CaswellAdd GOST12 cms/smime capabilities
2015-09-06 Richard LevitteRemove warning about use of uninitialised variable
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-05 Rich SalzRT3955: Reduce some stack usage
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31 Dr. Stephen HensonAdd X509_CRL_up_ref function
2015-08-28 Alessandro GhediniGH354: Memory leak fixes
2015-06-11 Emilia KasperPKCS#7: Fix NULL dereference with missing EncryptedContent.
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
next