Fixed encoding of TLS extensions (elliptic_curves and signature_algorithms)
This commit is contained in:
@@ -760,6 +760,7 @@ static status_t send_client_hello(private_tls_peer_t *this,
|
||||
enumerator->destroy(enumerator);
|
||||
if (curves)
|
||||
{
|
||||
curves->wrap16(curves);
|
||||
extensions->write_data16(extensions, curves->get_buf(curves));
|
||||
curves->destroy(curves);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user