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: 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
*
Add the ability to perform signatures in a provider
Matt Caswell
2019-09-09
1
-2
/
+5
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-8
/
+47
*
Refactor how KEYMGMT methods get associated with other methods
Richard Levitte
2019-09-03
1
-3
/
+3
*
Fix data races in EVP_CIPHER_fetch and EVP_MD_fetch
Matt Caswell
2019-08-29
1
-12
/
+11
*
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
2019-08-16
1
-9
/
+9
*
Add missing EVP param utility functions
Richard Levitte
2019-08-15
1
-0
/
+42
*
Adapt diverse EVP_MD functions to use get_params and set_params interfaces
Richard Levitte
2019-08-12
1
-49
/
+56
*
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
Richard Levitte
2019-07-23
1
-0
/
+9
*
Add a mechnism to save the name of fetched methods
Richard Levitte
2019-07-23
1
-2
/
+6
*
ossl_provider_upref to ossl_provider_up_ref
Richard Levitte
2019-07-02
1
-1
/
+1
*
Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
Matt Caswell
2019-06-28
1
-4
/
+4
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-7
/
+5
*
Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
Shane Lontis
2019-06-11
1
-22
/
+25
*
EVP_DigestInit_ex(): drop previous context engine earlier
Richard Levitte
2019-06-04
1
-6
/
+10
[next]