index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
evp_extra_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix evp_extra_test to use libctx in an X509_PUBKEY
Matt Caswell
2021-06-05
1
-3
/
+7
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-7
/
+7
*
seal: make EVP_SealInit() library context aware
Pauli
2021-05-18
1
-4
/
+14
*
Mark pop/clear error stack in der2key_decode_p8
Daniel Bevenius
2021-05-09
1
-0
/
+35
*
evp_extra_test: Avoid potential double free of params
Tomas Mraz
2021-05-06
1
-0
/
+3
*
Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
Shane Lontis
2021-04-27
1
-1
/
+1
*
Runchecker: fix no-ec2m build which was trying to validate the e2cm curves
Pauli
2021-04-23
1
-3
/
+8
*
Trivial shortcuts for EVP_PKEY_eq()
Tomas Mraz
2021-04-23
1
-7
/
+14
*
test: fix double free problems.
Pauli
2021-04-21
1
-0
/
+3
*
Add test for the IV handling of DES based ciphers
Tomas Mraz
2021-04-19
1
-2
/
+110
*
TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdname
Richard Levitte
2021-04-18
1
-1
/
+1
*
TEST: Modify how the retrieved digest name for SM2 digestsign is checked
Richard Levitte
2021-04-18
1
-17
/
+36
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-3
/
+3
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
1
-1
/
+1
*
Always reset IV for CBC, OFB, and CFB mode on cipher context reinit
Tomas Mraz
2021-04-12
1
-12
/
+39
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-10
/
+10
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-12
/
+24
*
test: add test case for X508_PUBKEY_dup() function
Pauli
2021-03-28
1
-18
/
+58
*
Add testing for non-default library context into evp_extra_test
Jon Spillett
2021-03-17
1
-53
/
+144
*
Ensure that ECX keys pass EVP_PKEY_param_check()
Matt Caswell
2021-03-15
1
-3
/
+25
*
test: support params arguments to init functions
Pauli
2021-03-11
1
-1
/
+1
*
evp_extra_test: Remove TODO comment as setting the curve is mandatory
Tomas Mraz
2021-03-03
1
-1
/
+0
*
Fix a copy&paste error in evp_extra_test
Matt Caswell
2021-03-02
1
-3
/
+2
*
test_ecpub: test that we can decode the DER we encoded
Benjamin Kaduk
2021-02-27
1
-0
/
+25
*
test_ecpub: verify returned length after encoding
Benjamin Kaduk
2021-02-27
1
-2
/
+4
*
Add test for EC pubkey export/import
Benjamin Kaduk
2021-02-27
1
-0
/
+44
*
evp_extra_test: Do not manipulate providers in default context
Tomas Mraz
2021-02-25
1
-4
/
+1
*
Add a test for a names_do_all function
Matt Caswell
2021-02-24
1
-0
/
+49
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-2
/
+2
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-6
/
+9
*
Test that EC keys without a public key in them work as expected
Matt Caswell
2021-02-01
1
-36
/
+197
*
EVP: fix keygen for EVP_PKEY_RSA_PSS
Daniel Bevenius
2021-01-28
1
-0
/
+27
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-53
/
+21
*
Fix no-dh and no-dsa
Matt Caswell
2021-01-22
1
-5
/
+5
*
Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
Rich Salz
2021-01-21
1
-1
/
+6
*
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
Tomas Mraz
2021-01-18
1
-2
/
+2
*
Allow EVP_PKEY private key objects to be created without a public component
Jon Spillett
2021-01-15
1
-4
/
+158
*
Fix 'no-deprecated'
Richard Levitte
2020-12-19
1
-40
/
+29
*
Don't test a deprecated function in a no-deprecated build
Matt Caswell
2020-11-27
1
-2
/
+2
*
Add test for no reset after DigestFinal_ex and DigestFinalXOF
Tomas Mraz
2020-11-26
1
-0
/
+46
*
test: changes resulting from moving the entropy source out of the FIPS provider
Pauli
2020-11-19
1
-1
/
+1
*
Deprecate RSA harder
Richard Levitte
2020-11-18
1
-35
/
+38
*
test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_check
Richard Levitte
2020-11-07
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-8
/
+8
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-5
/
+4
*
Extend the SM2 asym cipher test
Matt Caswell
2020-09-25
1
-18
/
+50
*
Clean up some SM2 related TODOs in the tests
Matt Caswell
2020-09-25
1
-7
/
+0
*
TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.c
Richard Levitte
2020-09-25
1
-14
/
+1
*
Add SM2 signature algorithm to default provider
Paul Yang
2020-09-22
1
-32
/
+29
[next]