Skip to content

ssl: use uint64_t for SSL options#1073

Open
rhenium wants to merge 3 commits into
ruby:masterfrom
rhenium:ky/ssl-options-uint64_t
Open

ssl: use uint64_t for SSL options#1073
rhenium wants to merge 3 commits into
ruby:masterfrom
rhenium:ky/ssl-options-uint64_t

Conversation

@rhenium

@rhenium rhenium commented Jun 24, 2026

Copy link
Copy Markdown
Member

OpenSSL 3.0 changed the type of SSL options to uint64_t. Since OpenSSL 3.2 began using the 33rd bit, treating it as unsigned long is no longer sufficient.

rhenium added 3 commits June 24, 2026 23:15
OpenSSL 3.0 changed the type of SSL options to uint64_t. Since OpenSSL
3.2 began using the 33rd bit, treating it as unsigned long is no longer
sufficient.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant