summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
AgeCommit message (Expand)Author
2023-09-04Added a 'saltlen' option to the openssl pkcs8 command line app.slontis
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2020-12-15Check non-option argumentsRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-08Add "sections" to -help outputRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
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