openssl/ssl
Matt Caswell cd0fb43cbe Following the previous 2 commits also move ecpointformats out of session
The previous 2 commits moved supported groups and ciphers out of the
session object to avoid race conditions. We now also move ecpointformats
for consistency. There does not seem to be a race condition with access
to this data since it is only ever set in a non-resumption handshake.
However, there is no reason for it to be in the session.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9162)
2019-06-18 13:36:25 +01:00
..
record
statem Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
methods.c
packet_locl.h
packet.c
pqueue.c
s3_cbc.c
s3_enc.c
s3_lib.c Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c
ssl_ciph.c
ssl_conf.c
ssl_err.c
ssl_init.c
ssl_lib.c Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
ssl_locl.h Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c
t1_lib.c Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
t1_trce.c
tls13_enc.c
tls_srp.c