summaryrefslogtreecommitdiff
path: root/apps/pkcs8.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-4/+5
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-2/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-4/+5
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fetch cipher after loading providersRich Salz2021-02-121-3/+6
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Add "sections" to -help outputRich Salz2019-11-081-13/+21
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-3/+7
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-3/+3
* 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