forked from wolfSSL/wolfssl
add support for curve 25519 and Ed25519 in OpenSSH
refactor curve25519 and Ed25519 code fix warning in PEM_xxx_mem_xxx functions
This commit is contained in:
committed by
Jacob Barthelmeh
parent
f30a11f5ce
commit
d050c10581
3
cyassl/openssl/ec25519.h
Normal file
3
cyassl/openssl/ec25519.h
Normal file
@@ -0,0 +1,3 @@
|
||||
/* ec25519.h */
|
||||
|
||||
#include <wolfssl/openssl/ec25519.h>
|
3
cyassl/openssl/ed25519.h
Normal file
3
cyassl/openssl/ed25519.h
Normal file
@@ -0,0 +1,3 @@
|
||||
/* ed25519.h */
|
||||
|
||||
#include <wolfssl/openssl/ed25519.h>
|
@@ -13,6 +13,8 @@ nobase_include_HEADERS+= \
|
||||
cyassl/openssl/ecdsa.h \
|
||||
cyassl/openssl/ecdh.h \
|
||||
cyassl/openssl/ec.h \
|
||||
cyassl/openssl/ec25519.h \
|
||||
cyassl/openssl/ed25519.h \
|
||||
cyassl/openssl/engine.h \
|
||||
cyassl/openssl/err.h \
|
||||
cyassl/openssl/evp.h \
|
||||
|
Reference in New Issue
Block a user