summaryrefslogtreecommitdiffstats
path: root/apps/spkac.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-18apps/spkac.c: Check result of ASN1_STRING_set()Tomas Mraz
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-06-15spkac: allow digests other than MD5 to be used for signingPauli
2021-05-06Update copyright yearMatt Caswell
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
2020-12-15Check non-option argumentsRich Salz
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-03-09spkac: Check return values of NETSCAPE_SPKI functionsVladimir Panteleev
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-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone
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-08-24Fix some resource leaks in the appsMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-20argv was set but unusedKurt Roeckx
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich 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-12-30mark all block comments that need format preserving so thatTim Hudson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2005-04-05some const fixesNils Larsch
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte