[openssl/openssl] 89c9c3: Extend `mask` of `ssl_method_st` to 64-bit

Tobias Erbsland noreply at github.com
Sun Jun 23 14:39:55 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 89c9c3b857b5d68d835c3c3d371dc74a26f568fd
      https://github.com/openssl/openssl/commit/89c9c3b857b5d68d835c3c3d371dc74a26f568fd
  Author: erbsland-dev <github at erbsland.dev>
  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 <nhorman at openssl.org>
Reviewed-by: Paul Dale <ppzgs1 at gmail.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(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


More information about the openssl-commits mailing list