Skip to content

Commit 25e62f0

Browse files
committed
unit-tests: Add test suite for Ed448
Same issue with signature malleability as with Ed25519 and apparently OpenSSL doesn't even explicitly verify that the most significant 10 bits are all zero.
1 parent 8d7bf5b commit 25e62f0

File tree

3 files changed

+656
-0
lines changed

3 files changed

+656
-0
lines changed

src/libstrongswan/tests/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ libstrongswan_tests_SOURCES = tests.h tests.c \
5858
suites/test_mgf1.c \
5959
suites/test_ntru.c \
6060
suites/test_ed25519.c \
61+
suites/test_ed448.c \
6162
suites/test_signature_params.c
6263

6364
libstrongswan_tests_CFLAGS = \

0 commit comments

Comments
 (0)