]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_local.h
Convert SSL_{CTX}_[gs]et_options to 64
authorRich Salz <rsalz@akamai.com>
Tue, 11 May 2021 14:51:13 +0000 (10:51 -0400)
committerMatt Caswell <matt@openssl.org>
Fri, 14 May 2021 08:59:38 +0000 (09:59 +0100)
commit56bd17830f2d5855b533d923d4e0649d3ed61d11
treece86ed934d883339d8f53d9f5933cc064d95c46e
parent8a0f65f06b0b0fa0411175bcd764c818d9c52469
Convert SSL_{CTX}_[gs]et_options to 64

Less tersely: converted SSL_get_options, SSL_set_options,
SSL_CTX_get_options and SSL_CTX_get_options to take and return uint64_t
since we were running out of 32 bits.

Fixes: 15145
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15230)
doc/man3/SSL_CTX_set_options.pod
include/openssl/ssl.h.in
ssl/ssl_conf.c
ssl/ssl_lib.c
ssl/ssl_local.h