#include <sys/types.h>
#include <openssl/opensslconf.h>
Go to the source code of this file.
|
int | do_server (int port, int type, int *ret, int(*cb)(char *hostname, int s, unsigned char *context), unsigned char *context) |
|
int | init_client (int *sock, char *server, int port, int type) |
|
int | should_retry (int i) |
|
int | extract_port (char *str, short *port_ptr) |
|
int | extract_host_port (char *str, char **host_ptr, unsigned char *ip, short *p) |
|
long MS_CALLBACK | bio_dump_callback (BIO *bio, int cmd, const char *argp, int argi, long argl, long ret) |
|
int MS_CALLBACK | generate_cookie_callback (SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) |
|
int MS_CALLBACK | verify_cookie_callback (SSL *ssl, unsigned char *cookie, unsigned int cookie_len) |
|
long MS_CALLBACK bio_dump_callback |
( |
BIO * |
bio, |
|
|
int |
cmd, |
|
|
const char * |
argp, |
|
|
int |
argi, |
|
|
long |
argl, |
|
|
long |
ret |
|
) |
| |
int do_server |
( |
int |
port, |
|
|
int |
type, |
|
|
int * |
ret, |
|
|
int(*)(char *hostname, int s, unsigned char *context) |
cb, |
|
|
unsigned char * |
context |
|
) |
| |
int extract_host_port |
( |
char * |
str, |
|
|
char ** |
host_ptr, |
|
|
unsigned char * |
ip, |
|
|
short * |
p |
|
) |
| |
int extract_port |
( |
char * |
str, |
|
|
short * |
port_ptr |
|
) |
| |
int MS_CALLBACK generate_cookie_callback |
( |
SSL * |
ssl, |
|
|
unsigned char * |
cookie, |
|
|
unsigned int * |
cookie_len |
|
) |
| |
int init_client |
( |
int * |
sock, |
|
|
char * |
server, |
|
|
int |
port, |
|
|
int |
type |
|
) |
| |
int should_retry |
( |
int |
i | ) |
|
int MS_CALLBACK verify_cookie_callback |
( |
SSL * |
ssl, |
|
|
unsigned char * |
cookie, |
|
|
unsigned int |
cookie_len |
|
) |
| |