| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
From Ben L <bobsayshilol at live dot co dot uk>.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
LibreSSL as crypto provider. When we run their regression tests,
we are actually testing our library. This is far from perfect. A
lot of LibreSSL features have not been implemented as Botan provider.
Even if provider openssl is specified, botan-test runs a lot of
non-openssl tests. This can be improved later.
|
|
|
|
| |
line continuations.
|
|
|
|
| |
goto err instead of handrolling.
|
|
|
|
| |
From Ben L <bobsayshilol at live dot co dot uk>.
|
|
|
|
| |
From Ben L <bobsayshilol at live dot co dot uk>.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
acceptable cases.
|
|
|
|
| |
identifying the important failures while auditing.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|