gtpc1m6lTransmission Control Protocol/Internet Protocol

SSLv3_server_method

The SSLv3_server_method function indicates that the application is a server and supports Secure Sockets Layer version 3 (SSLv3).

Format

#include <openssl/ssl.h>
SSL_METHOD *SSLv3_server_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