gtpc1m62 | Transmission Control Protocol/Internet Protocol |
The SSL_new function creates a new Secure Sockets Layer (SSL) structure for use with an SSL session.
Format
#include <openssl/ssl.h> SSL *SSL_new(SSL_CTX *ctx)
Normal Return
Returns a token that represents a new SSL structure.
Error Return
A NULL pointer indicates an error.
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