#include <openssl/ssl.h>Go to the source code of this file.
Functions | |
| void | init_ssl_locks (void) |
| void | kill_ssl_locks (void) |
| int | init_ssl_context (void) |
| int | load_ssl_certificate (char *cert_file, char *key_file) |
| SSL * | init_ssl_connection (int fd) |
| int | accept_ssl (SSL *ssl) |
| int | read_ssl (SSL *ssl, char *buf, int *buf_size) |
| int | write_ssl (SSL *ssl, char *buf, int *buf_size) |
| int | close_ssl (SSL *ssl) |
| int load_ssl_certificate | ( | char * | cert_file, |
| char * | key_file | ||
| ) |
1.8.6