Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 89c9c3b857b5d68d835c3c3d371dc74a26f568fd
https://github.com/openssl/openssl/commit/89c9c3b857b5d68d835c3c3d371dc74a26f568fd
Author: erbsland-dev <[email protected]>
Date: 2024-06-23 (Sun, 23 Jun 2024)
Changed paths:
M ssl/ssl_local.h
Log Message:
-----------
Extend `mask` of `ssl_method_st` to 64-bit
Fixes #23260: The bit count for `SSL_OP_*` flags has exceeded 32 bits, making
it impossible to handle newer flags and protocol extensions with the existing
32-bit variables. This commit extends the `mask` field in the `ssl_method_st`
structure to 64-bit, aligning them with the previously extended 64-bit
`options` field.
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/24692)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications