Searched refs:key_share (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | ext_internal_test.c | 69 EXT_ENTRY(key_share),
|
/openssl/test/recipes/ |
H A D | 70-test_key_share.t | 457 my $key_share = 459 $selectedgroupid = unpack("n", $key_share);
|
/openssl/test/recipes/75-test_quicapi_data/ |
H A D | ssltraceref-zlib.txt | 64 extension_type=key_share(51), length=38 121 extension_type=key_share(51), length=36
|
H A D | ssltraceref.txt | 64 extension_type=key_share(51), length=38 119 extension_type=key_share(51), length=36
|
/openssl/test/ssl-tests/ |
H A D | 14-curves.cnf.in | 116 #This curve is not allowed in a TLSv1.3 key_share. We should
|
/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 727 unsigned int format, version, key_share, group_id; in tls_parse_ctos_cookie() local 838 if (!PACKET_get_1(&cookie, &key_share) in tls_parse_ctos_cookie() 893 if (key_share) { in tls_parse_ctos_cookie()
|
/openssl/doc/man3/ |
H A D | SSL_CONF_cmd.pod | 156 for the B<key_share> sent by a client in a TLSv1.3 B<ClientHello>. 427 will also be used for the B<key_share> sent by a client in a TLSv1.3
|
Completed in 19 milliseconds