Home
last modified time | relevance | path

Searched refs:SSL_get_version (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_get_version.pod5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_version - get the
14 const char *SSL_get_version(const SSL *ssl);
25 than TLSv1.2 even if TLSv1.3 is subsequently negotiated. SSL_get_version()
36 SSL_get_version() returns one of the following strings:
DSSL_CTX_set_generate_session_id.pod127 L<ssl(7)>, L<SSL_get_version(3)>
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h460 const char *SSL_get_version(const SSL *ssl);
/third_party/curl/lib/vtls/
Dmesalink.c330 SSL_get_version(BACKEND->handle), in mesalink_connect_step2()
Dopenssl.c3410 SSL_get_version(backend->handle), in ossl_connect_step2()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c825 const char *SSL_get_version(const SSL *ssl) in SSL_get_version() function
/third_party/openssl/doc/man7/
Dssl.pod593 =item char *B<SSL_get_version>(const SSL *ssl);
800 L<SSL_get_version(3)>,
/third_party/openssl/test/
Dssltest_old.c782 SSL_get_version(c_ssl), in print_details()
1833 "Expected: %s, got %s\n", should_negotiate, SSL_get_version(c_ssl)); in main()
/third_party/openssl/apps/
Ds_cb.c1202 BIO_printf(bio_err, "Protocol version: %s\n", SSL_get_version(s)); in print_ssl_summary()
/third_party/openssl/util/
Dlibssl.num138 SSL_get_version 139 1_1_0 EXIST::FUNCTION:
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c4081 ver = SSL_get_version(ssl); in tls_connection_get_eap_fast_key()
4545 name = SSL_get_version(conn->ssl); in tls_get_version()
/third_party/node/doc/api/
Dtls.md1149 See the OpenSSL [`SSL_get_version`][] documentation for more information.
2036 [`SSL_get_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c4286 ver = SSL_get_version(ssl); in tls_connection_get_eap_fast_key()
4758 name = SSL_get_version(conn->ssl); in tls_get_version()
/third_party/openssl/include/openssl/
Dssl.h1856 __owur const char *SSL_get_version(const SSL *s);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h384 #define SSL_get_version BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_version) macro
/third_party/openssl/ssl/
Dssl_lib.c3797 const char *SSL_get_version(const SSL *s) in SSL_get_version() function
/third_party/python/Modules/
D_ssl.c2051 version = SSL_get_version(self->ssl); in _ssl__SSLSocket_version_impl()
/third_party/node/src/
Dnode_crypto.cc2309 const char* tls_version = SSL_get_version(w->ssl_.get()); in GetProtocol()