aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-17/+18
* Increase the password buffer size to APP_PASS_LEN.Pauli2017-03-071-1/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-1/+1
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-6/+15
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-2/+4
* Add missing return value check in pkcs8 appMatt Caswell2016-04-211-1/+4
* Fix "no-ui" configurationRichard Levitte2016-03-311-3/+16
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-41/+3
* use saner default parameters for scryptDr. Stephen Henson2016-03-051-2/+2
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* RT4227: Range-check in apps.Rich Salz2016-01-121-4/+4
* 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