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_libctx_test.c
Age
Commit message (
Expand
)
Author
2022-05-27
Fix the incorrect checks of EVP_CIPHER_CTX_rand_key
Peiwei Hu
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2021-11-16
EVP_PKEY_keygen_init: fix return check
Peiwei Hu
2021-09-03
Add KEM dupctx test
slontis
2021-06-08
Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flag
Shane Lontis
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
Enhance the encoder/decoder tests to allow testing with a non-default library...
Jon Spillett
2021-05-27
TEST: Prefer using precomputed RSA and DH keys for more efficient tests
Dr. David von Oheimb
2021-05-26
Add special case to skip RC4 reinit
Jon Spillett
2021-05-11
Add convenience functions and macros for asymmetric key generation
Dr. David von Oheimb
2021-04-26
Add type_name member to provided methods and use it
Tomas Mraz
2021-03-28
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-12
test: support params arguments to init functions
Pauli
2021-02-26
Fix external symbols for bn
Shane Lontis
2021-02-17
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-01-28
Update copyright year
Richard Levitte
2021-01-13
chacha20: Properly reinitialize the cipher context with NULL key
Tomas Mraz
2020-12-10
Use adapted test_get_libctx() for simpler test setup and better error reporting
Dr. David von Oheimb
2020-12-02
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-11-11
test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()
Richard Levitte
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-01
Run the withlibctx.pl script
Matt Caswell
2020-09-19
Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.
Shane Lontis
2020-09-19
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-13
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-08-11
Add dh_kdf support to provider
Shane Lontis
2020-08-05
Fix provider cipher reinit after init/update with a partial update block.
Shane Lontis
2020-07-26
Fix no-dh and no-dsa
Matt Caswell
2020-07-22
Fix provider cipher reinit issue
Shane Lontis
2020-07-09
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis