masaori335 commented on issue #12622: URL: https://github.com/apache/trafficserver/issues/12622#issuecomment-3465126502
I checked OpenSSL 3.5 and found below - `NID_X25519MLKEM768` is not defined like other TLS groups - `SSL_CTX_get0_implemented_groups` function is introduced https://docs.openssl.org/master/man3/SSL_CTX_set1_curves/ It looks like we need to use the new function to list up TLS groups instead of these ifdefs. -- 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]
