Validity - The common validity state of certificate
Reason - Details of certificate's validity state
Values
[.NET] [C++]
[Pascal]
Description
cvOk = 0
cvOk
Certificate was validated successfully and is valid
cvSelfSigned = 1
cvSelfSigned
Certificate is self signed
cvInvalid = 2
cvInvalid
Certificate is invalid
cvStorageError = 3
cvStorageError
Certificate was not validated due to certificate storage error
cvChainUnvalidated = 4
cvChainUnvalidated
Certificate chain was not validated because while the certificate itself is valid, one or more of CA Certificates in the chain have validation problems
Declared in
[.NET]
[Pascal]
[C++]
Namespace: SBX509 Assembly: SecureBlackbox
Unit: SBX509
sbx509.h
[.NET]
[Pascal]
[C++]
Description
vrBadData = 1
vrBadData
f_vrBadData = 1
Invalid certificate format or certificate is corrupted
vrRevoked = 2
vrRevoked
f_vrRevoked = 2
Certificate is revoked by Issuer
vrNotYetValid = 4
vrNotYetValid
f_vrNotYetValid = 4
Certificate is not valid yet
vrExpired = 8
vrExpired
f_vrExpired = 8
Certificate is expired
vrInvalidSignature = 16
vrInvalidSignature
f_vrInvalidSignature = 16
Certificate contains invalid digital signature, it could be corrupted
vrUnknownCA = 32
vrUnknownCA
f_vrUnknownCA = 32
Issuer (CA) certificate was not found.
vrCAUnauthorized = 64
vrCAUnauthorized
f_vrCAUnauthorized = 64
Issuer (CA) certificate was found but it's key usage fields don't allow use of this certificate for signing other certificates.
vrCRLNotVerified = 128
vrCRLNotVerified
f_vrCRLNotVerified = 128
Certificate Revocation List for this certificate could not be retrieved and/or validated.
vrOCSPNotVerified = 256
vrOCSPNotVerified
f_vrOCSPNotVerified = 256
OCSP response for this certificate could not be retrieved and/or validated.
vrIdentityMismatch = 512
vrIdentityMismatch
f_vrIdentityMismatch = 512
Provided certificate doesn't include the specified name and / or IP address. Either the remote side in TLS or sender in S/MIME is misconfigured, or the certificate is misused by the remote side or sender, or authenticity of the remote side or sender is forged.
vrNoKeyUsage = 1024
vrNoKeyUsage
f_vrNoKeyUsage = 1024
Provided certificate may not be used for chosen activity (identifying TLS server or client or S/MIME message sender)
vrBlocked = 2048
vrBlocked
f_vrBlocked = 2048
Provided certificate has been found in the list of blocked certificates
Declared in
[.NET]
[Pascal]
[C++]
Namespace: SBX509 Assembly: SecureBlackbox
Unit: SBX509
sbx509.h
Description
This method causes TElAS3Client to validate server's certificate.