Home
last modified time | relevance | path

Searched refs:ciphersuite (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_psk_client_callback.pod49 case the server will have specified a ciphersuite to use already and the PSK
50 must be compatible with the digest for that ciphersuite. The digest will be
69 =item A ciphersuite
71 Only the handshake digest associated with the ciphersuite is relevant for the
72 PSK (the server may go on to negotiate any ciphersuite which is compatible with
73 the digest). The application can use any TLSv1.3 ciphersuite. If B<md> is
74 not NULL the handshake digest for the ciphersuite should be the same.
75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
H A DSSL_CTX_set_cipher_list.pod34 ciphersuite names in order of preference. Valid TLSv1.3 ciphersuite names are:
94 ciphersuite list was configured, and 0 otherwise.
H A DSSL_SESSION_get0_cipher.pod24 SSL_SESSION_set_cipher() can be used to set the ciphersuite associated with the
H A DSSL_CIPHER_get_name.pod127 The minimum protocol version that the ciphersuite supports, such as B<TLSv1.2>.
129 ciphersuite was first defined because some ciphersuites are backwards compatible
H A DSSL_get_client_random.pod45 suitable for the ciphersuite associated with the SSL_SESSION.
H A DSSL_get_ciphers.pod72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
H A DSSL_CTX_use_psk_identity_hint.pod50 the ciphersuite and the protocol version. See
H A DSSL_CONF_cmd.pod102 Sets the TLSv1.2 and below ciphersuite list to B<value>. This list will be
110 (":") separated list of TLSv1.3 ciphersuite names in order of preference. This
256 Sets the ciphersuite list for TLSv1.2 and below to B<value>. This list will be
264 (":") separated list of TLSv1.3 ciphersuite names in order of preference. This
/freebsd-13.1/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h66 const u32 *ciphersuite, u8 *msk, u8 *emsk, u8 *session_id);
H A Deap_pwd_common.c334 const u32 *ciphersuite, u8 *msk, u8 *emsk, u8 *session_id) in compute_keys() argument
358 eap_pwd_h_update(hash, (const u8 *) ciphersuite, sizeof(u32)); in compute_keys()
/freebsd-13.1/crypto/openssl/
H A DNEWS224 o Kerberos ciphersuite support removed
496 o SSL/TLS GOST ciphersuite support.
498 o RFC4279 PSK ciphersuite support.
561 o Various ciphersuite selection fixes.
568 o Changes to ciphersuite selection algorithm
667 o Various ciphersuite selection fixes.
717 o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
H A DCHANGES843 *) Separated TLSv1.3 ciphersuite configuration out from TLSv1.2 ciphersuite
3340 hello and checking the requested ciphersuite.
4774 ciphersuite support.
4796 the work each time a ciphersuite string requests enabling
4958 The temporary ciphersuite alias "ECCdraft" is no longer
5874 a ciphersuite string such as "DEFAULT:RSA" cannot enable
5945 ciphersuite selects this one ciphersuite, and any other similar
5948 ciphersuite and the SSL 3.0/TLS 1.0 ciphersuite.
6929 a ciphersuite string such as "DEFAULT:RSA" cannot enable
6979 *) Change ciphersuite string processing so that an explicit
[all …]
/freebsd-13.1/crypto/openssl/doc/man1/
H A Ds_time.pod148 colon (":") separated list of TLSv1.3 ciphersuite names.
H A Ds_client.pod583 configured. Although the server determines which ciphersuite is used it should
594 colon (":") separated list of TLSv1.3 ciphersuite names.
H A Dciphers.pod95 list is a simple colon (":") separated list of TLSv1.3 ciphersuite names. By
H A Ds_server.pod613 simple colon (":") separated list of TLSv1.3 ciphersuite names.
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt2660 SSL_R_CIPHERSUITE_DIGEST_HAS_CHANGED:218:ciphersuite digest has changed
2776 Peer haven't sent GOST certificate, required for selected ciphersuite
/freebsd-13.1/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0851 \ returns true (-1) for the TLS_FALLBACK_SCSV pseudo-ciphersuite.