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
/
test
/
evp_extra_test2.c
Age
Commit message (
Expand
)
Author
2022-10-17
Add missing include for DH_get0_priv_key()
Tomas Mraz
2022-09-16
Add documentation and test for EVP_PBE_alg_add
Daniel Fiala
2022-07-20
Coverity 1507372: explicit null dereference
Pauli
2022-07-19
Test that we generate a short private key for known DH prime
Tomas Mraz
2022-05-09
Add a testcase for OSSL_PROVIDER_unload() being fully effective
Tomas Mraz
2022-03-15
Update copyright year
Matt Caswell
2022-02-03
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2021-11-24
Add test for copying uninitialized EVP_MD_CTX
Tomas Mraz
2021-11-23
Add test for EVP_PKEY_sign_init_ex with RSA PSS padding
Tomas Mraz
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-26
Add negative test cases for PEM_read_bio_PrivateKey
Tomas Mraz
2021-05-20
test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA key
Richard Levitte
2021-05-20
Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...
Shane Lontis
2021-05-13
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
Export/import flags for FFC params changed to seperate fields.
Shane Lontis
2021-05-10
Fix i2d_PKCS8PrivateKey_nid_bio() regression.
Shane Lontis
2021-04-22
Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
Tomas Mraz
2021-04-15
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-03-11
Update copyright year
Matt Caswell
2021-03-03
evp_extra_test2: Remove TODO 3.0
Tomas Mraz
2021-02-19
Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and produces
Shane Lontis
2020-12-10
Use adapted test_get_libctx() for simpler test setup and better error reporting
Dr. David von Oheimb
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-08
Set mark and pop error in d2i_PrivateKey_ex
Daniel Bevenius
2020-06-28
TEST: Add test to exercise OPENSSL_CTX_set0_default()
Richard Levitte
2020-06-19
Add a test for d2i_AutoPrivateKey_ex with a non-default libctx
Matt Caswell