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_list.c
Age
Commit message (
Expand
)
Author
2021-11-23
Avoid loading of a dynamic engine twice
Bernd Edlinger
2021-05-28
Rework and make DEBUG macros consistent.
Rich Salz
2021-04-08
Update copyright year
Matt Caswell
2021-03-14
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2020-12-20
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-11-13
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-07-16
deprecate engines in libcrypto
Pauli
2020-04-23
Update copyright year
Matt Caswell
2020-04-15
Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...
Shane Lontis
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2018-12-06
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-09-24
Use secure_getenv(3) when available.
Pauli
2018-04-04
Don't use getenv for critical functions when run as setuid/setgid
Bernd Edlinger
2018-01-19
Copyright update of more files that have changed this year
Richard Levitte
2018-01-08
crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0
Patrick Steuer
2017-06-20
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-11
improve comment: use "optimization" for clarity
Josh Soref
2016-11-17
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-07-19
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-05-17
Copyright consolidation 09/10
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-04-13
Deprecate ENGINE_cleanup() and make it a no-op
Matt Caswell
2016-03-09
Move engine library over to using the new thread API
Matt Caswell
2016-02-10
Configure et al: move the installation directory logic to Makefiles
Richard Levitte
2016-02-10
Remove store.
Rich Salz
2016-02-05
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-02
fix code indentation issue
FdaSilvaYY
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2015-12-09
Engine EC_KEY_METHOD functionality.
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-11-09
Continue standardising malloc style for libcrypto
Matt Caswell
2015-10-08
When ENGINE_add finds that id or name is missing, actually return
Richard Levitte
2015-03-11
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-02-02
Dead code cleanup; remove #if 0 from crypto/engine
Rich Salz
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2014-01-28
Add loaded dynamic ENGINEs to list.
Dr. Stephen Henson
2010-03-27
PR: 1813
Dr. Stephen Henson
2006-06-02
Automatically free up dynamically allocated public key methods when
Dr. Stephen Henson
2005-08-06
avoid infinite recursion if dynamic engine isn't loaded
Nils Larsch
2004-06-01
This fixes the installation target for dynamic engines, which was trying to
Geoff Thorpe
2004-04-19
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2003-05-01
Add STORE support in ENGINE.
Richard Levitte
2002-10-16
- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in the
Geoff Thorpe
2002-10-11
Step 11c of move of engines: Time to make the changes to support
Richard Levitte
2002-08-09
Add ECDH support.
Bodo Möller
2002-02-13
ECDSA support
Bodo Möller
2002-01-21
Initial ENGINE config module, docs to follow.
Dr. Stephen Henson
[next]