Searched refs:selected (Results 1 – 25 of 54) sorted by relevance
123
/openssl/test/ssl-tests/ |
H A D | 09-alpn.cnf | 13 test-8 = 8-alpn-selected-sni-server-supports-alpn 14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn 290 [8-alpn-selected-sni-server-supports-alpn] 291 ssl_conf = 8-alpn-selected-sni-server-supports-alpn-ssl 293 [8-alpn-selected-sni-server-supports-alpn-ssl] 298 [8-alpn-selected-sni-server-supports-alpn-server] 303 [8-alpn-selected-sni-server-supports-alpn-server2] 308 [8-alpn-selected-sni-server-supports-alpn-client] 320 [8-alpn-selected-sni-server-supports-alpn-server-extra] 333 [9-alpn-selected-sni-server-does-not-support-alpn] [all …]
|
H A D | 08-npn.cnf | 15 test-10 = 10-npn-selected-sni-server-supports-npn 16 test-11 = 11-npn-selected-sni-server-does-not-support-npn 366 [10-npn-selected-sni-server-supports-npn] 367 ssl_conf = 10-npn-selected-sni-server-supports-npn-ssl 369 [10-npn-selected-sni-server-supports-npn-ssl] 374 [10-npn-selected-sni-server-supports-npn-server] 379 [10-npn-selected-sni-server-supports-npn-server2] 384 [10-npn-selected-sni-server-supports-npn-client] 397 [10-npn-selected-sni-server-supports-npn-server-extra] 410 [11-npn-selected-sni-server-does-not-support-npn] [all …]
|
H A D | 09-alpn.cnf.in | 157 name => "alpn-selected-sni-server-supports-alpn", 180 name => "alpn-selected-sni-server-does-not-support-alpn",
|
H A D | 08-npn.cnf.in | 199 name => "npn-selected-sni-server-supports-npn", 223 name => "npn-selected-sni-server-does-not-support-npn",
|
/openssl/test/ |
H A D | constant_time_test.c | 195 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64() local 197 if (selected != a) { in test_select_64() 199 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted a\n", a, b, selected); in test_select_64() 202 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64() 203 if (selected != b) { in test_select_64() 204 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted b\n", a, b, selected); in test_select_64()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_alpn_select_cb.pod | 65 should be set to the value of a single protocol selected from the B<in>, 75 matches an item in the B<client>, B<client_len> list is selected, and returned 92 must be set to point to the selected protocol (which may be within B<in>). 98 B<SSL_TLSEXT_ERR_OK> or if the zero length protocol is selected. The B<arg> 111 SSL_get0_alpn_selected() returns a pointer to the selected protocol in B<data> 113 is set to 0 if no protocol has been selected. B<data> must not be freed. 177 ALPN protocol selected. 186 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
|
H A D | SSL_get_certificate.pod | 34 selected during the handshake, or NULL if no certificate was selected (for
|
H A D | OPENSSL_init_ssl.pod | 47 not a default option. Once selected subsequent calls to 54 default option. Once selected subsequent calls to
|
H A D | OPENSSL_init_crypto.pod | 61 not a default option. Once selected subsequent calls to 69 This option is a default option. Once selected subsequent calls to 76 libcrypto ciphers. This option is a default option. Once selected subsequent 83 libcrypto digests. This option is a default option. Once selected subsequent 90 ciphers. This option is not a default option. Once selected subsequent 97 digests. This option is not a default option. Once selected subsequent
|
H A D | SSL_CTX_set1_curves.pod | 60 =item For a TLS 1.2 server, the groups determine the selected group. If 62 array determines the selected group. Otherwise, the order is ignored and the 65 =item For a TLS 1.3 server, the groups determine the selected group, but 88 are preceded with the C<-> character will be removed from the selected groups.
|
H A D | EVP_PKEY_fromdata.pod | 66 Only key parameters will be selected. 70 Only public key components will be selected. This includes optional key 75 Any keypair components will be selected. This includes the private key,
|
H A D | SSL_SESSION_get0_hostname.pod | 38 SSL_SESSION_get0_alpn_selected() retrieves the selected ALPN protocol for this
|
H A D | SSL_set_session_secret_cb.pod | 41 the B<SSL_SESSION> - but it does not affect the ciphersuite selected by the
|
H A D | EC_GFp_simple_method.pod | 36 type for the form of curve selected is used.
|
H A D | EVP_DigestVerifyInit.pod | 34 (which could result in a digest from a different provider being selected). If 161 Note that not all providers support continuation, in case the selected
|
H A D | EVP_VerifyInit.pod | 73 Note that not all providers support continuation, in case the selected
|
H A D | EVP_DigestSignInit.pod | 35 (which could result in a digest from a different provider being selected). If the 171 Note that not all providers support continuation, in case the selected
|
H A D | SSL_CTX_set_cipher_list.pod | 108 could be selected and 0 on complete failure.
|
H A D | SRP_create_verifier.pod | 81 "*" if I<N> is not NULL, the selected group id otherwise. This value should
|
H A D | EVP_SignInit.pod | 77 Note that not all providers support continuation, in case the selected
|
/openssl/doc/designs/quic-design/ |
H A D | demuxer.md | 16 selected
|
/openssl/doc/man7/ |
H A D | provider-keyexch.pod | 184 Sets properties to be used upon look up of the implementation for the selected 196 Sets the User Key Material to be used as part of the selected Key Derivation 201 Gets a pointer to the User Key Material to be used as part of the selected
|
H A D | OSSL_PROVIDER-base.pod | 40 key material or the domain parameters can be selected.
|
/openssl/doc/man1/ |
H A D | openssl-speed.pod.in | 155 The I<algorithm> can be selected only from a pre-compiled subset of things
|
/openssl/ |
H A D | README-PROVIDERS.md | 16 algorithm is used via the high level APIs a provider is selected. It is that
|
Completed in 32 milliseconds
123