index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
digest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove TODOs from digest.c
Pauli
2021-03-17
1
-10
/
+0
*
evp: add params arguments to init functions
Pauli
2021-03-11
1
-8
/
+20
*
Remove some of the TODO 3.0 in crypto/evp related to legacy support.
Tomas Mraz
2021-03-04
1
-8
/
+8
*
modify EVP to support digest gettable/settable calls
Pauli
2021-02-26
1
-12
/
+22
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
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
[next]