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_test.c
Age
Commit message (
Expand
)
Author
2022-10-07
set MGF1 digest correctly
James Muir
2022-10-03
Test usage of a custom EVP_CIPHER
Matt Caswell
2022-09-21
Remove FIPS condition on SM2 test.
Pauli
2022-08-18
Add testcases for EVP_PKEY_get1_encoded_public_key
Tomas Mraz
2022-06-28
Add a test for an all 0 RSA key
Matt Caswell
2022-06-02
Fix the checks of EVP_PKEY_CTX_set/get_* functions
Peiwei Hu
2022-06-02
Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
Peiwei Hu
2022-06-02
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name
Peiwei Hu
2022-05-24
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-23
Test the default key length of the Blowfish ciphers
Tomas Mraz
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-11
Add test for resetting SM2 dist ID
Tomas Mraz
2022-03-15
Update copyright year
Matt Caswell
2022-01-10
Add a test for a custom digest created via EVP_MD_meth_new()
Matt Caswell
2021-12-13
test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()
Richard Levitte
2021-12-13
test/evp_extra_test.c: Refactor test_fromdata()
Richard Levitte
2021-11-27
Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value
Tom Cosgrove
2021-11-22
Fix EVP_PKEY_decrypt return check
Peiwei Hu
2021-11-16
EVP_PKEY_keygen_init: fix return check
Peiwei Hu
2021-11-16
EVP_PKEY_paramgen_init: fix return check
Peiwei Hu
2021-11-16
EVP_DigestVerifyFinal: fix test function and invocation
Peiwei Hu
2021-11-16
Add a test for creating ECX private keys that are too short
Matt Caswell
2021-11-15
Add null digest implementation to the default provider
Tomas Mraz
2021-11-12
evp_extra_test: Add SIPHASH MAC digestsign test with reinitialization
Tomas Mraz
2021-11-12
test: Add testing of reinitialization via EVP_DigestSignInit()
Tomas Mraz
2021-11-12
do_sigver_init: Allow reinitialization of an existing operation.
Tomas Mraz
2021-10-27
Test that a key is usable after an EVP_PKEY_fromdata call
Matt Caswell
2021-10-25
X509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
Tomas Mraz
2021-10-25
Fix no-cmac
Matt Caswell
2021-10-22
Fix test_CMAC_keygen
Matt Caswell
2021-10-22
Test short buffers
Matt Caswell
2021-10-19
Add tests for ENGINE problems
Matt Caswell
2021-08-26
EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple calls
Tomas Mraz
2021-08-16
Test EVP Cipher updating the context's IV
Ingo Franzki
2021-08-16
Multiple fixes for getting pub key from legacy DH PKEY
Tomas Mraz
2021-07-28
Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()
Matt Caswell
2021-07-27
Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
Matt Caswell
2021-07-22
Add a test for custom EVP_PKEY_METHODs
Matt Caswell
2021-06-15
test/evp_extra_test.c: Peek at the error instead of getting it.
Richard Levitte
2021-06-08
EVP_PKEY_new_raw_private_key: Allow zero length keys
Tomas Mraz
2021-06-08
Test EVP_CipherInit sequences and resets
Juergen Christ
2021-06-05
Fix evp_extra_test to use libctx in an X509_PUBKEY
Matt Caswell
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-18
seal: make EVP_SealInit() library context aware
Pauli
2021-05-09
Mark pop/clear error stack in der2key_decode_p8
Daniel Bevenius
2021-05-06
evp_extra_test: Avoid potential double free of params
Tomas Mraz
2021-04-27
Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
Shane Lontis
2021-04-23
Runchecker: fix no-ec2m build which was trying to validate the e2cm curves
Pauli
2021-04-23
Trivial shortcuts for EVP_PKEY_eq()
Tomas Mraz
2021-04-21
test: fix double free problems.
Pauli
[next]