Home
last modified time | relevance | path

Searched refs:SSL_SESSION_set_cipher (Results 1 – 12 of 12) sorted by relevance

/openssl/doc/man3/
H A DSSL_SESSION_get0_cipher.pod6 SSL_SESSION_set_cipher
14 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
24 SSL_SESSION_set_cipher() can be used to set the ciphersuite associated with the
33 SSL_SESSION_set_cipher() returns 1 on success or 0 on failure.
47 The SSL_SESSION_set_cipher() function was added in OpenSSL 1.1.1.
H A DSSL_CTX_set_psk_client_callback.pod75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
/openssl/test/helpers/
H A Dssltestlib.c1407 || !TEST_true(SSL_SESSION_set_cipher(sess, cipher)) in create_a_psk()
/openssl/ssl/
H A Dssl_sess.c1007 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
/openssl/util/
H A Dlibssl.num460 SSL_SESSION_set_cipher 461 3_0_0 EXIST::FUNCTION:
/openssl/ssl/statem/
H A Dextensions_srvr.c1107 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
H A Dextensions_clnt.c839 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
/openssl/apps/
H A Ds_client.c234 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
H A Ds_server.c235 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md467 | `SSL_SESSION_set_cipher` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/test/
H A Dsslapitest.c4524 if (!TEST_ptr(cipher) || !TEST_true(SSL_SESSION_set_cipher(sess, cipher))) in test_early_data_psk_with_all_ciphers()
5610 || !TEST_true(SSL_SESSION_set_cipher(clientpsk, cipher)) in test_tls13_psk()
/openssl/include/openssl/
H A Dssl.h.in1712 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);

Completed in 116 milliseconds