ELinks 0.16.1.1
|
#include <limits.h>
#include <sys/types.h>
#include "elinks.h"
#include "intl/libintl.h"
#include "main/main.h"
#include "main/module.h"
#include "network/connection.h"
#include "network/socket.h"
#include "network/ssl/ssl.h"
#include "osdep/osdep.h"
#include "util/conv.h"
#include "util/error.h"
#include "util/string.h"
#include "util/random.h"
Functions | |
int | init_ssl_connection (struct socket *socket, const char *server_name) |
void | done_ssl_connection (struct socket *socket) |
char * | get_ssl_connection_cipher (struct socket *socket) |
void | random_nonce (unsigned char buf[], size_t size) |
Variables | |
static union option_info | ssl_options [] |
static struct module * | ssl_modules [] |
struct module | ssl_module |
void done_ssl_connection | ( | struct socket * | socket | ) |
char * get_ssl_connection_cipher | ( | struct socket * | socket | ) |
int init_ssl_connection | ( | struct socket * | socket, |
const char * | server_name ) |
void random_nonce | ( | unsigned char | buf[], |
size_t | size ) |
struct module ssl_module |
|
static |