mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
* Fixes #6276 - Support non-standard domains in SNI and X509. (#6296) Improved support for IP addresses in X509 (after #5379). Introduced SslContextFactory.Client.SniProvider to allow applications to specify the SNI names to send to the server. Improved logging of SNI processing. Skip X509 matching over IP addresses when the host does not look like an IP address, to avoid reverse DNS lookup. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> (cherry picked from commit 04df6d4ec2f232d94e8365b75dd7b38e68676abd)