RFC: https://tools.ietf.org/html/rfc6962
Right now the s2n Client can request and accept SCT TLS Extensions, but does not validate the extension.
Function s2n_recv_server_sct_list()
in s2n_server_extensions.c conn->ct_response
is never validated before being copied to the connection struct.