aboutsummaryrefslogtreecommitdiff
path: root/apps/pkcs8.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-24Reformat pkcs8 source.Dr. Stephen Henson1-100/+174
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller1-0/+17
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte1-6/+5
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+8
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+2
2002-10-23Signal an error if the entered output password didn't match itself.Richard Levitte1-1/+2
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte1-1/+0
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-1/+2
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+4
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte1-12/+4
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+30
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-4/+11
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-4/+4
2000-02-22Make pkcs8 work again.Dr. Stephen Henson1-7/+13
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson1-30/+14
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+1
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson1-14/+14
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson1-4/+15
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson1-1/+1
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson1-27/+85
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1-0/+11
1999-07-28VMS updates.Ulf Möller1-0/+1
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-4/+4
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1-4/+25
1999-06-05More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1-28/+64
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1-4/+26
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson1-0/+194