openssl: Add support for Ed25519/Ed448

This commit is contained in:
Tobias Brunner
2018-11-30 15:35:01 +01:00
parent d222699c78
commit cbf07ab5b0
7 changed files with 800 additions and 13 deletions
@@ -30,7 +30,9 @@ libstrongswan_openssl_la_SOURCES = \
openssl_rng.c openssl_rng.h \
openssl_hmac.c openssl_hmac.h \
openssl_gcm.c openssl_gcm.h \
openssl_x_diffie_hellman.c openssl_x_diffie_hellman.h
openssl_x_diffie_hellman.c openssl_x_diffie_hellman.h \
openssl_ed_private_key.c openssl_ed_private_key.h \
openssl_ed_public_key.c openssl_ed_public_key.h
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
libstrongswan_openssl_la_LIBADD = $(OPENSSL_LIB)