CORBA 2.6.1 Programmer's Reference

SSL X509 Minor Code Values
SSL_X509_UNABLE_TO_GET_ISSUER_CERT
There was a problem verifying the server or client certificate because the issuing CA's certificate
was not present in the certificate chain.
SSL_X509_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY
Unable to get the issuing CA certificate public key. The issuing CA certificate is invalid.
SSL_X509_CERT_SIGNATURE_FAILURE
There was a problem verifying the server or client certificate because one of the certificates in the
chain was not the correct certificate.
SSL_X509_CERT_NOT_YET_VALID
The server or client certificate is not valid until a future point in time.
SSL_X509_CERT_HAS_EXPIRED
The server or client certificate or the issuing CA certificate has expired and is no longer valid.
SSL_X509_ERROR_IN_CERT_NOT_BEFORE_FIELD
There was problem retreiving the NOT BEFORE time field from the certificate The certificate is
invalid.
SSL_X509_ERROR_IN_CERT_NOT_AFTER_FIELD
There was problem retreiving the NOT AFTER time field from the certificate. The certificate is
invalid.
SSL_X509_DEPTH_ZERO_SELF_SIGNED_CERT
Single self-signed certificate not found in the certificate store.
SSL_X509_SELF_SIGNED_CERT_IN_CHAIN
There was an error finding the self-signed CA certificate to verify the chain.
SSL_X509_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
There was a problem verifying the server or client certificate because the issuing CA's certificate
was not present in the certificate chain.
SSL_X509_UNABLE_TO_VERIFY_LEAF_SIGNATURE
There was a problem verifying the certificate chain.
SSL_X509_CERT_CHAIN_TOO_LONG
The certificate chain was greater than the maximum supported number supported of eight.
SSL_X509_INVALID_CA
The certificate's key usage field and purpose did not indicate a CA.
SSL_X509_PATH_LENGTH_EXCEEDED