Enum member TLSPeerValidationMode.checkCert
Check the certificate for basic validity.
This verifies the validity of the certificate chain and some other general properties, such as expiration time. It doesn't verify either the peer name or the trust state of the certificate.
Declaration
enum TLSPeerValidationMode
{
// ...
checkCert = 2,
// ...
}
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.