Skip to content

Fix discarding const qualifier with OpenSSL master branch#1005

Open
rhenium wants to merge 1 commit intoruby:masterfrom
rhenium:ky/openssl-4.0-const-part1
Open

Fix discarding const qualifier with OpenSSL master branch#1005
rhenium wants to merge 1 commit intoruby:masterfrom
rhenium:ky/openssl-4.0-const-part1

Conversation

@rhenium
Copy link
Member

@rhenium rhenium commented Feb 16, 2026

OpenSSL's master branch is going to be OpenSSL 4.0. These functions return const pointers:

  • PKCS7_get_signed_attribute()
  • X509_ATTRIBUTE_get0_object()
  • X509_ATTRIBUTE_get0_type()

OpenSSL's master branch is going to be OpenSSL 4.0. These functions
return const pointers:

  - PKCS7_get_signed_attribute()
  - X509_ATTRIBUTE_get0_object()
  - X509_ATTRIBUTE_get0_type()
@rhenium
Copy link
Member Author

rhenium commented Feb 16, 2026

It seems there have been other changes in OpenSSL master between 2026-02-03 and today. I will check these later.

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