Fixed encoding of TLS extensions (elliptic_curves and signature_algorithms)
This commit is contained in:
@@ -1110,6 +1110,7 @@ METHOD(tls_crypto_t, get_signature_algorithms, void,
|
||||
}
|
||||
enumerator->destroy(enumerator);
|
||||
|
||||
supported->wrap16(supported);
|
||||
writer->write_data16(writer, supported->get_buf(supported));
|
||||
supported->destroy(supported);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user