Run util/openssl-format-source -v -c .
[openssl.git] / crypto / pkcs12 / p12_kiss.c
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-05-29 František BořánekFix memory leak.
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-02-27 Dr. Stephen HensonPR: 2737
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-04-04 Ben LaurieFix warning.
2009-04-02 Dr. Stephen HensonMake PKCS12_parse() handle some PKCS#12 files which...
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2005-05-11 Bodo MöllerFix more error codes.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2001-04-03 Richard LevittePlug a memory leak. Spotted by "Shijin" <shijin@comex...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-06-20 Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-16 Ben LaurieTypesafety Thought Police Part 2.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-04 Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-03-22 Dr. Stephen HensonFix a memory leak in PKCS12_parse.
2000-03-04 Richard LevitteBeautifying. Sorry, but code that's slammed to the...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
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-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...