summaryrefslogtreecommitdiff
path: root/apps/pkeyparam.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: pkeyparam: Support setting propertiesClemens Lang2022-08-171-2/+7
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-221-8/+2
* 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/+8
* Deprecate EC command line apps.Pauli2020-02-181-8/+7
* Add "sections" to -help outputRich Salz2019-11-081-4/+9
* 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
* Support public key and param check in EVP interfacePaul Yang2017-11-201-2/+39
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-2/+2
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* 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
* Restore module loadingRichard Levitte2015-05-291-0/+3
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-88/+55
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-113/+98
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-1/+1
* Make no-engine work again.Dr. Stephen Henson2008-12-201-1/+3
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Update some usage messages.Dr. Stephen Henson2006-07-101-0/+2
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-0/+197