summaryrefslogtreecommitdiff
path: root/lib/ecc.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-22 12:25:59 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-24 14:07:09 +0200
commitd417c2e908d53e80d55949ca0a16c363b12e875b (patch)
tree20d6080a47be4f8455e925d2da2e3f8c31400df3 /lib/ecc.h
parent40810a957eefb61c732bbe68a4a2ccdc7faecf04 (diff)
downloadgnutls-d417c2e908d53e80d55949ca0a16c363b12e875b.tar.gz
handshake: added support for ECDH with curve X25519
This follows draft-ietf-tls-rfc4492bis-07 and rfc7748
Diffstat (limited to 'lib/ecc.h')
-rw-r--r--lib/ecc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ecc.h b/lib/ecc.h
index a0bd94c19d..623a1a55bb 100644
--- a/lib/ecc.h
+++ b/lib/ecc.h
@@ -27,4 +27,5 @@ int _gnutls_ecc_ansi_x963_import(const uint8_t * in, unsigned long inlen,
bigint_t * x, bigint_t * y);
int _gnutls_ecc_ansi_x963_export(gnutls_ecc_curve_t curve, bigint_t x,
bigint_t y, gnutls_datum_t * out);
+
#endif