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
*
Support setting SM2 ID
Paul Yang
2018-09-07
1
-3
/
+6
*
Introduce EVP_MD_CTX_set_pkey_ctx
Paul Yang
2018-09-07
1
-1
/
+6
*
Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.
Andy Polyakov
2017-08-12
1
-0
/
+21
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
1
-2
/
+2
*
#4342: few missing malloc return checks and free in error paths
J Mohan Rao Arisankala
2016-05-24
1
-5
/
+3
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Fix a potential double free in EVP_DigestInit_ex
Matt Caswell
2016-03-18
1
-1
/
+3
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-13
/
+8
*
Fix GH 327.
Rich Salz
2016-02-11
1
-1
/
+1
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix a possible memleak
Richard Levitte
2016-01-02
1
-0
/
+7
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)
Richard Levitte
2015-12-07
1
-9
/
+9
*
Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_init
Richard Levitte
2015-12-07
1
-52
/
+44
*
Add inclusion of internal/evp_int.h to all crypto/ files that need it
Richard Levitte
2015-12-07
1
-0
/
+1
*
Have other crypto/evp files include evp_locl.h
Richard Levitte
2015-12-07
1
-0
/
+1
*
Add EVP_MD_CTX_ctrl function.
Dr. Stephen Henson
2015-11-24
1
-0
/
+11
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-2
/
+2
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-4
/
+4
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-2
/
+1
*
free NULL cleanup
Rich Salz
2015-03-28
1
-2
/
+1
*
Fix EVP_DigestInit_ex with NULL digest
Matt Caswell
2015-03-12
1
-3
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-224
/
+209
*
Ignore NULL parameter in EVP_MD_CTX_destroy.
Dr. Stephen Henson
2013-12-21
1
-2
/
+5
*
Fix memory leak: free up ENGINE functional reference if digest is not
Dr. Stephen Henson
2010-03-05
1
-0
/
+1
*
Add patch to crypto/evp which didn't apply from PR#2124
Dr. Stephen Henson
2009-12-09
1
-0
/
+6
*
PR: 2124
Dr. Stephen Henson
2009-12-09
1
-3
/
+13
*
Formatting.
Ben Laurie
2008-11-04
1
-2
/
+1
*
Copy update callback across when copying EVP_MD_CTX.
Dr. Stephen Henson
2007-04-12
1
-0
/
+2
*
Experimental HMAC support via EVP_PKEY_METHOD.
Dr. Stephen Henson
2007-04-11
1
-3
/
+16
*
Allow digests to supply S/MIME micalg values from a ctrl.
Dr. Stephen Henson
2006-07-10
1
-0
/
+2
*
Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().
Dr. Stephen Henson
2006-05-25
1
-0
/
+10
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-5
/
+5
*
size_t-fication of message digest APIs. We should size_t-fy more APIs...
Andy Polyakov
2004-05-15
1
-3
/
+3
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-1
/
+1
*
Add flag to avoid continuous
Dr. Stephen Henson
2004-02-01
1
-3
/
+12
*
Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.
Dr. Stephen Henson
2003-03-12
1
-1
/
+1
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-1
/
+12
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-0
/
+2
*
Make ciphers and digests obtain an ENGINE functional reference
Dr. Stephen Henson
2002-03-09
1
-1
/
+9
*
The 'type' parameter, an EVP_MD pointer, represents the type of digest
Geoff Thorpe
2002-01-25
1
-1
/
+1
*
Constification, add config to /dev/crypto.
Ben Laurie
2002-01-18
1
-1
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-3
/
+19
*
Don't clean up stuff twice.
Ben Laurie
2001-09-26
1
-2
/
+9
*
This changes EVP's cipher and digest code to hook via the ENGINE support.
Geoff Thorpe
2001-09-25
1
-0
/
+58
[next]