Searched refs:SSL_AD_UNKNOWN_CA (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 1360 {X509_V_ERR_CERT_CHAIN_TOO_LONG, SSL_AD_UNKNOWN_CA}, 1371 {X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT, SSL_AD_UNKNOWN_CA}, 1379 {X509_V_ERR_INVALID_CA, SSL_AD_UNKNOWN_CA}, 1384 {X509_V_ERR_PATH_LENGTH_EXCEEDED, SSL_AD_UNKNOWN_CA}, 1385 {X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN, SSL_AD_UNKNOWN_CA}, 1390 {X509_V_ERR_UNABLE_TO_GET_CRL, SSL_AD_UNKNOWN_CA}, 1391 {X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER, SSL_AD_UNKNOWN_CA}, 1392 {X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, SSL_AD_UNKNOWN_CA}, 1393 {X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, SSL_AD_UNKNOWN_CA}, 1394 {X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE, SSL_AD_UNKNOWN_CA},
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_test_ctx_test.c | 170 fixture->expected_ctx->expected_client_alert = SSL_AD_UNKNOWN_CA; in test_good_configuration()
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_enc.c | 557 case SSL_AD_UNKNOWN_CA: in ssl3_alert_code()
|
H A D | t1_enc.c | 759 case SSL_AD_UNKNOWN_CA: in tls1_alert_code()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 120 {"UnknownCA", SSL_AD_UNKNOWN_CA},
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
|
H A D | ssl.h.in | 1152 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
|