Home
last modified time | relevance | path

Searched refs:SSL_AD_UNKNOWN_CA (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c1391 {X509_V_ERR_CERT_CHAIN_TOO_LONG, SSL_AD_UNKNOWN_CA},
1402 {X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT, SSL_AD_UNKNOWN_CA},
1410 {X509_V_ERR_INVALID_CA, SSL_AD_UNKNOWN_CA},
1415 {X509_V_ERR_PATH_LENGTH_EXCEEDED, SSL_AD_UNKNOWN_CA},
1416 {X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN, SSL_AD_UNKNOWN_CA},
1421 {X509_V_ERR_UNABLE_TO_GET_CRL, SSL_AD_UNKNOWN_CA},
1422 {X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER, SSL_AD_UNKNOWN_CA},
1423 {X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, SSL_AD_UNKNOWN_CA},
1424 {X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, SSL_AD_UNKNOWN_CA},
1425 {X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE, SSL_AD_UNKNOWN_CA},
[all...]
/third_party/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},
[all...]
/third_party/openssl/test/
H A Dssl_test_ctx_test.c170 fixture->expected_ctx->expected_client_alert = SSL_AD_UNKNOWN_CA; in test_good_configuration()
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_enc.c557 case SSL_AD_UNKNOWN_CA: in ssl3_alert_code()
H A Dt1_enc.c819 case SSL_AD_UNKNOWN_CA: in tls1_alert_code()
/third_party/openssl/ssl/
H A Ds3_enc.c553 case SSL_AD_UNKNOWN_CA: in ssl3_alert_code()
H A Dt1_enc.c814 case SSL_AD_UNKNOWN_CA: in tls1_alert_code()
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c120 {"UnknownCA", SSL_AD_UNKNOWN_CA},
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1152 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h1224 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA macro

Completed in 102 milliseconds

123