masaori335 opened a new pull request, #11844: URL: https://github.com/apache/trafficserver/pull/11844
Like TLS ciphers. ``` proxy.process.ssl.group.user_agent.P-256 proxy.process.ssl.group.user_agent.P-384 proxy.process.ssl.group.user_agent.P-521 proxy.process.ssl.group.user_agent.X25519 proxy.process.ssl.group.user_agent.P-224 proxy.process.ssl.group.user_agent.X448 proxy.process.ssl.group.user_agent.X25519MLKEM768 ``` The `SSL_get_negotiated_group` is introduced by OpenSSL 3.0.0 (and BoringSSL), so this doesn't work with OpenSSL 1.1.1 and older. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
