From 99b96f74af6e13f99f53ecda061697da72c5d4fb Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 23 Jan 2012 13:28:40 +0000 Subject: Have the client key exchange examine the server key exchange message directly (if it was sent), so that the client implementation doesn't have to know what key exchange mechanisms we actually support. Return a value in ECC curves extension serialization method. --- src/tls/tls_extensions.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tls/tls_extensions.cpp') diff --git a/src/tls/tls_extensions.cpp b/src/tls/tls_extensions.cpp index d9351fdb1..570c7161c 100644 --- a/src/tls/tls_extensions.cpp +++ b/src/tls/tls_extensions.cpp @@ -364,6 +364,8 @@ MemoryVector Supported_Elliptic_Curves::serialize() const buf[0] = get_byte(0, buf.size()-2); buf[1] = get_byte(1, buf.size()-2); + + return buf; } Supported_Elliptic_Curves::Supported_Elliptic_Curves() -- cgit v1.2.3