Home
last modified time | relevance | path

Searched refs:SSL_AD_UNKNOWN_CA (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1356 {X509_V_ERR_CERT_CHAIN_TOO_LONG, SSL_AD_UNKNOWN_CA},
1367 {X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT, SSL_AD_UNKNOWN_CA},
1375 {X509_V_ERR_INVALID_CA, SSL_AD_UNKNOWN_CA},
1380 {X509_V_ERR_PATH_LENGTH_EXCEEDED, SSL_AD_UNKNOWN_CA},
1381 {X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN, SSL_AD_UNKNOWN_CA},
1386 {X509_V_ERR_UNABLE_TO_GET_CRL, SSL_AD_UNKNOWN_CA},
1387 {X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER, SSL_AD_UNKNOWN_CA},
1388 {X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, SSL_AD_UNKNOWN_CA},
1389 {X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, SSL_AD_UNKNOWN_CA},
1390 {X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE, SSL_AD_UNKNOWN_CA},
/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c170 fixture->expected_ctx->expected_client_alert = SSL_AD_UNKNOWN_CA; in test_good_configuration()
/freebsd/crypto/openssl/ssl/
H A Ds3_enc.c557 case SSL_AD_UNKNOWN_CA: in ssl3_alert_code()
H A Dt1_enc.c759 case SSL_AD_UNKNOWN_CA: in tls1_alert_code()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c120 {"UnknownCA", SSL_AD_UNKNOWN_CA},
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
H A Dssl.h.in1152 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro