Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 89c9c3b857b5d68d835c3c3d371dc74a26f568fd
      
https://github.com/openssl/openssl/commit/89c9c3b857b5d68d835c3c3d371dc74a26f568fd
  Author: erbsland-dev <git...@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 <nhor...@openssl.org>
Reviewed-by: Paul Dale <ppz...@gmail.com>
Reviewed-by: Matt Caswell <m...@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

Reply via email to