Enum member SSLPeerValidationMode.validCert
Require a valid certificate matching the peer name.
In this mode, the certificate is validated for general validity and possible expiration and the peer name is checked to see if the certificate actually applies.
However, the certificate chain is not matched against the system's pool of trusted certificate authorities, so a custom validation callback is still needed to get a secure validation process.
Declaration
enum SSLPeerValidationMode { // ... validCert, // ... }
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.