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_fat.c
Age
Commit message (
Expand
)
Author
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
Update copyright year
Richard Levitte
2020-07-16
deprecate engines in libcrypto
Pauli
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
2017-12-04
Update eng_fat.c
MerQGh
2017-06-20
Modify Sun copyright to follow OpenSSL style
Rich Salz
2016-05-17
Copyright consolidation 09/10
Rich Salz
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-05-06
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-03-11
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-01-24
Fix segfault with empty fields as last in the config.
Kurt Roeckx
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2011-05-15
new flag to stop ENGINE methods being registered
Dr. Stephen Henson
2006-06-05
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-02
Extend default method string to include public key methods.
Dr. Stephen Henson
2006-06-01
Add missing prototype. Extend engine utility to print public key algorithms.
Dr. Stephen Henson
2004-04-19
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2003-11-29
We're getting a clash with C++ because it has a type called 'list'.
Richard Levitte
2003-03-13
Fix a bone-head bug. This warrants a CHANGES entry because it could affect
Geoff Thorpe
2002-08-09
Add ECDH support.
Bodo Möller
2002-06-13
Add missing prototypes.
Lutz Jänicke
2002-01-22
Constification.
Dr. Stephen Henson
2002-01-22
default_algorithms option in ENGINE config.
Dr. Stephen Henson
2001-09-25
This change adds cipher and digest support into ENGINE using the
Geoff Thorpe
2001-09-25
This change replaces the ENGINE's underlying mechanics with the new
Geoff Thorpe