aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-3/+4
* avoid some NO_<cipher> problemsBodo Möller1999-08-021-0/+4
* Tidy up pkcs12 application.Dr. Stephen Henson1999-07-291-46/+40
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-4/+4
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-24/+24
* Free up 'out' before exiting pkcs12 application.Dr. Stephen Henson1999-05-271-0/+1
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-3/+3
* Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1999-05-181-1/+1
* Oops! Get the pmatch test the right way round.Dr. Stephen Henson1999-05-161-1/+1
* Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1999-05-161-3/+1
* Marked probable bug, pointed out by Anonymous.Bodo Möller1999-05-161-1/+3
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-0/+1
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-7/+34
* Yet another stack.Ben Laurie1999-05-021-2/+2
* Update NO_* macros.Ulf Möller1999-04-271-0/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-12/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Work with -pedantic!Ben Laurie1999-04-231-7/+7
* Change functions to ANSI C.Ulf Möller1999-04-191-41/+13
* Don't shadow.Ben Laurie1999-04-011-5/+5
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-0/+715