| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
against its ANSI equivalent prime256v1 (compare RFC 4492, Appendix A).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
look into
|
| |
|