[crypto] initial support for ecdh-sha2-nistp256

Works with openssl
Still requires work for libgcrypt and other modes
This commit is contained in:
Aris Adamantiadis
2011-06-13 13:46:34 +02:00
parent 3b72bf0880
commit c5a998f47a
18 changed files with 638 additions and 164 deletions

View File

@@ -85,6 +85,7 @@ set(libssh_SRCS
crc32.c
crypt.c
dh.c
ecdh.c
error.c
getpass.c
gzip.c