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_pkey.c
Age
Commit message (
Expand
)
Author
2021-04-08
Update copyright year
Matt Caswell
2021-03-14
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
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-10-09
Explicitly test against NULL; do not use !p or similar
Rich Salz
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
2016-05-17
Copyright consolidation 09/10
Rich Salz
2016-03-09
Move engine library over to using the new thread API
Matt Caswell
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2008-06-01
Allow ENGINE client cert callback to specify a set of other certs, for
Dr. Stephen Henson
2008-06-01
Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.h
Dr. Stephen Henson
2008-06-01
Add support for ENGINE supplied SSL client auth.
Dr. Stephen Henson
2004-04-19
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2001-09-25
This change replaces the ENGINE's underlying mechanics with the new
Geoff Thorpe