summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
AgeCommit message (Expand)Author
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-04-14List also non-fetchable hashes in openssl dgst -listGauriSpears
2022-11-07apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz
2022-08-17SHAKE documentation updates for default output length.slontis
2022-08-17APPS: dgst: Support properties when signingClemens Lang
2022-05-03Update copyright yearMatt Caswell
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-08Fix unsafe BIO_get_md_ctx checkPW Hu
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-21HMAC doesn't work with a default digestDmitry Belyavskiy
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-01-28Update copyright yearRichard Levitte
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