aboutsummaryrefslogtreecommitdiff
path: root/apps/pkcs8.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Make the -inform option to be respected if possibleTomas Mraz1-4/+5
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb1-1/+1
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb1-2/+1
2021-04-20Fetch and free cipher and md'sRich Salz1-4/+5
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb1-1/+3
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12Fetch cipher after loading providersRich Salz1-3/+6
2021-02-12Load rand state after loading providersRich Salz1-0/+1
2020-12-15Check non-option argumentsRich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-07cmdline app: add provider commandline options.Pauli1-1/+6
2019-11-08Add "sections" to -help outputRich Salz1-13/+21
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
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