Resolve OpenSSL 4.0 build issues - #13440
Conversation
|
[approve ci] |
|
@jeredfloyd Could you run the |
|
@JosiahWI oops; done |
Apparently, not all the X509 APIs in older OpenSSL versions take the name as pointer to const. Would it work to use |
|
Huh. I can't access the trafficserver CI logs; can you tell me what OS versions / OpenSSL versions are in use on the failing CentOS/Debian/FreeBSD/Ubuntu jobs? I don't see why |
|
Ubuntu 20.04.6 The Debian and CentOS failures were due to GitHub connectivity issues. |
Fedora 45 updates to OpenSSL 4.0, which removes several long-deprecated capabilities and breaks ATS build. Specific issues fixed are lack of const tagging of pointers to immutable structures, and disallowed introspection of ASN1_STRING. Resolves #13427