aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
Commit message (Expand)AuthorAgeFilesLines
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-2/+2
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-2/+12
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+7
* fix warningDr. Stephen Henson2015-05-301-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* scrypt in pkcs8 utilDr. Stephen Henson2015-05-261-4/+35
* Add function PKCS8_set0_pbeDr. Stephen Henson2015-05-261-4/+16
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-5/+5
* free null cleanup finaleRich Salz2015-05-011-4/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-10/+4
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-181/+126
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-370/+315
* Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell2014-06-171-13/+19
* Conform to whitespace conventionsrfkrocktk2014-06-171-7/+7
* Added custom PBKDF2 iteration count to PKCS8 tool.Naftuli Tzvi Kay2014-06-171-1/+8
* PKCS#8 support for alternative PRFs.Dr. Stephen Henson2014-03-011-0/+16
* 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