| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 06-sni-ticket.conf | 5 test-0 = 0-sni-session-ticket 6 test-1 = 1-sni-session-ticket 7 test-2 = 2-sni-session-ticket 8 test-3 = 3-sni-session-ticket 9 test-4 = 4-sni-session-ticket 10 test-5 = 5-sni-session-ticket 11 test-6 = 6-sni-session-ticket 12 test-7 = 7-sni-session-ticket 13 test-8 = 8-sni-session-ticket 14 test-9 = 9-sni-session-ticke [all...] |
| 05-sni.conf | 5 test-0 = 0-SNI-switch-context 6 test-1 = 1-SNI-keep-context 7 test-2 = 2-SNI-no-server-support 8 test-3 = 3-SNI-no-client-support 9 test-4 = 4-SNI-bad-sni-ignore-mismatch 10 test-5 = 5-SNI-bad-sni-reject-mismatch 11 test-6 = 6-SNI-bad-clienthello-sni-ignore-mismatc [all...] |
| 09-alpn.conf | 11 test-6 = 6-alpn-with-sni-no-context-switch 12 test-7 = 7-alpn-with-sni-context-switch 13 test-8 = 8-alpn-selected-sni-server-supports-alpn 14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn 200 [6-alpn-with-sni-no-context-switch] 201 ssl_conf = 6-alpn-with-sni-no-context-switch-ssl 203 [6-alpn-with-sni-no-context-switch-ssl] 204 server = 6-alpn-with-sni-no-context-switch-server 205 client = 6-alpn-with-sni-no-context-switch-client 206 server2 = 6-alpn-with-sni-no-context-switch-server [all...] |
| 08-npn.conf | 11 test-6 = 6-npn-with-sni-no-context-switch 12 test-7 = 7-npn-with-sni-context-switch 13 test-8 = 8-npn-selected-sni-server-supports-npn 14 test-9 = 9-npn-selected-sni-server-does-not-support-npn 16 test-11 = 11-sni-npn-preferred-over-alpn 209 [6-npn-with-sni-no-context-switch] 210 ssl_conf = 6-npn-with-sni-no-context-switch-ssl 212 [6-npn-with-sni-no-context-switch-ssl] 213 server = 6-npn-with-sni-no-context-switch-server 214 client = 6-npn-with-sni-no-context-switch-clien [all...] |
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_client.c | 540 const char *sni = 0; local 542 if (props->sni && *props->sni) { 552 if (strcmp(props->sni, "hostname") == 0) 553 sni = props->host; 554 else if (strcmp(props->sni, "nexthop") == 0) 555 sni = props->nexthop; 557 sni = props->sni; 564 if (!allascii(sni) && (aname = midna_domain_to_ascii(sni)) != 0) [all...] |
| tls_misc.c | 854 /* server_sni_callback - process client's SNI extension */ 860 const char *sni = SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name); local 861 const char *cp = sni; 864 /* SNI is silently ignored when we don't care or is NULL or empty */ 865 if (!sni_ctx || !tls_server_sni_maps || !sni || !*sni) 868 if (!valid_hostname(sni, DONT_GRIPE)) { 869 msg_warn("TLS SNI from %s is invalid: %s", 870 TLScontext->namaddr, sni); 878 * the server. This results in the SNI callback running twice for th 1244 const char *sni = (role == TLS_ROLE_CLIENT) ? 0 : ctx->peer_sni; local [all...] |
| tls_proxy_client_scan.c | 327 myfree((void *) props->sni); 531 VSTRING *sni = vstring_alloc(25); local 564 RECV_ATTR_STR(TLS_ATTR_SNI, sni), 585 props->sni = vstring_export(sni);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| servername_test.c | 40 static int get_sni_from_client_hello(BIO *bio, char **sni) 72 /* Loop through all extensions for SNI */ 85 || !TEST_true(PACKET_strndup(&pkt5, sni))) 117 /* set SNI before 'client side' is set */ 134 /* no SNI in client hello */ 137 /* incorrect SNI value */ 180 /* set SNI after 'client side' is set */ 187 /* no SNI in client hello */ 190 /* incorrect SNI value */ 214 /* set SNI at server side * [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| servername_test.c | 41 static int get_sni_from_client_hello(BIO *bio, char **sni) 74 /* Loop through all extensions for SNI */ 87 || !TEST_true(PACKET_strndup(&pkt5, sni))) 119 /* set SNI before 'client side' is set */ 136 /* no SNI in client hello */ 139 /* incorrect SNI value */ 182 /* set SNI after 'client side' is set */ 189 /* no SNI in client hello */ 192 /* incorrect SNI value */ 216 /* set SNI at server side * [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| servername_test.c | 34 static int get_sni_from_client_hello(BIO *bio, char **sni) 61 /* Loop through all extensions for SNI */ 74 || !TEST_true(PACKET_strndup(&pkt5, sni))) 102 /* set SNI before 'client side' is set */ 119 /* no SNI in client hello */ 122 /* incorrect SNI value */ 161 /* set SNI after 'client side' is set */ 168 /* no SNI in client hello */ 171 /* incorrect SNI value */ 195 /* set SNI at server side * [all...] |
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_tls_policy.c | 332 if (tls->sni) { 338 tls->sni = mystrdup(val); 706 * Use main.cf protocols and SNI settings if not set in per-destination 713 if (tls->level > TLS_LEV_NONE && tls->sni == 0) { 715 tls->sni = mystrdup(var_smtp_tls_sni); 810 if (tls->sni) 811 myfree(tls->sni);
|
| smtp.h | 110 char *sni; /* Optional SNI name when not DANE */ member in struct:SMTP_TLS_POLICY 166 _tls_policy_init_tmp->sni = 0; \
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 245 /* The server name to send with the TLS Server Name Indication (SNI) 247 /* is ignored and the TLSA base domain is used instead. Otherwise, SNI is 502 char *sni; /* Server SNI name */ member in struct:STATE 831 sni = state->sni, 937 sni = state->sni, 1831 myfree(state->sni); 1947 state->sni = mystrdup("") [all...] |
| /src/crypto/external/cpl/tpm-tools/dist/ |
| config.rpath | 456 sni)
|
| /src/external/apache2/llvm/dist/llvm/cmake/ |
| config.guess | 1170 echo mips-sni-sysv4 1173 echo mips-sni-sysv4 1178 echo ${UNAME_MACHINE}-sni-sysv4 1180 echo ns32k-sni-sysv
|
| /src/external/gpl2/gettext/dist/autoconf-lib-link/ |
| config.rpath | 456 sni)
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| config.rpath | 456 sni)
|
| /src/external/gpl2/gmake/dist/config/ |
| config.rpath | 393 sni)
|
| /src/external/gpl2/texinfo/dist/ |
| config.rpath | 393 sni)
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| config.rpath | 412 sni)
|
| /src/external/gpl3/binutils/dist/ |
| config.rpath | 390 sni)
|
| /src/external/gpl3/binutils.old/dist/ |
| config.rpath | 390 sni)
|
| /src/external/gpl3/gcc/dist/ |
| config.rpath | 390 sni)
|
| /src/external/gpl3/gcc.old/dist/ |
| config.rpath | 390 sni)
|
| /src/external/gpl3/gdb/dist/ |
| config.rpath | 390 sni)
|