19 #include "../ssl/internal.h"
24 static bssl::UniquePtr<SSL> ssl(
SSL_new(
ctx.get()));
27 CBS encoded_client_hello_inner_cbs;
33 bssl::Array<uint8_t> encoded_client_hello_inner;
34 if (!encoded_client_hello_inner.CopyFrom(encoded_client_hello_inner_cbs)) {
47 bssl::Array<uint8_t> client_hello_inner;
49 ssl.get(), &alert_unused, &client_hello_inner, encoded_client_hello_inner,