aboutsummaryrefslogtreecommitdiff
path: root/apps/pkcs8.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-3/+7
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-3/+3
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-17/+18
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli1-1/+1
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-19Fix various missing option help messages ...FdaSilvaYY1-1/+1
2016-05-23Support for traditional format private keys.Dr. Stephen Henson1-6/+15
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson1-2/+4
2016-04-21Add missing return value check in pkcs8 appMatt Caswell1-1/+4
2016-03-31Fix "no-ui" configurationRichard Levitte1-3/+16
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson1-41/+3
2016-03-05use saner default parameters for scryptDr. Stephen Henson1-2/+2
2016-02-20argv was set but unusedKurt Roeckx1-1/+3
2016-01-12RT4227: Range-check in apps.Rich Salz1-4/+4
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-2/+2
2015-09-04RT3998: Allow scrypt to be disabledRich Salz1-2/+12
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz1-1/+7
2015-05-30fix warningDr. Stephen Henson1-1/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-26scrypt in pkcs8 utilDr. Stephen Henson1-4/+35
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson1-4/+16
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-5/+5
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-10/+4
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-181/+126
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-370/+315
2014-06-17Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell1-13/+19
2014-06-17Conform to whitespace conventionsrfkrocktk1-7/+7
2014-06-17Added custom PBKDF2 iteration count to PKCS8 tool.Naftuli Tzvi Kay1-1/+8
2014-03-01PKCS#8 support for alternative PRFs.Dr. Stephen Henson1-0/+16
2010-01-22Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson1-0/+4
2009-09-11PR: 2038Dr. Stephen Henson1-1/+0
2009-02-12Return correct exit code.Dr. Stephen Henson1-1/+1
2009-02-12Avoid leaks in pkcs8 app, tidy code up.Dr. Stephen Henson1-48/+24
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
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