Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 54) sorted by relevance

123

/openssl/test/ssl-tests/
H A D09-alpn.cnf13 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 D08-npn.cnf15 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 D09-alpn.cnf.in157 name => "alpn-selected-sni-server-supports-alpn",
180 name => "alpn-selected-sni-server-does-not-support-alpn",
H A D08-npn.cnf.in199 name => "npn-selected-sni-server-supports-npn",
223 name => "npn-selected-sni-server-does-not-support-npn",
/openssl/test/
H A Dconstant_time_test.c195 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 DSSL_CTX_set_alpn_select_cb.pod65 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 DSSL_get_certificate.pod34 selected during the handshake, or NULL if no certificate was selected (for
H A DOPENSSL_init_ssl.pod47 not a default option. Once selected subsequent calls to
54 default option. Once selected subsequent calls to
H A DOPENSSL_init_crypto.pod61 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 DSSL_CTX_set1_curves.pod60 =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 DEVP_PKEY_fromdata.pod66 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 DSSL_SESSION_get0_hostname.pod38 SSL_SESSION_get0_alpn_selected() retrieves the selected ALPN protocol for this
H A DSSL_set_session_secret_cb.pod41 the B<SSL_SESSION> - but it does not affect the ciphersuite selected by the
H A DEC_GFp_simple_method.pod36 type for the form of curve selected is used.
H A DEVP_DigestVerifyInit.pod34 (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 DEVP_VerifyInit.pod73 Note that not all providers support continuation, in case the selected
H A DEVP_DigestSignInit.pod35 (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 DSSL_CTX_set_cipher_list.pod108 could be selected and 0 on complete failure.
H A DSRP_create_verifier.pod81 "*" if I<N> is not NULL, the selected group id otherwise. This value should
H A DEVP_SignInit.pod77 Note that not all providers support continuation, in case the selected
/openssl/doc/designs/quic-design/
H A Ddemuxer.md16 selected
/openssl/doc/man7/
H A Dprovider-keyexch.pod184 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 DOSSL_PROVIDER-base.pod40 key material or the domain parameters can be selected.
/openssl/doc/man1/
H A Dopenssl-speed.pod.in155 The I<algorithm> can be selected only from a pre-compiled subset of things
/openssl/
H A DREADME-PROVIDERS.md16 algorithm is used via the high level APIs a provider is selected. It is that

Completed in 32 milliseconds

123