openssl/ssl
Benjamin Kaduk 29948ac80c Move 'shared_sigalgs' from cert_st to ssl_st
It was only ever in cert_st because ssl_st was a public structure
and could not be modified without breaking the API.  However, both
structures are now opaque, and thus we can freely change their layout
without breaking applications.  In this case, keeping the shared
sigalgs in the SSL object prevents complications wherein they would
inadvertently get cleared during SSL_set_SSL_CTX() (e.g., as run
during a cert_cb).

Fixes #9099

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9157)
2019-06-26 12:20:55 -05:00
..
record
statem Revert "Delay setting the sig algs until after the cert_cb has been called" 2019-06-26 12:20:55 -05: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 Change OSSL_PARAM return size to not be a pointer. 2019-06-24 14:43:55 +10:00
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 Move 'shared_sigalgs' from cert_st to ssl_st 2019-06-26 12:20:55 -05:00
ssl_ciph.c
ssl_conf.c
ssl_err.c
ssl_init.c
ssl_lib.c Move 'shared_sigalgs' from cert_st to ssl_st 2019-06-26 12:20:55 -05:00
ssl_locl.h Move 'shared_sigalgs' from cert_st to ssl_st 2019-06-26 12:20:55 -05: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 Move 'shared_sigalgs' from cert_st to ssl_st 2019-06-26 12:20:55 -05:00
t1_trce.c
tls13_enc.c
tls_srp.c