gtpc1m6nTransmission Control Protocol/Internet Protocol

TLSv1_server_method

The TLSv1_server_method function indicates that the application is a server and supports Transport Layer Security version 1 (TLSv1).

Format

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