summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
AgeCommit message (Expand)Author
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-12-02openssl dgst: add option to specify output length for XOFDaiki Ueno
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-17Don't send -1 as the length of the hmac keyMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-10-30apps/dgst.c: allocate a new signature bufferPavel Karagodin
2019-10-18Update dgst.c to show a list of message digestsagnosticdev
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-29openssl dgst: show MD name at all timesRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-04-06Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
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-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson
2016-02-07more doc fixesRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-10-12Fix option name discrepancyMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-28remove malloc castsRich Salz