Skip to content

Conversation

@alex
Copy link
Member

@alex alex commented Nov 22, 2025

Replace direct access to .data and .length attributes with ASN1_STRING_get0_data() and ASN1_STRING_length() accessor functions in the X509Extension._subjectAltNameString() method.

This improves compatibility with OpenSSL's opaque structure design and follows the pattern used elsewhere in the codebase.

Replace direct access to .data and .length attributes with
ASN1_STRING_get0_data() and ASN1_STRING_length() accessor
functions in the X509Extension._subjectAltNameString() method.

This improves compatibility with OpenSSL's opaque structure
design and follows the pattern used elsewhere in the codebase.
@reaperhulk reaperhulk merged commit 4517585 into main Nov 23, 2025
77 checks passed
@alex alex deleted the claude/refactor-asn1-string-access-01WXat2RU6F8XxxhYZT1xvS3 branch November 23, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants