index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libcrypto
/
wycheproof
Age
Commit message (
Expand
)
Author
2022-07-13
Enable Wycheproof primality tests.
Theo Buehler
2022-07-08
whitespace
Theo Buehler
2022-07-08
Add to variables instead of overriding them
Theo Buehler
2022-07-07
Add support for primality checking
Theo Buehler
2022-05-05
Switch wycheproof.go to using the EVP HKDF API.
Theo Buehler
2022-01-14
Convert wycheproof.go for opaque EVP_AEAD_CTX
Theo Buehler
2021-11-21
wycheproof: modify RSA tests to work with opaque RSA struct
Theo Buehler
2021-11-21
wycheproof.go: modify some DSA and ECDSA code to work with opaque structs
Theo Buehler
2021-09-24
Simplify runAesCmacTest() by using EVP_DigestSign().
Theo Buehler
2021-04-03
Run the CMAC tests through EVP_PKEY_new_CMAC_key().
Theo Buehler
2020-05-14
go fmt whitespace nit
Theo Buehler
2020-05-14
reinstate an error check that was commented out while waiting for arm
Theo Buehler
2020-04-27
Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:
Theo Buehler
2020-04-27
Fix a logic error that hid the failing ZeroLengthIv tests.
Theo Buehler
2020-01-27
Some of the test vectors that were added in the upstream commit
Theo Buehler
2019-12-14
whitespace from go fmt + update a comment
Theo Buehler
2019-12-14
Run Wycheproof HMAC test vectors against libcrypto.
Theo Buehler
2019-12-09
update to-do list
Theo Buehler
2019-12-09
Run Wycheproof DSA P1363 test vectors against libcrypto.
Theo Buehler
2019-12-03
update to-do list
Theo Buehler
2019-12-03
Run Wycheproof ECDSA P1363 test vectors against libcrypto.
Theo Buehler
2019-12-03
Add an EcPoint variant and pass it to the ECDH test runner.
Theo Buehler
2019-12-03
Annotate test vector files with an enum which we can then pass to the
Theo Buehler
2019-11-28
Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.
Theo Buehler
2019-11-28
move the HKDF tests up a bit
Theo Buehler
2019-11-28
update to-do list
Theo Buehler
2019-11-28
go fmt
Theo Buehler
2019-11-28
no need for fallthrough
Theo Buehler
2019-11-28
Run HKDF test vectors against libcrypto.
Theo Buehler
2019-11-28
Run XChaCha20-Poly1305 test vectors against libcrypto.
Theo Buehler
2019-11-28
typo
Theo Buehler
2019-11-27
Add to do list.
Theo Buehler
2019-11-27
Only run the test vectors from x25519_test.json for now.
Theo Buehler
2019-11-27
RSASig now has the more specific name RSASSA-PKCS1-v1_5.
Theo Buehler
2019-11-27
Only print the basename of skipped test files.
Theo Buehler
2019-11-27
go fmt
Theo Buehler
2019-11-27
Run RSAES-PKCS1-v1_5 test vectors against libcrypto.
Theo Buehler
2019-11-27
Make error messages look like other test cases.
Theo Buehler
2019-11-27
Add glue for new RSA-OAEP tests.
Theo Buehler
2019-11-27
Skip tests with unsupported signature algorithm SHA512/224 as well.
Theo Buehler
2019-11-27
The DSA test vectors were split up and more tests were added.
Theo Buehler
2019-11-27
New failure mode for AES-CCM: "very long nonce".
Theo Buehler
2019-11-27
Prepare update of wycheproof-testvectors. Skip some tests for things
Theo Buehler
2019-04-24
Do not check for working go executable during make clean cleandir obj.
Alexander Bluhm
2018-11-07
Use in-place (un)wrapping in the keywrap tests.
Theo Buehler
2018-10-20
With the fixed length checks in aes_wrap.c 1.11, we can remove the ugly
Theo Buehler
2018-10-19
Run Wycheproof testvectors for AES Key Wrap without padding (RFC 3394)
Theo Buehler
2018-10-19
truncate long comments in audit summary
Theo Buehler
2018-10-18
simplify BN_bin2bn() calls; no need to pre-declare the variable.
Theo Buehler
2018-10-18
Avoid a bad out of bounds access that caused intermittent crashes.
Theo Buehler
[next]