Skip to content

Fix OpenSSL 4.0 compatibility in anchor-internal.c#551

Open
raviksharma wants to merge 1 commit into
getdnsapi:developfrom
raviksharma:fix-openssl4-compat
Open

Fix OpenSSL 4.0 compatibility in anchor-internal.c#551
raviksharma wants to merge 1 commit into
getdnsapi:developfrom
raviksharma:fix-openssl4-compat

Conversation

@raviksharma

Copy link
Copy Markdown

ASN1_BIT_STRING is opaque in OpenSSL 4.0. Replace direct struct member
access (->data, ->length) with ASN1_STRING_get0_data() and
ASN1_STRING_length() accessors.

The ssl_dane submodule also needs a fix: getdnsapi/ssl_dane#3

Debian bug: https://bugs.debian.org/1138405

Replace direct ASN1_BIT_STRING member access (->data, ->length) with
ASN1_STRING_get0_data() and ASN1_STRING_length() accessors.
@raviksharma raviksharma changed the base branch from master to develop July 6, 2026 11:18
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