Details
Description
Support for endpoint identification algorithm was added in Java 1.7. Currently MINA supports providing single SNI name via org.apache.mina.filter.ssl.SslFilter#PEER_ADDRESS session attribute, but there is no way verifying it matches the certificate received.
It would be nice if we could provide endpoint identification algorithm to SslFilter so certificate's common name or subject alternative names are verified.
Attachments
Attachments
Issue Links
- is part of
-
DIRMINA-1132 TLSv1.3 - MINA randomly fails in reading the message sent by client
- Resolved
- is related to
-
DIRSTUDIO-1255 ApacheDS Does Not Send TLS HostSNI Extension Information in Requests
- Open