jetty.project/jetty-client
Simone Bordet cfcb2efa80
Fixes #6276 - Support non-standard domains in SNI and X509. (#6296) (#6311)
* 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 04df6d4ec2)
2021-05-24 16:57:57 +02:00
..
src Fixes #6276 - Support non-standard domains in SNI and X509. (#6296) (#6311) 2021-05-24 16:57:57 +02:00
pom.xml Updated POM versions to 10.0.4-SNAPSHOT. 2021-05-21 17:07:46 +02:00