summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2019-06-13 12:26:12 -0700
committerBenjamin Kaduk <kaduk@mit.edu>2019-06-26 12:20:55 -0500
commit29948ac80c1388cfeb0bd64539ac1fa6e0bb8990 (patch)
tree35f57aacdf87203d995e8d78b53ea874fbe5ee84 /util/libcrypto.num
parent6f34d7bc7d0c7fcd86c6f2772f26e42c925d8505 (diff)
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)
Diffstat (limited to 'util/libcrypto.num')
0 files changed, 0 insertions, 0 deletions