gastush opened a new pull request, #32: URL: https://github.com/apache/tomcat-native/pull/32
To configure TLS 1.3 permitted ciphers, OpenSSL requires to call SSL_CTX_set_ciphersuites instead of SSL_CTX_set_ciphers like for TLS 1.2 and below. Both APIs will ignore unknown ciphers, so giving the same list to both is correct. Still to avoid any side effects, each API is only called of the respective TLS protocol version is allowed on the SSL context. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
