Commit 4517585
Refactor ASN1_STRING access to use accessor functions (#1462)
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.
Co-authored-by: Claude <[email protected]>1 parent d7c41d3 commit 4517585
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
888 | | - | |
889 | | - | |
890 | | - | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
891 | 893 | | |
892 | 894 | | |
893 | 895 | | |
| |||
0 commit comments