summaryrefslogtreecommitdiff
path: root/apps/pkcs8.c
Commit message (Expand)AuthorAgeFilesLines
* Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson2010-01-221-0/+4
* PR: 2038Dr. Stephen Henson2009-09-111-1/+0
* Return correct exit code.Dr. Stephen Henson2009-02-121-1/+1
* Avoid leaks in pkcs8 app, tidy code up.Dr. Stephen Henson2009-02-121-48/+24
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Reformat pkcs8 source.Dr. Stephen Henson2004-06-241-100/+174
* implement PKCS #8 / SEC1 private key format for ECCBodo Möller2003-06-251-0/+17
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-6/+5
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* Signal an error if the entered output password didn't match itself.Richard Levitte2002-10-231-1/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+2
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+4
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-12/+4
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+30
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-4/+11
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-7/+13
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-30/+14
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+1
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-081-14/+14
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-4/+15
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-1/+1
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-011-27/+85
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-231-0/+11
* VMS updates.Ulf Möller1999-07-281-0/+1
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-4/+4
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-4/+25
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-051-28/+64
* Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1999-06-051-4/+26
* Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson1999-06-051-0/+194