summaryrefslogtreecommitdiff
path: root/apps/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. 'pubin' variableDr. David von Oheimb2023-03-141-3/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-6/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte2021-05-041-0/+14
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Fetch cipher after loading providersRich Salz2021-02-121-3/+6
* dsa: apps deprecation changesPauli2020-12-171-56/+76
* Check non-option argumentsRich Salz2020-12-151-0/+2
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* dsa: update command line app to use EVP callsPauli2020-04-191-16/+10
* Don't compile commands if disabledRich Salz2020-04-101-28/+24
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+7
* Apps: don't build deprecated DH and DSA apps.Pauli2020-02-141-1/+1
* dsa: deprecate applications that depend on the low level DSA functions.Pauli2020-02-121-10/+17
* Deprecate the low level DSA functions.Pauli2020-02-121-12/+9
* Add "sections" to -help outputRich Salz2019-11-081-11/+17
* 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
* Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl2017-11-031-0/+3
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-9/+8
* Support MSBLOB format if RC4 is disabledDr. Stephen Henson2016-11-171-1/+7
* Make MSBLOB format work with dsa utility.Dr. Stephen Henson2016-11-171-3/+2
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Simplify and add help about OPT_PVK* optionsFdaSilvaYY2016-08-171-20/+12
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Restore support for ENGINE format keys in apps.Dr. Stephen Henson2016-05-121-1/+1
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-2/+2
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-1/+3
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Fix no-rc4.Ben Laurie2016-03-221-1/+4
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-8/+5
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-3/+2
* Avoid erroneous "assert(private)" failures.Viktor Dukhovni2015-12-131-2/+7
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-6/+20