index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
digest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EVP: fix reference counting for digest operations.
Pauli
2021-02-12
1
-1
/
+11
*
Replace provider digest flags with separate param fields
Shane Lontis
2021-02-10
1
-6
/
+10
*
Fix a use after free issue when a provider context is being used and isn't ca...
Pauli
2021-02-04
1
-5
/
+6
*
Cache Digest constants
Matt Caswell
2020-12-23
1
-0
/
+29
*
Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC
Richard Levitte
2020-12-16
1
-5
/
+1
*
Fix regression in EVP_DigestInit_ex: crash when called with NULL type
Tomas Mraz
2020-11-26
1
-7
/
+8
*
EVP_DigestFinalXOF must not reset the EVP_MD_CTX
Tomas Mraz
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-24
/
+24
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-5
/
+4
*
Redirect EVP_DigestInit to EVP_DigestSignInit_ex if appropriate
Matt Caswell
2020-09-17
1
-0
/
+19
*
EVP: Centralise fetching error reporting
Richard Levitte
2020-09-13
1
-3
/
+1
*
Fix an EVP_MD_CTX leak
Matt Caswell
2020-09-10
1
-20
/
+25
*
Fix some EVP_MD_CTX_* functions
Matt Caswell
2020-08-29
1
-19
/
+26
*
EVP: NULL pctx pointer after free.
Pauli
2020-08-27
1
-1
/
+3
*
Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_...
Shane Lontis
2020-08-24
1
-3
/
+10
*
Fix coverity CID #1454638 - Dereference after NULL check in EVP_MD_CTX_gettab...
Shane Lontis
2020-08-24
1
-2
/
+4
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-0
/
+32
*
Add EVP signature with libctx methods.
Shane Lontis
2020-08-09
1
-2
/
+3
*
gettables: core changes to pass the provider context.
Pauli
2020-08-07
1
-8
/
+12
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-13
/
+13
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-14
/
+14
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Handle the case where there is no digest in an EVP_MD_CTX
Matt Caswell
2020-03-19
1
-3
/
+3
*
EVP_MD_CTX_ctrl(): Remove unnecessary control
Richard Levitte
2020-02-04
1
-4
/
+1
*
Revert "Legacy digests can have custom control values"
Matt Caswell
2020-02-03
1
-1
/
+1
*
Legacy digests can have custom control values
Dmitry Belyavskiy
2020-01-22
1
-1
/
+1
*
Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is set
Matt Caswell
2020-01-13
1
-2
/
+5
*
Fix some typos
Veres Lajos
2019-12-11
1
-1
/
+1
*
Replumbing: pre-populate the EVP namemap with commonly known names
Richard Levitte
2019-11-20
1
-2
/
+9
*
Final cleanup after move to leaner EVP_PKEY methods
Richard Levitte
2019-11-10
1
-4
/
+3
*
EVP: add name traversal functions to all fetchable types
Richard Levitte
2019-10-17
1
-1
/
+1
*
EVP: add missing common functionality
Richard Levitte
2019-10-17
1
-3
/
+3
*
EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1
Richard Levitte
2019-10-17
1
-1
/
+1
*
Correctly handle SSL3 Master Secret when calling providers
Matt Caswell
2019-10-16
1
-0
/
+4
*
Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]Update
Matt Caswell
2019-10-11
1
-0
/
+18
*
EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
Richard Levitte
2019-10-06
1
-1
/
+2
*
Don't follow legacy path if ctx->pctx is set
Matt Caswell
2019-10-03
1
-3
/
+2
*
Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free()
Matt Caswell
2019-10-03
1
-13
/
+6
*
Don't call EVP_MD_CTX_reset during EVP_DigestFinal
Matt Caswell
2019-10-03
1
-1
/
+10
*
Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() aware
Matt Caswell
2019-10-03
1
-3
/
+49
*
Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy code
Matt Caswell
2019-10-03
1
-10
/
+11
*
Add the provider function signatures for DigestSign*
Matt Caswell
2019-10-03
1
-8
/
+0
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTX
Matt Caswell
2019-09-25
1
-6
/
+26
*
Rework cipher / digest fetching for legacy nids with multiple name support
Richard Levitte
2019-09-23
1
-10
/
+34
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-13
/
+14
*
Move EVP_PKEY algorithm implementations into a union
Matt Caswell
2019-09-09
1
-1
/
+3
[next]