Change DH_up() -> DH_up_ref()
[openssl.git] / crypto / pkcs12 / p12_kiss.c
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...