Home
last modified time | relevance | path

Searched refs:SSL_get_shared_ciphers (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/crypto/libressl/apps/openssl/
H A Ds_server.c1895 if (SSL_get_shared_ciphers(con, buf, sizeof buf) != NULL) in init_ssl_connection()
2081 p = SSL_get_shared_ciphers(con, buf, bufsize); in www_body()
H A Ds_client.c1733 p = SSL_get_shared_ciphers(s, buf, sizeof buf); in print_stuff()
/dflybsd-src/crypto/libressl/
H A DREADME.DELETED552 man/SSL_get_shared_ciphers.3
H A DChangeLog617 * Align SSL_get_shared_ciphers() with OpenSSL. This takes into account
621 * Add support for SSL_get_shared_ciphers() with TLSv1.3.
843 * Updated documentation for SSL_get_shared_ciphers(3).
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h1158 char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len);
/dflybsd-src/crypto/libressl/ssl/
H A Dssl_lib.c1630 SSL_get_shared_ciphers(const SSL *s, char *buf, int len) in SSL_get_shared_ciphers() function
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c4314 if (SSL_get_shared_ciphers(conn->ssl, buf, in openssl_connection_handshake()