aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-6/+6
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-3/+8
* 'rand'/'-rand' documentation.Bodo Möller2000-03-011-1/+1
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-1/+1
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-41/+22
* Make pkcs12 and smime applications seed random numberDr. Stephen Henson2000-02-121-2/+18
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+3
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-081-19/+59
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller2000-01-131-1/+47
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-091-5/+1
* Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson2000-01-081-1/+3
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-231-3/+25
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-2/+3
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-15/+0
* 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