Tomas Mraz
|
4ec4b063e0
Always reset IV for CBC, OFB, and CFB mode on cipher context reinit
|
3 years ago |
Shane Lontis
|
3f883c7c83
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
|
3 years ago |
Tomas Mraz
|
2145ba5e83
Implement EVP_PKEY_dup() function
|
3 years ago |
Pauli
|
808c63c5d0
test: add test case for X508_PUBKEY_dup() function
|
3 years ago |
Jon Spillett
|
062490dbd0
Add testing for non-default library context into evp_extra_test
|
3 years ago |
Matt Caswell
|
2cf8bb46fc
Ensure that ECX keys pass EVP_PKEY_param_check()
|
3 years ago |
Pauli
|
af6171b35a
test: support params arguments to init functions
|
3 years ago |
Tomas Mraz
|
b3c155b83c
evp_extra_test: Remove TODO comment as setting the curve is mandatory
|
3 years ago |
Matt Caswell
|
d36a5dd05e
Fix a copy&paste error in evp_extra_test
|
3 years ago |
Benjamin Kaduk
|
3d36472660
test_ecpub: test that we can decode the DER we encoded
|
3 years ago |
Benjamin Kaduk
|
ad7cb0bf5c
test_ecpub: verify returned length after encoding
|
3 years ago |
Benjamin Kaduk
|
c0ff1932e4
Add test for EC pubkey export/import
|
3 years ago |
Tomas Mraz
|
1cba86234a
evp_extra_test: Do not manipulate providers in default context
|
3 years ago |
Matt Caswell
|
5eb73cfb37
Add a test for a names_do_all function
|
3 years ago |
Tomas Mraz
|
fe75766c9c
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
|
3 years ago |
Shane Lontis
|
2db985b7b1
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
|
3 years ago |
Matt Caswell
|
b8a1272d57
Test that EC keys without a public key in them work as expected
|
3 years ago |
Daniel Bevenius
|
e947a0642d
EVP: fix keygen for EVP_PKEY_RSA_PSS
|
4 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Shane Lontis
|
5b5eea4b60
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
|
4 years ago |
Matt Caswell
|
8a9394c1ed
Fix no-dh and no-dsa
|
3 years ago |
Rich Salz
|
a3d267f184
Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
|
4 years ago |
Tomas Mraz
|
0d83b7b903
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
|
3 years ago |
Jon Spillett
|
2c04b34140
Allow EVP_PKEY private key objects to be created without a public component
|
3 years ago |
Richard Levitte
|
6ed4022cd1
Fix 'no-deprecated'
|
3 years ago |
Matt Caswell
|
d4c2f498a3
Don't test a deprecated function in a no-deprecated build
|
4 years ago |
Tomas Mraz
|
8d8dd09b96
Add test for no reset after DigestFinal_ex and DigestFinalXOF
|
4 years ago |
Pauli
|
0d4460d27e
test: changes resulting from moving the entropy source out of the FIPS provider
|
4 years ago |
Richard Levitte
|
d7e498ac55
Deprecate RSA harder
|
4 years ago |
Richard Levitte
|
e6774a7289
test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_check
|
4 years ago |