Searched refs:SSL_get_version (Results 1 – 13 of 13) sorted by relevance
5 SSL_get_version - get the protocol version of a connection.11 const char *SSL_get_version(const SSL *ssl);15 SSL_get_version() returns the name of the protocol used for the
57 The callback can use the L<SSL_get_version(3)|SSL_get_version(3)> function109 version = SSL_get_version(ssl);142 L<ssl(3)|ssl(3)>, L<SSL_get_version(3)|SSL_get_version(3)>
593 =item char *B<SSL_get_version>(const SSL *ssl);784 L<SSL_get_version(3)|SSL_get_version(3)>,
85 MAN+= SSL_get_version.3
61 SSL_get_version 71 EXIST::FUNCTION:
924 SSL_get_version(c_ssl), in print_details()2271 if (strcmp("SSLv2", SSL_get_version(c_ssl)) == 0) { in doit_biopair()
2343 const char *SSL_get_version(const SSL *s);
2862 const char *SSL_get_version(const SSL *s) in SSL_get_version() function
976 SSL_get_version(conn->ssl), SSL_get_cipher(conn->ssl)); in fetch_ssl()
1479 BIO_printf(bio, "Protocol version: %s\n", SSL_get_version(s)); in print_ssl_summary()
1781 s = (char *) SSL_get_version(ssl);
4081 ver = SSL_get_version(ssl); in tls_connection_get_eap_fast_key()4545 name = SSL_get_version(conn->ssl); in tls_get_version()
7566 OLD_FILES+=usr/share/man/man3/SSL_get_version.3.gz