Skip to content

10.2.x branch cannot build on Fedora 45 due to ASN1_STRING opacity #13427

Description

@jeredfloyd

Fedora 45 migrates to OpenSSL 4.0. In OpenSSL 4.0, the ASN1_STRING type is now opaque, and accessors must be used, see https://docs.openssl.org/4.0/man7/ossl-guide-migration/#the-asn1_string-type-is-now-opaque

X509HostnameValidator.cc:do_check_string() attempts to access opaque internals and thus will not compile with OpenSSL 4.0

Metadata

Metadata

Labels

10.2.xBuildwork related to build configuration or environment

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions