DSA mod inverse fix
[openssl.git] / crypto / pkcs12 / p12_kiss.c
2017-08-17 Bernd EdlingerClear outputs in PKCS12_parse error handling.
2016-08-19 Matt CaswellConvert PKCS12* functions to use const getters
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-02-08 Dr. Stephen HensonUse new names
2016-02-08 Dr. Stephen Hensonmore PKCS12 opacity
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-06-25 Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
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 NULL cleanup 5a
2015-03-28 Rich Salzfree NULL cleanup
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-05-29 František BořánekFix memory leak.
2012-02-27 Dr. Stephen HensonPR: 2737
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable 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...