index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_openssl.c
Age
Commit message (
Expand
)
Author
2021-06-17
Update copyright year
Matt Caswell
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2020-12-20
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-11-13
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-06
Don't clear the whole error stack when loading engines
Matt Caswell
2020-07-22
EVP: deprecate the EVP_X_meth_ functions.
Pauli
2020-07-16
deprecate engines in libcrypto
Pauli
2020-04-23
Update copyright year
Matt Caswell
2020-01-19
Deprecate the low level SHA functions.
Pauli
2020-01-16
Deprecate the low level RC4 functions
Pauli
2019-10-09
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-09-28
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-08-15
crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionally
Richard Levitte
2019-05-08
Coverity CID 1444957: Error handling issues
Pauli
2018-12-06
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-04-17
Update copyright year
Richard Levitte
2018-04-03
Set error code on alloc failures
Rich Salz
2017-08-22
Use "" not <> for internal/ includes
Rich Salz
2017-06-20
Modify Sun copyright to follow OpenSSL style
Rich Salz
2016-07-25
explicit init
FdaSilvaYY
2016-05-23
#4342: few missing malloc return checks and free in error paths
J Mohan Rao Arisankala
2016-05-17
Copyright consolidation 09/10
Rich Salz
2016-04-18
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-13
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-03-23
Move dso.h to internal
Rich Salz
2016-03-20
Remove #error from include files.
Rich Salz
2016-03-07
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-02-09
Don't run RC4 test with no-rc4
Rich Salz
2016-02-09
Auto init/deinit libcrypto
Matt Caswell
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2016-01-12
Adapt all engines that need it to opaque EVP_CIPHER
Richard Levitte
2016-01-12
Adapt cipher implementations to opaque EVP_CIPHER_CTX
Richard Levitte
2015-12-09
set standard EC method in eng_openssl
Dr. Stephen Henson
2015-12-09
remove ECDSA_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
remove ECDH_METHOD from ENGINE
Dr. Stephen Henson
2015-12-07
Adapt the rest of the source to the opaque HMAC_CTX
Richard Levitte
2015-12-07
Adapt all engines that add new EVP_MDs
Richard Levitte
2015-12-07
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-02
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
2015-11-09
Continue standardising malloc style for libcrypto
Matt Caswell
2015-10-30
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-09-29
Fix no-stdio build
David Woodhouse
2015-09-03
remove 0 assignments.
Rich Salz
2015-05-14
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-06
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-04
Use safer sizeof variant in malloc
Rich Salz
2015-04-30
free cleanup almost the finale
Rich Salz
2015-03-11
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
[next]