summaryrefslogtreecommitdiff
path: root/apps/dgst.c
Commit message (Expand)AuthorAgeFilesLines
* List also non-fetchable hashes in openssl dgst -listGauriSpears2023-04-141-2/+5
* apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz2022-11-071-0/+2
* SHAKE documentation updates for default output length.slontis2022-08-171-1/+6
* APPS: dgst: Support properties when signingClemens Lang2022-08-171-4/+16
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Fix unsafe BIO_get_md_ctx checkPW Hu2021-10-081-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-1/+1
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-62/+43
* HMAC doesn't work with a default digestDmitry Belyavskiy2021-05-211-0/+2
* 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/+2
* Fetch and free cipher and md'sRich Salz2021-04-201-4/+6
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Process digest option after loading providersRich Salz2021-02-121-5/+7
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-2/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* openssl dgst: add option to specify output length for XOFDaiki Ueno2020-12-021-11/+43
* 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-081-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-161-10/+8