#include <stdio.h>
#include <openssl/objects.h>
#include "ssl_locl.h"
Go to the source code of this file.
long ssl23_default_timeout |
( |
void |
| ) |
|
const SSL_CIPHER* ssl23_get_cipher |
( |
unsigned int |
u | ) |
|
const SSL_CIPHER* ssl23_get_cipher_by_char |
( |
const unsigned char * |
p | ) |
|
int ssl23_num_ciphers |
( |
void |
| ) |
|
int ssl23_peek |
( |
SSL * |
s, |
|
|
void * |
buf, |
|
|
int |
len |
|
) |
| |
int ssl23_put_cipher_by_char |
( |
const SSL_CIPHER * |
c, |
|
|
unsigned char * |
p |
|
) |
| |
int ssl23_read |
( |
SSL * |
s, |
|
|
void * |
buf, |
|
|
int |
len |
|
) |
| |
int ssl23_write |
( |
SSL * |
s, |
|
|
const void * |
buf, |
|
|
int |
len |
|
) |
| |