openssl/ssl
Benjamin Kaduk c5d1fb78fd Add TODO comment for a nonsensical public API
The API used to set what SNI value to send in the ClientHello
can also be used on server SSL objects, with undocumented and
un-useful behavior.  Unfortunately, when generic SSL_METHODs
are used, s->server is still set, prior to the start of the
handshake, so we cannot prevent this nonsensical usage at the
present time.  Leave a note to revisit this when ABI-breaking
changes are permitted.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6378)
2018-07-20 07:12:24 -05:00
..
record Introduce the recv_max_early_data setting 2018-07-06 09:26:39 +01:00
statem Normalize SNI hostname handling for SSL and SSL_SESSION 2018-07-20 07:12:24 -05:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
methods.c
packet_locl.h Remove __cplusplus preamble from internal headers 2018-06-22 12:24:59 +02:00
packet.c
pqueue.c
s3_cbc.c
s3_enc.c
s3_lib.c Add TODO comment for a nonsensical public API 2018-07-20 07:12:24 -05:00
s3_msg.c
ssl_asn1.c Don't use OPENSSL_strdup() for copying alpn_selected 2018-06-21 11:07:45 +01:00
ssl_cert_table.h
ssl_cert.c Check that the public key OID matches the sig alg 2018-07-18 09:58:56 +01:00
ssl_ciph.c
ssl_conf.c Add the ability to configure anti-replay via SSL_CONF 2018-07-02 15:06:12 +01:00
ssl_err.c Validate legacy_version 2018-07-20 10:52:02 +01:00
ssl_init.c
ssl_lib.c Normalize SNI hostname handling for SSL and SSL_SESSION 2018-07-20 07:12:24 -05:00
ssl_locl.h Check that the public key OID matches the sig alg 2018-07-18 09:58:56 +01:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Normalize SNI hostname handling for SSL and SSL_SESSION 2018-07-20 07:12:24 -05:00
ssl_stat.c
ssl_txt.c Address coverity-reported NULL dereference in SSL_SESSION_print() 2018-07-01 18:20:11 -05:00
ssl_utst.c
t1_enc.c
t1_lib.c Check that the public key OID matches the sig alg 2018-07-18 09:58:56 +01:00
t1_trce.c
tls13_enc.c
tls_srp.c