projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
util/find-docs-nits: Recognise SPARSE_ARRAY_OF
[oweals/openssl.git]
/
test
/
evp_test.c
2019-02-13
David Makepeace
Added new EVP/KDF API.
blob
|
commitdiff
|
raw
2019-02-11
Shane Lontis
Updated test command line parsing to support commmon...
blob
|
commitdiff
|
raw
|
diff to current
2019-02-06
Antoine Salon
blake2: add evpmac test vectors
blob
|
commitdiff
|
raw
|
diff to current
2019-01-08
FdaSilvaYY
Fix CID 1434549: Unchecked return value in test/evp_test.c
blob
|
commitdiff
|
raw
|
diff to current
2018-12-11
Todd Short
Add RFC5297 AES-SIV support
blob
|
commitdiff
|
raw
|
diff to current
2018-12-06
Richard Levitte
Following the license change, modify the boilerplates...
blob
|
commitdiff
|
raw
|
diff to current
2018-11-13
Shane Lontis
KMAC implementation using EVP_MAC
blob
|
commitdiff
|
raw
|
diff to current
2018-11-04
Pauli
GMAC implementation
blob
|
commitdiff
|
raw
|
diff to current
2018-10-29
Richard Levitte
test/evp_test.c: Fixed strcmp() fault in mac_test_init()
blob
|
commitdiff
|
raw
|
diff to current
2018-10-29
Richard Levitte
test/evp_test.c: don't misuse pkey_test_ctrl() in mac_t...
blob
|
commitdiff
|
raw
|
diff to current
2018-10-29
Richard Levitte
Adapt test/evp_test.c to deal with available EVP_MACs
blob
|
commitdiff
|
raw
|
diff to current
2018-09-18
Tobias Nießen
Trivial test improvements
blob
|
commitdiff
|
raw
|
diff to current
2018-09-08
Richard Levitte
test/evp_test.c: make it possible to use controls with...
blob
|
commitdiff
|
raw
|
diff to current
2018-08-19
Pauli
Add a helper routine so that evp_test can compare memor...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-20
Matt Caswell
Fix no-sm2
blob
|
commitdiff
|
raw
|
diff to current
2018-06-19
Jack Lloyd
Move SM2 algos to SM2 specific PKEY method
blob
|
commitdiff
|
raw
|
diff to current
2018-05-11
Kurt Roeckx
Use void in all function definitions that do not take...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-20
Matt Caswell
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2018-03-19
Matt Caswell
Fix no-sm2
blob
|
commitdiff
|
raw
|
diff to current
2018-03-19
Matt Caswell
Fix no-ec
blob
|
commitdiff
|
raw
|
diff to current
2018-03-15
Matt Caswell
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
blob
|
commitdiff
|
raw
|
diff to current
2018-03-15
Matt Caswell
Add PrivateKeyRaw and PublicKeyRaw support to evp_test
blob
|
commitdiff
|
raw
|
diff to current
2018-03-15
Matt Caswell
Update the tests to use the new EVP_PKEY_new_private_ke...
blob
|
commitdiff
|
raw
|
diff to current
2017-10-12
Dr. Stephen Henson
Don't assume shared key length matches expected length
blob
|
commitdiff
|
raw
|
diff to current
2017-08-25
Matt Caswell
Fix no-scrypt
blob
|
commitdiff
|
raw
|
diff to current
2017-08-21
Pauli
Fix ctype arguments.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-12
Andy Polyakov
Add EVP_DigestFinalXOF, interface to extendable-output...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-03
Dr. Stephen Henson
Allow use of long name for KDFs
blob
|
commitdiff
|
raw
|
diff to current
2017-07-26
Pauli
Update the test framework so that the need for test_mai...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-19
Dr. Stephen Henson
Add keygen test to evp_test
blob
|
commitdiff
|
raw
|
diff to current
2017-07-13
Pauli
Fix some issues raise by coverity in the tests.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-20
Pauli
Update tests to avoid printf to stdout/stderr when...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-05
Rich Salz
Use common STANZA for bn and exp tests
blob
|
commitdiff
|
raw
|
diff to current
2017-05-26
Andy Polyakov
test/evp_test.c: improve output in case of errors.
blob
|
commitdiff
|
raw
|
diff to current
2017-05-23
Rich Salz
Revise evp_test parser; make like bn_test
blob
|
commitdiff
|
raw
|
diff to current
2017-05-20
Dr. Stephen Henson
move comments to same line as fields
blob
|
commitdiff
|
raw
|
diff to current
2017-05-20
Dr. Stephen Henson
Add test support for "oneshot" versions EVP_DigestSign...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-20
Dr. Stephen Henson
Add tests in evp_test for EVP_Digest{Sign,Verify}{Init...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-19
Dr. Stephen Henson
Add support for multiple update calls in evp_test
blob
|
commitdiff
|
raw
|
diff to current
2017-05-12
Rich Salz
Add "Title" directive to evp_test
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Richard Levitte
evp_test: use the test file name as the test title
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Rich Salz
Use compare_mem wrapper
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Rich Salz
Address some feedback
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Rich Salz
Convert of evp_test to framework
blob
|
commitdiff
|
raw
|
diff to current
2017-04-26
Rich Salz
evp_test.c: Add PrivPubKeyPair tests
blob
|
commitdiff
|
raw
|
diff to current
2017-04-17
Rich Salz
Catch EC_R_UNKNOWN_GROUP in check_unsupported()
blob
|
commitdiff
|
raw
|
diff to current
2017-03-17
Péter Budai
Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-28
Pauli
Avoid buffer underflow in evp_test.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-08
Dr. Stephen Henson
Call EVP_CipherFinal in CCM mode for tests.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-01
Todd Short
Add support for parameterized SipHash
blob
|
commitdiff
|
raw
|
diff to current
2017-01-29
Richard Levitte
test/evp_test.c: If no algorithm was specified, don...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-25
Matt Caswell
Adjust in and in_len instead of donelen
blob
|
commitdiff
|
raw
|
diff to current
2017-01-25
Matt Caswell
Fix the overlapping check for fragmented "Update" opera...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-25
Matt Caswell
Update evp_test to make sure passing partial block...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-24
Todd Short
Add support for Poly1305 in EVP_PKEY
blob
|
commitdiff
|
raw
|
diff to current
2017-01-05
Dr. Stephen Henson
Remove BIO_seek/BIO_tell from evp_test.c
blob
|
commitdiff
|
raw
|
diff to current
2016-12-16
Richard Levitte
evp_test: when function and reason strings aren't avail...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-14
Dr. Stephen Henson
Add function and reason checking to evp_test
blob
|
commitdiff
|
raw
|
diff to current
2016-12-10
Dr. Stephen Henson
Additional error tests in evp_test.c
blob
|
commitdiff
|
raw
|
diff to current
2016-11-21
Todd Short
Skipping tests in evp_test leaks memory
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
Richard Levitte
Fix the evp_test Ctrl keyword processing
blob
|
commitdiff
|
raw
|
diff to current
2016-08-12
Rich Salz
Check for bad filename in evp_test
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 02/10
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Andy Polyakov
test/evp_test.c: exercise in-place encryption.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-06
Andy Polyakov
test/evp_test.c: exercise different combinations of...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-18
Rich Salz
Make string_to_hex/hex_to_string public
blob
|
commitdiff
|
raw
|
diff to current
2016-04-07
Andy Polyakov
test/[dane|evp_]test.c: BIO-fy file I/O.
blob
|
commitdiff
|
raw
|
diff to current
2016-03-21
Matt Caswell
Fix no-scrypt
blob
|
commitdiff
|
raw
|
diff to current
2016-03-18
Matt Caswell
Fix no-des
blob
|
commitdiff
|
raw
|
diff to current
2016-03-18
Matt Caswell
Fix no-cmac
blob
|
commitdiff
|
raw
|
diff to current
2016-03-02
Dr. Stephen Henson
Generalise KDF test in evp_test.c
blob
|
commitdiff
|
raw
|
diff to current
2016-03-02
Dr. Stephen Henson
Add Ctrl keyword to KDF test in evp_test
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Clean up the tests for auto-init/de-init
blob
|
commitdiff
|
raw
|
diff to current
2016-02-05
Dr. Stephen Henson
If memory debugging enabled return error on leaks.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-30
Dr. Stephen Henson
handle "Ctrl" in separate function
blob
|
commitdiff
|
raw
|
diff to current
2016-01-30
Dr. Stephen Henson
Add support for EVP_PKEY_derive in evp_test
blob
|
commitdiff
|
raw
|
diff to current
2016-01-30
Dr. Stephen Henson
fix warning
blob
|
commitdiff
|
raw
|
diff to current
2016-01-26
Rich Salz
Remove /* foo.c */ comments
blob
|
commitdiff
|
raw
|
diff to current
2016-01-19
Dr. Stephen Henson
Add TLS1-PRF test support to evp_test
blob
|
commitdiff
|
raw
|
diff to current
2016-01-11
Viktor Dukhovni
Enable/disable crypto-mdebug just like other features
blob
|
commitdiff
|
raw
|
diff to current
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
blob
|
commitdiff
|
raw
|
diff to current
2015-12-11
Richard Levitte
Adapt EVP tests to the opaque EVP_ENCODE_CTX
blob
|
commitdiff
|
raw
|
diff to current
2015-12-10
Andy Polyakov
test/evp_test.c: allow generic AEAD ciphers to be tested.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adjust all accesses to EVP_MD_CTX to use accessor funct...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-23
Alessandro Ghedini
Remove useless code
blob
|
commitdiff
|
raw
|
diff to current
2015-09-17
Emilia Kasper
RT3757: base64 encoding bugs
blob
|
commitdiff
|
raw
|
diff to current
2015-09-04
Rich Salz
RT3998: Allow scrypt to be disabled
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Dr. Stephen Henson
Add PBE tests.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Dr. Stephen Henson
Add scrypt tests.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
Rich Salz
Use "==0" instead of "!strcmp" etc
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
Gunnar Kudrjavets
Initialize potentially uninitialized local variables
blob
|
commitdiff
|
raw
|
diff to current
2015-05-04
Rich Salz
Use safer sizeof variant in malloc
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free NULL cleanup -- coda
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free null cleanup finale
blob
|
commitdiff
|
raw
|
diff to current
2015-03-31
Richard Levitte
Stop symlinking, move files to intended directory
blob
|
commitdiff
|
raw
|
diff to current