index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
dgst.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some memory leaks in the openssl app
Bernd Edlinger
2023-09-21
1
-0
/
+2
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
List also non-fetchable hashes in openssl dgst -list
GauriSpears
2023-04-14
1
-2
/
+5
*
apps/dgst.c: Set digestname from argv[0] if it is a builtin hash name
Tomas Mraz
2022-11-07
1
-0
/
+2
*
SHAKE documentation updates for default output length.
slontis
2022-08-17
1
-1
/
+6
*
APPS: dgst: Support properties when signing
Clemens Lang
2022-08-17
1
-4
/
+16
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
APPS: Add check for multiple 'unknown' options
Dr. David von Oheimb
2022-01-11
1
-0
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
Fix unsafe BIO_get_md_ctx check
PW Hu
2021-10-08
1
-2
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-4
/
+4
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
1
-1
/
+1
*
Add warning to key/param generating apps on potential delay due to missing en...
Dr. David von Oheimb
2021-05-25
1
-62
/
+43
*
HMAC doesn't work with a default digest
Dmitry Belyavskiy
2021-05-21
1
-0
/
+2
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-1
/
+1
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+2
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-4
/
+6
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
1
-1
/
+1
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+3
*
Process digest option after loading providers
Rich Salz
2021-02-11
1
-5
/
+7
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-0
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
APPS: Fix confusion between program and app/command name used in diagnostic/h...
Dr. David von Oheimb
2021-01-11
1
-2
/
+1
*
Check non-option arguments
Rich Salz
2020-12-15
1
-0
/
+2
*
openssl dgst: add option to specify output length for XOF
Daiki Ueno
2020-12-02
1
-11
/
+43
*
load_key_certs_crls(): Restore output of fatal errors
Dr. David von Oheimb
2020-09-24
1
-2
/
+2
*
Correctly display the signing/hmac algorithm in the dgst app
Matt Caswell
2020-09-17
1
-7
/
+2
*
Don't send -1 as the length of the hmac key
Matt Caswell
2020-09-17
1
-1
/
+2
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
1
-2
/
+0
*
Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072
Shane Lontis
2020-08-12
1
-1
/
+1
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possible
Richard Levitte
2020-01-19
1
-4
/
+9
*
Document command parameters.
Rich Salz
2019-11-20
1
-2
/
+4
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-15
/
+19
*
apps/dgst.c: allocate a new signature buffer
Pavel Karagodin
2019-10-30
1
-10
/
+24
*
Update dgst.c to show a list of message digests
agnosticdev
2019-10-18
1
-2
/
+46
*
openssl dgst, openssl enc: check for end of input
Richard Levitte
2019-08-22
1
-1
/
+1
*
issue-8493: Fix for filenames with newlines using openssl dgst
Pauli
2019-03-30
1
-1
/
+47
*
openssl dgst: show MD name at all times
Richard Levitte
2019-03-29
1
-4
/
+5
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add a note and better error if using Ed25519/Ed448 in dgst
Matt Caswell
2018-04-06
1
-0
/
+11
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
1
-2
/
+2
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
1
-2
/
+2
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
[next]