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
/
engines
/
e_ossltest.c
Age
Commit message (
Expand
)
Author
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2021-10-11
Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.c
Bernd Edlinger
2021-06-17
Update copyright year
Matt Caswell
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2020-12-02
Add test to demonstrate the app's new engine key loading
Richard Levitte
2020-07-16
deprecate engines
Pauli
2020-04-23
Update copyright year
Matt Caswell
2020-01-19
Deprecate the low level SHA functions.
Pauli
2018-12-06
Following the license change, modify the boilerplates in engines/
Richard Levitte
2018-03-14
Use the TLSv1.3 record header as AAD
Matt Caswell
2018-02-13
Update copyright year
Matt Caswell
2018-02-07
Fix some undefined behaviour in ossltest engine
Matt Caswell
2017-08-06
Add predicatable RAND_METHOD to test ENGINE
Dr. Stephen Henson
2017-06-07
make error tables const and separate header file
Rich Salz
2016-11-29
Fix some style issues in the TLSv1.3 nonce construction code
Matt Caswell
2016-11-29
Use the TLSv1.3 nonce construction
Matt Caswell
2016-11-02
Fix some style issues in ossltest
Matt Caswell
2016-11-02
Make sure ossltest engine works with TLS1.3
Matt Caswell
2016-05-17
Copyright consolidation 02/10
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-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-02
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
2015-11-09
Continue malloc standardisation in engines
Matt Caswell
2015-09-29
Fix prototypes in e_ossttest.c.
Andy Polyakov
2015-09-25
Change ossltest engine to manually allocate cipher_data
Matt Caswell
2015-08-11
Use dynamic engine for libssl test harness
Richard Levitte
2015-08-11
Add OSSLTest Engine
Matt Caswell