OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / apps / dgst.c
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-04-14 GauriSpearsList also non-fetchable hashes in openssl dgst -list
2022-11-07 Tomas Mrazapps/dgst.c: Set digestname from argv[0] if it is a...
2022-08-17 slontisSHAKE documentation updates for default output length.
2022-08-17 Clemens LangAPPS: dgst: Support properties when signing
2022-05-03 Matt CaswellUpdate copyright year
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-08 PW HuFix unsafe BIO_get_md_ctx check
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-21 Dmitry BelyavskiyHMAC doesn't work with a default digest
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-20 Rich SalzFetch and free cipher and md's
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-02-11 Rich SalzProcess digest option after loading providers
2021-02-11 Rich SalzLoad rand state after loading providers
2021-01-28 Richard LevitteUpdate copyright year
2021-01-11 Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-12-15 Rich SalzCheck non-option arguments
2020-12-02 Daiki Uenoopenssl dgst: add option to specify output length for XOF
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-17 Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17 Matt CaswellDon't send -1 as the length of the hmac key
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-07 Paulicmdline app: add provider commandline options.
2020-01-19 Richard LevitteAPPS & TEST: Eliminate as much use of EVP_PKEY_size...
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-10-30 Pavel Karagodinapps/dgst.c: allocate a new signature buffer
2019-10-18 agnosticdevUpdate dgst.c to show a list of message digests
2019-08-22 Richard Levitteopenssl dgst, openssl enc: check for end of input
2019-03-30 Pauliissue-8493: Fix for filenames with newlines using opens...
2019-03-29 Richard Levitteopenssl dgst: show MD name at all times
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-06 Matt CaswellAdd a note and better error if using Ed25519/Ed448...
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-17 PauliFix some pedantic warnings.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-09-20 Rich SalzRT3669: dgst can only sign/verify one file.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-08 Dr. Stephen HensonFix engine key support in utilities.
2016-02-08 Rich Salzmore doc fixes
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
2015-12-11 Rich SalzUse SHA256 not MD5 as default digest.
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-10-12 Matt CaswellFix option name discrepancy
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-28 Rich Salzremove malloc casts
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup
2015-03-17 Matt CaswellMove malloc fail checks closer to malloc
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Thorsten GlaserDocument openssl dgst -hmac option
2014-06-29 Dr. Stephen HensonDon't core dump when using CMAC with dgst.
2012-02-10 Dr. Stephen Hensonadd fips blocking overrides to command line utilities
2011-04-06 Dr. Stephen HensonAdd fips hmac key to dgst utility.
2010-03-05 Dr. Stephen HensonAdd -engine_impl option to dgst which will use an imple...
2010-02-12 Dr. Stephen HensonPR: 2170
2009-10-15 Dr. Stephen HensonPR: 2066
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-26 Richard LevitteCast to avoid signedness confusion
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-03-31 Dr. Stephen HensonStop warnings.
2009-03-18 Dr. Stephen HensonSubmitted by: Victor B. Wagner <vitus@cryptocom.ru>
2008-07-27 Ralf S. Engelschallremove a doubled entry for '-binary' in the usage message
2008-06-04 Ben LaurieMore type-checking.
2008-05-19 Lutz JänickeProvide information about "openssl dgst" -hmac option.
2007-05-21 Dr. Stephen HensonTypo.
2007-05-21 Dr. Stephen HensonFixes for dgst tool. Initialize md_name, sig_name prope...
2007-05-17 Dr. Stephen HensonSet len to buffer size.
2007-05-17 Dr. Stephen HensonPrepend signature name in dgst output.
next