Add HostnameVerifier impl which processes cert subject DN by parsing the ASN.1 encoding
Basics
Logistics
Basics
Logistics
Description
The goal is to avoid various problems seen with the current verifier in not-yet-commons-ssl, which parses the X500Principal string serialization of the subject DN, rather than the ASN.1 encoded form.
The goal is to avoid various problems seen with the current verifier in not-yet-commons-ssl, which parses the X500Principal string serialization of the subject DN, rather than the ASN.1 encoded form.