summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
AgeCommit message (Expand)Author
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-05use saner default parameters for scryptDr. Stephen Henson
2016-02-20argv was set but unusedKurt Roeckx
2016-01-12RT4227: Range-check in apps.Rich Salz
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-04RT3998: Allow scrypt to be disabledRich Salz
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-05-30fix warningDr. Stephen Henson
2015-05-29Restore module loadingRichard Levitte
2015-05-26scrypt in pkcs8 utilDr. Stephen Henson
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-17Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell
2014-06-17Conform to whitespace conventionsrfkrocktk
2014-06-17Added custom PBKDF2 iteration count to PKCS8 tool.Naftuli Tzvi Kay
2014-03-01PKCS#8 support for alternative PRFs.Dr. Stephen Henson
2010-01-22Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson
2009-09-11PR: 2038Dr. Stephen Henson
2009-02-12Return correct exit code.Dr. Stephen Henson
2009-02-12Avoid leaks in pkcs8 app, tidy code up.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2004-06-24Reformat pkcs8 source.Dr. Stephen Henson
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-23Signal an error if the entered output password didn't match itself.Richard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-02-22Config code updates.Dr. Stephen Henson
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson