gtpc1m6i | Transmission Control Protocol/Internet Protocol |
The SSLv23_client_method function indicates that the application is a client and supports Secure Sockets Layer version 2 (SSLv2), Secure Sockets Layer version 3 (SSLv3), and Transport Layer Security version 1 (TLSv1).
Format
#include <openssl/ssl.h> SSL_METHOD *SSLv23_client_method(void)
Normal Return
A pointer to the appropriate connection method.
Error Return
None.
Programming Considerations
Examples
For sample SSL applications, go to http://www.ibm.com/tpf/pubs/tpfpubs.htm, click SSL for the TPF 4.1 System: An Online User's Guide, and click Examples from the left navigation bar.
Related Information