Searched refs:SSL_get_version (Results 1 – 12 of 12) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get_version.pod | 5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_is_tls, SSL_is_quic, 14 const char *SSL_get_version(const SSL *ssl); 30 SSL_get_version() returns the name of the protocol used for the connection. 44 SSL_get_version() returns one of the following strings:
|
H A D | SSL_CTX_set_generate_session_id.pod | 127 L<ssl(7)>, L<SSL_get_version(3)>
|
/openssl/test/ |
H A D | ssl_old_test.c | 790 SSL_get_version(c_ssl), in print_details() 1855 "Expected: %s, got %s\n", should_negotiate, SSL_get_version(c_ssl)); in main()
|
H A D | quicapitest.c | 411 || !TEST_str_eq(SSL_get_version(clientquic), "QUICv1")) in test_version()
|
H A D | sslapitest.c | 11488 return TEST_str_eq(verstr, SSL_get_version(s)); in check_version_string()
|
/openssl/util/ |
H A D | libssl.num | 138 SSL_get_version 139 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1307 BIO_printf(bio_err, "Protocol version: %s\n", SSL_get_version(s)); in print_ssl_summary()
|
/openssl/doc/ |
H A D | build.info | 2678 DEPEND[html/man3/SSL_get_version.html]=man3/SSL_get_version.pod 2679 GENERATE[html/man3/SSL_get_version.html]=man3/SSL_get_version.pod 2680 DEPEND[man/man3/SSL_get_version.3]=man3/SSL_get_version.pod 2681 GENERATE[man/man3/SSL_get_version.3]=man3/SSL_get_version.pod 3679 html/man3/SSL_get_version.html \ 4343 man/man3/SSL_get_version.3 \
|
/openssl/apps/ |
H A D | s_client.c | 3490 BIO_printf(bio, "Protocol: %s\n", SSL_get_version(s)); in print_stuff()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 226 | `SSL_get_version` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1969 __owur const char *SSL_get_version(const SSL *s);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 4978 const char *SSL_get_version(const SSL *s) in SSL_get_version() function
|
Completed in 102 milliseconds