aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-16/+11
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-13/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-0/+7
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-10/+10
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+23
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-3/+10
* Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson2000-09-191-4/+4
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-5/+5
* Various fixes...Dr. Stephen Henson2000-08-211-0/+2
* Memory leaks fix. It now looks like all memory leaks, at least aroundRichard Levitte2000-08-111-0/+2
* Memory leaks fix. There seems to be more in other parts of OpenSSL...Richard Levitte2000-08-111-25/+106
* The pkcs12 had no way of getting a CA file or path to be used whenRichard Levitte2000-08-111-10/+27
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-12/+2
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-281-2/+12
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-9/+10
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-16/+21
* 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