Modify DSA and DH keys to use a shared FFC_PARAMS struct
[openssl.git] / crypto / pkcs7 /
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
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19 Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-01-30 Rich SalzDead code removal: #if 0 asn1, pkcs7
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-10-06 Matt CaswellRemoved duplicate definition of PKCS7_type_is_encrypted
2014-06-26 Dr. Stephen HensonRemove ancient obsolete files under pkcs7.
2014-05-07 Matt CaswellFixed NULL pointer dereference in PKCS7_dataDecode...
2014-04-22 Ben LaurieFix double frees.
2014-02-13 Dr. Stephen HensonAdd suppot for ASCII with CRLF canonicalisation.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2012-03-22 Dr. Stephen HensonSubmitted by: Markus Friedl <mfriedl@gmail.com>
2012-03-12 Dr. Stephen HensonFix for CMS/PKCS7 MMA. If RSA decryption fails use...
2012-03-08 Dr. Stephen Hensoncheck return value of BIO_write in PKCS7_decrypt
2012-02-27 Dr. Stephen HensonDetect symmetric crypto errors in PKCS7_decrypt.
2011-10-14 Dr. Stephen Hensonmore vxworks patches
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12 Ben LaurieFix warnings.
next