summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
AgeCommit message (Expand)Author
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-05-23Support for traditional format private keys.Dr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson
2016-04-21Add missing return value check in pkcs8 appMatt Caswell
2016-03-31Fix "no-ui" configurationRichard Levitte
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