| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
in OpenSSL's test suite.
|
|
|
|
| |
Test vectors taken from OpenSSL 1.1.1d (under OpenSSL's old license).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
run*Test programs as needed.
|
|
|
|
| |
For now, skip 96 ECDH tests for secp224k1.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Enable them, as all of them pass.
|
| |
|
|
|
|
|
| |
we don't support in LibreSSL and make sure we run as many tests as
possible.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
num calculations and avoids lots of ugly output to stdout. Remove
fflush(3) of stderr, it is unbuffered anyway.
with Moritz Buhl
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
OpenSSL 1.0.2r which is still freely licenced with a tweak by jsing.
|
| |
|
|
|
|
|
|
|
| |
GB/T 32907-2016.
Patch from Daniel Wyatt
ok inoguchi, jsing
|
|
|
|
|
|
|
| |
xchacha is a chacha stream that allows for an extended nonce, which
in turn makes it feasible to use random nonces.
ok tb@
|
|
|
|
|
|
| |
hex_encode() function and use byte arrays instead of strings to store
the expected values. Snatch and tweak hexdump() from beck's key_schedule
test to pretty-print data in case of failure.
|
| |
|
| |
|
|
|
|
| |
From Ben L <bobsayshilol at live dot co dot uk>.
|
| |
|
| |
|