AWS s2n-tls v1.5.16-529b01a8
s2n-tls is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority.
Loading...
Searching...
No Matches
Deprecated List
Global s2n_config_add_cert_chain_and_key (struct s2n_config *config, const char *cert_chain_pem, const char *private_key_pem)
Use s2n_config_add_cert_chain_and_key_to_store instead.
Global s2n_config_set_extension_data (struct s2n_config *config, s2n_tls_extension_type type, const uint8_t *data, uint32_t length)
Use s2n_cert_chain_and_key_set_ocsp_data and s2n_cert_chain_and_key_set_sct_list instead.
Global s2n_connection_get_curve (struct s2n_connection *conn)
Use s2n_connection_get_key_exchange_group instead
Global s2n_connection_get_kem_name (struct s2n_connection *conn)
This function was previously used to retrieve the negotiated PQ group in TLS 1.2. PQ key exchange in TLS1.2 was experimental and is now deprecated. Use s2n_connection_get_kem_group_name() to retrieve the PQ TLS 1.3 Group name.