sha/asm/sha512p8-ppc.pl: fix typo in prologue.
[openssl.git] / crypto / asn1 / p5_pbe.c
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-03 Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02 Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-07-21 Bodo MöllerTorture weak compilers less by not automatically includ...
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-06 Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-01 Dr. Stephen HensonDelete some auto generated files and correct a typo...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...
1999-03-28 Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.