Searched refs:SSL_SESSION_set_cipher (Results 1 – 15 of 15) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get0_cipher.pod | 6 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 D | SSL_CTX_set_psk_client_callback.pod | 75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 457 SSL_SESSION_set_cipher;
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | ssltestlib.c | 1472 || !TEST_true(SSL_SESSION_set_cipher(sess, cipher)) in create_a_psk()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 1015 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 460 SSL_SESSION_set_cipher 461 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | extensions_clnt.c | 881 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
|
| H A D | extensions_srvr.c | 1390 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_server.c | 238 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
|
| H A D | s_client.c | 235 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 467 | `SSL_SESSION_set_cipher` | HL | U | A | NC\* | Done …
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1775 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
|
| H A D | ssl.h.in | 1728 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 4541 if (!TEST_ptr(cipher) || !TEST_true(SSL_SESSION_set_cipher(sess, cipher))) in test_early_data_psk_with_all_ciphers() 5713 || !TEST_true(SSL_SESSION_set_cipher(clientpsk, cipher)) in test_tls13_psk()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4350 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3
|