Searched refs:SSL_get_shared_ciphers (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/crypto/libressl/apps/openssl/ |
H A D | s_server.c | 1895 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 D | s_client.c | 1733 p = SSL_get_shared_ciphers(s, buf, sizeof buf); in print_stuff()
|
/dflybsd-src/crypto/libressl/ |
H A D | README.DELETED | 552 man/SSL_get_shared_ciphers.3
|
H A D | ChangeLog | 617 * 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 D | ssl.h | 1158 char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len);
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | ssl_lib.c | 1630 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 D | tls_openssl.c | 4314 if (SSL_get_shared_ciphers(conn->ssl, buf, in openssl_connection_handshake()
|