Searched refs:SSL_get_version (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_get_version.pod | 5 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:
|
D | SSL_CTX_set_generate_session_id.pod | 127 L<ssl(7)>, L<SSL_get_version(3)>
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 460 const char *SSL_get_version(const SSL *ssl);
|
/third_party/curl/lib/vtls/ |
D | mesalink.c | 330 SSL_get_version(BACKEND->handle), in mesalink_connect_step2()
|
D | openssl.c | 3410 SSL_get_version(backend->handle), in ossl_connect_step2()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 825 const char *SSL_get_version(const SSL *ssl) in SSL_get_version() function
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 593 =item char *B<SSL_get_version>(const SSL *ssl); 800 L<SSL_get_version(3)>,
|
/third_party/openssl/test/ |
D | ssltest_old.c | 782 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/ |
D | s_cb.c | 1202 BIO_printf(bio_err, "Protocol version: %s\n", SSL_get_version(s)); in print_ssl_summary()
|
/third_party/openssl/util/ |
D | libssl.num | 138 SSL_get_version 139 1_1_0 EXIST::FUNCTION:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 4081 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/ |
D | tls.md | 1149 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/ |
D | tls_openssl.c | 4286 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/ |
D | ssl.h | 1856 __owur const char *SSL_get_version(const SSL *s);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 384 #define SSL_get_version BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_version) macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 3797 const char *SSL_get_version(const SSL *s) in SSL_get_version() function
|
/third_party/python/Modules/ |
D | _ssl.c | 2051 version = SSL_get_version(self->ssl); in _ssl__SSLSocket_version_impl()
|
/third_party/node/src/ |
D | node_crypto.cc | 2309 const char* tls_version = SSL_get_version(w->ssl_.get()); in GetProtocol()
|