make update.
[openssl.git] / crypto / pkcs12 /
2015-05-26 Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-26 Dr. Stephen HensonFix memory leak.
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-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
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-30 Dr. Stephen HensonRemove duplicate code.
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
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-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-05-29 František BořánekFix memory leak.
2014-05-21 Dr. Stephen HensonFix for PKCS12_create if no-rc2 specified.
2014-03-01 Dr. Stephen HensonPKCS#8 support for alternative PRFs.
2014-03-01 Dr. Stephen HensonFix memory leak.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-02-27 Dr. Stephen HensonPR: 2737
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-11-22 Dr. Stephen Hensonadd pice of PR#2295 not committed to HEAD
2010-10-11 Dr. Stephen HensonPR: 2295
2010-03-28 Dr. Stephen HensonPR: 1696
2009-10-02 Dr. Stephen HensonTypo.
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-08-05 Dr. Stephen HensonOops!
2009-08-05 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-17 Dr. Stephen HensonRename asc2uni and uni2asc functions to avoid clashes.
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-03-09 Dr. Stephen HensonUpdate from stable branch.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-02 Ben LaurieFix warnings.
2008-06-26 Dr. Stephen HensonUpdate from stable branch.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16 Dr. Stephen HensonRemove redundant PREDECLARE statement.
2006-05-17 Dr. Stephen HensonPKCS#12 mac key length should equal digest length.
2006-05-15 Dr. Stephen HensonChange builting PBE to use static table. Add entries...
2006-05-15 Dr. Stephen HensonAdd feature to PKCS12_create() if the encryption NID...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-07-26 Nils Larschimproved error checking and some fixes
2005-06-30 Dr. Stephen HensonCheck PKCS7 structures in PKCS#12 files are of type...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-24 Dr. Stephen HensonCheck return code of EVP_CipherInit() in PKCS#12 code.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19 Geoff Thorpemake update
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-03-20 Richard LevitteShut up an ANSI compiler about uninitialised variables.
2002-12-29 Richard Levittemake update
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-03 Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-09-07 Dr. Stephen HensonFix typos in PKCS#12 ASN1 code.
2002-08-09 Bodo Möllermake update
2002-07-30 Lutz Jänicke"make update"
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevitteUse bg instead of bag as argument to macros, to avoid...
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-02-13 Bodo MöllerECDSA support
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-09 Ben LaurieImprove back compatibility.
2001-11-15 Richard Levittemake update
2001-11-06 Dr. Stephen HensonPKCS#12 code fixes: initialize and cleanup digests...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-07-26 Dr. Stephen HensonFirst of several reorganisations to
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-04-03 Richard LevittePlug a memory leak. Spotted by "Shijin" <shijin@comex...
2001-03-18 Dr. Stephen HensonFix PKCS#12 key generation bug.
next