skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: SSL Application Programming Interface (API) Reference SSL Application Programming Interface (API) Reference
go to previous page: SSL_get_verify_result SSL_get_verify_result
go to next page: SSL_library_initSSL_library_init
end of book navigation links


SSL_get_version
Description
Return Values
See Also
 

NAME

SSL_get_version - get the protocol version of a connection.

Synopsis  

#include <openssl/ssl.h>
const char *SSL_get_version(SSL *ssl);


return to top DESCRIPTION  

SSL_get_cipher_version() returns the name of the protocol used for the connection ssl.


return to top RETURN VALUES  

The following strings can occur:


return to top SEE ALSO  

ssl(3)
go to previous page: SSL_get_verify_result SSL_get_verify_result
go to next page: SSL_library_initSSL_library_init