summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_key.c
AgeCommit message (Collapse)Author
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-03-18Fix PKCS#12 key generation bug.Dr. Stephen Henson
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson
non null terminated passwords.
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
Add a couple of FAQs.
2000-03-07Check that a password was actually passed, or the user will just getRichard Levitte
mysterious crashes.
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson
again.
1999-10-30*** empty log message ***Ulf Möller
1999-05-05Remove unreachable return statements.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson
integration.
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson
them to the build environment.