| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
This issue was fixed in lib/libcrypto/evp/e_aes.c r1.40.
|
|
|
|
|
| |
4672ff74d68766e7785c2cac4c597effccef2c5c have a zero byte prepended.
Run the secp224k1 ECDH tests and adjust this if needed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
length checks here.
|
|
|
|
|
|
| |
against libcrypto. Currently contains caller-side length checks that
should really be done in the library. This will be fixed after an
upcoming commit to libcrypto.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
EC_KEY_set_public_key_affine_coordinates() and EC_KEY_get0_public_key()
than using EC_POINT_set_affine_coordinates_GFp() directly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|