index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_openssl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
EVP: deprecate the EVP_X_meth_ functions.
Pauli
2020-07-22
1
-2
/
+2
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-2
/
+2
*
Deprecate the low level RC4 functions
Pauli
2020-01-15
1
-0
/
+6
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionally
Richard Levitte
2019-08-15
1
-2
/
+4
*
Coverity CID 1444957: Error handling issues
Pauli
2019-05-08
1
-3
/
+6
*
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
explicit init
FdaSilvaYY
2016-07-25
1
-1
/
+1
*
#4342: few missing malloc return checks and free in error paths
J Mohan Rao Arisankala
2016-05-24
1
-5
/
+20
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-1
/
+1
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Move dso.h to internal
Rich Salz
2016-03-23
1
-1
/
+0
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-9
/
+3
*
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-03-07
1
-1
/
+1
*
Don't run RC4 test with no-rc4
Rich Salz
2016-02-10
1
-0
/
+2
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt all engines that need it to opaque EVP_CIPHER
Richard Levitte
2016-01-12
1
-34
/
+72
*
Adapt cipher implementations to opaque EVP_CIPHER_CTX
Richard Levitte
2016-01-12
1
-1
/
+1
*
set standard EC method in eng_openssl
Dr. Stephen Henson
2015-12-09
1
-0
/
+1
*
remove ECDSA_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
1
-1
/
+0
*
remove ECDH_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
1
-1
/
+0
*
Adapt the rest of the source to the opaque HMAC_CTX
Richard Levitte
2015-12-07
1
-11
/
+9
*
Adapt all engines that add new EVP_MDs
Richard Levitte
2015-12-07
1
-18
/
+55
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-3
/
+3
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
1
-1
/
+2
*
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
2015-12-02
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-1
/
+1
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-0
/
+2
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-5
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-2
/
+2
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-8
/
+3
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-3
/
+1
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-7
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-438
/
+442
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
RT1815: More const'ness improvements
Justin Blanchard
2014-08-18
1
-4
/
+4
*
fix typo in HMAC redirection, add HMAC INIT tracing
Dr. Stephen Henson
2010-11-24
1
-2
/
+5
[next]