summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Correctly display the signing/hmac algorithm in the dgst appMatt Caswell2020-09-171-7/+2
* Don't send -1 as the length of the hmac keyMatt Caswell2020-09-171-1/+2
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-121-1/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-191-4/+9
* Document command parameters.Rich Salz2019-11-201-2/+4
* Add "sections" to -help outputRich Salz2019-11-071-15/+19
* apps/dgst.c: allocate a new signature bufferPavel Karagodin2019-10-301-10/+24
* Update dgst.c to show a list of message digestsagnosticdev2019-10-181-2/+46
* openssl dgst, openssl enc: check for end of inputRichard Levitte2019-08-221-1/+1
* issue-8493: Fix for filenames with newlines using openssl dgstPauli2019-03-301-1/+47
* openssl dgst: show MD name at all timesRichard Levitte2019-03-291-4/+5
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell2018-04-061-0/+11
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-2/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-10/+8
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-27/+29
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* RT3669: dgst can only sign/verify one file.Rich Salz2016-09-201-0/+4
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+4
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-5/+5
* more doc fixesRich Salz2016-02-081-5/+8
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-13/+2
* Use SHA256 not MD5 as default digest.Rich Salz2015-12-111-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Fix option name discrepancyMatt Caswell2015-10-121-2/+2
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* In apps, malloc or dieRich Salz2015-04-301-9/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-13/+5
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-214/+156
* free NULL cleanupRich Salz2015-03-281-2/+1