index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
evp_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove function name from errors
Rich Salz
2019-07-16
1
-17
/
+10
*
test/evp_test.c: [ciphers] Test that we get back the same IV we gave
Richard Levitte
2019-07-11
1
-0
/
+8
*
Add X9.42 KDF.
Shane Lontis
2019-07-09
1
-2
/
+16
*
Fix a leak in evp_test
Matt Caswell
2019-07-01
1
-1
/
+3
*
Move digests to providers
Shane Lontis
2019-06-04
1
-1
/
+27
*
Allow specifying the tag after AAD in CCM mode
Tobias Nießen
2019-05-08
1
-9
/
+20
*
Added EVP_KDF (similiar to the EVP_MAC)
Shane Lontis
2019-05-03
1
-4
/
+5
*
Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
David Benjamin
2019-04-26
1
-0
/
+26
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-10
/
+142
*
Updated test command line parsing to support commmon commands
Shane Lontis
2019-02-11
1
-3
/
+3
*
blake2: add evpmac test vectors
Antoine Salon
2019-02-06
1
-4
/
+22
*
Fix CID 1434549: Unchecked return value in test/evp_test.c
FdaSilvaYY
2019-01-08
1
-9
/
+12
*
Add RFC5297 AES-SIV support
Todd Short
2018-12-11
1
-26
/
+41
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
KMAC implementation using EVP_MAC
Shane Lontis
2018-11-13
1
-0
/
+16
*
GMAC implementation
Pauli
2018-11-04
1
-0
/
+18
*
test/evp_test.c: Fixed strcmp() fault in mac_test_init()
Richard Levitte
2018-10-29
1
-1
/
+2
*
test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()
Richard Levitte
2018-10-29
1
-6
/
+27
*
Adapt test/evp_test.c to deal with available EVP_MACs
Richard Levitte
2018-10-29
1
-20
/
+172
*
Trivial test improvements
Tobias Nießen
2018-09-18
1
-2
/
+2
*
test/evp_test.c: make it possible to use controls with MAC tests
Richard Levitte
2018-09-09
1
-1
/
+22
*
Add a helper routine so that evp_test can compare memory without producing
Pauli
2018-08-19
1
-38
/
+61
*
Fix no-sm2
Matt Caswell
2018-06-20
1
-22
/
+7
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
1
-0
/
+5
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix no-sm2
Matt Caswell
2018-03-19
1
-0
/
+23
*
Fix no-ec
Matt Caswell
2018-03-19
1
-1
/
+1
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
1
-4
/
+4
*
Add PrivateKeyRaw and PublicKeyRaw support to evp_test
Matt Caswell
2018-03-15
1
-2
/
+45
*
Update the tests to use the new EVP_PKEY_new_private_key() function
Matt Caswell
2018-03-15
1
-22
/
+8
*
Don't assume shared key length matches expected length
Dr. Stephen Henson
2017-10-12
1
-1
/
+4
*
Fix no-scrypt
Matt Caswell
2017-08-25
1
-0
/
+7
*
Fix ctype arguments.
Pauli
2017-08-21
1
-1
/
+1
*
Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.
Andy Polyakov
2017-08-12
1
-4
/
+18
*
Allow use of long name for KDFs
Dr. Stephen Henson
2017-08-03
1
-1
/
+5
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-10
/
+9
*
Add keygen test to evp_test
Dr. Stephen Henson
2017-07-19
1
-0
/
+112
*
Fix some issues raise by coverity in the tests.
Pauli
2017-07-13
1
-3
/
+11
*
Update tests to avoid printf to stdout/stderr when running as test cases.
Pauli
2017-06-20
1
-4
/
+4
*
Use common STANZA for bn and exp tests
Rich Salz
2017-06-05
1
-231
/
+108
*
test/evp_test.c: improve output in case of errors.
Andy Polyakov
2017-05-26
1
-146
/
+145
*
Revise evp_test parser; make like bn_test
Rich Salz
2017-05-23
1
-662
/
+709
*
move comments to same line as fields
Dr. Stephen Henson
2017-05-20
1
-16
/
+9
*
Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.
Dr. Stephen Henson
2017-05-20
1
-9
/
+94
*
Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}
Dr. Stephen Henson
2017-05-20
1
-0
/
+187
*
Add support for multiple update calls in evp_test
Dr. Stephen Henson
2017-05-19
1
-21
/
+144
*
Add "Title" directive to evp_test
Rich Salz
2017-05-12
1
-2
/
+5
*
evp_test: use the test file name as the test title
Richard Levitte
2017-05-11
1
-0
/
+1
*
Use compare_mem wrapper
Rich Salz
2017-05-11
1
-47
/
+29
[next]