Searched refs:npn (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 08-npn.cnf | 5 test-0 = 0-npn-simple 6 test-1 = 1-npn-client-finds-match 7 test-2 = 2-npn-client-honours-server-pref 8 test-3 = 3-npn-client-first-pref-on-mismatch 9 test-4 = 4-npn-no-server-support 10 test-5 = 5-npn-no-client-support 11 test-6 = 6-npn-empty-client-list 12 test-7 = 7-npn-empty-server-list 13 test-8 = 8-npn-with-sni-no-context-switch 14 test-9 = 9-npn-with-sni-context-switch [all …]
|
H A D | 08-npn.cnf.in | 19 name => "npn-simple", 36 name => "npn-client-finds-match", 53 name => "npn-client-honours-server-pref", 70 name => "npn-client-first-pref-on-mismatch", 87 name => "npn-no-server-support", 100 name => "npn-no-client-support", 114 name => "npn-empty-client-list", 132 name => "npn-empty-server-list", 149 name => "npn-with-sni-no-context-switch", 174 name => "npn-with-sni-context-switch", [all …]
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 1549 OPENSSL_free(s->ext.npn); in tls_parse_stoc_npn() 1550 s->ext.npn = OPENSSL_malloc(selected_len); in tls_parse_stoc_npn() 1551 if (s->ext.npn == NULL) { in tls_parse_stoc_npn() 1557 memcpy(s->ext.npn, selected, selected_len); in tls_parse_stoc_npn()
|
H A D | statem_clnt.c | 3590 if (!WPACKET_sub_memcpy_u8(pkt, s->ext.npn, len) in tls_construct_next_proto()
|
H A D | statem_srvr.c | 4084 if (!PACKET_memdup(&next_proto, &s->ext.npn, &next_proto_len)) { in tls_process_next_proto()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_umb.c | 1493 int npn; in umb_decode_subscriber_status() local 1504 npn = le32toh(si->no_pn); in umb_decode_subscriber_status() 1505 if (npn > 0) in umb_decode_subscriber_status()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 810 s->ext.npn = NULL; in SSL_new() 1275 OPENSSL_free(s->ext.npn); in SSL_free() 3017 *data = s->ext.npn; in SSL_get0_next_proto_negotiated()
|
H A D | s3_lib.c | 3405 OPENSSL_free(s->ext.npn); in ssl3_clear() 3406 s->ext.npn = NULL; in ssl3_clear()
|
H A D | ssl_local.h | 1646 unsigned char *npn; member
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 8209 disabled with a no-npn flag to config or Configure. Code donated
|