#include "ssl_locl.h"
#include <stdio.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/md5.h>
Go to the source code of this file.
|
long | ssl2_default_timeout (void) |
|
int | ssl2_num_ciphers (void) |
|
const SSL_CIPHER * | ssl2_get_cipher (unsigned int u) |
|
int | ssl2_pending (const SSL *s) |
|
int | ssl2_new (SSL *s) |
|
void | ssl2_free (SSL *s) |
|
void | ssl2_clear (SSL *s) |
|
long | ssl2_ctrl (SSL *s, int cmd, long larg, void *parg) |
|
long | ssl2_callback_ctrl (SSL *s, int cmd, void(*fp)(void)) |
|
long | ssl2_ctx_ctrl (SSL_CTX *ctx, int cmd, long larg, void *parg) |
|
long | ssl2_ctx_callback_ctrl (SSL_CTX *ctx, int cmd, void(*fp)(void)) |
|
const SSL_CIPHER * | ssl2_get_cipher_by_char (const unsigned char *p) |
|
int | ssl2_put_cipher_by_char (const SSL_CIPHER *c, unsigned char *p) |
|
int | ssl2_generate_key_material (SSL *s) |
|
void | ssl2_return_error (SSL *s, int err) |
|
void | ssl2_write_error (SSL *s) |
|
int | ssl2_shutdown (SSL *s) |
|
long ssl2_callback_ctrl |
( |
SSL * |
s, |
|
|
int |
cmd, |
|
|
void(*)(void) |
fp |
|
) |
| |
long ssl2_ctrl |
( |
SSL * |
s, |
|
|
int |
cmd, |
|
|
long |
larg, |
|
|
void * |
parg |
|
) |
| |
long ssl2_ctx_ctrl |
( |
SSL_CTX * |
ctx, |
|
|
int |
cmd, |
|
|
long |
larg, |
|
|
void * |
parg |
|
) |
| |
long ssl2_default_timeout |
( |
void |
| ) |
|
int ssl2_generate_key_material |
( |
SSL * |
s | ) |
|
const SSL_CIPHER* ssl2_get_cipher |
( |
unsigned int |
u | ) |
|
const SSL_CIPHER* ssl2_get_cipher_by_char |
( |
const unsigned char * |
p | ) |
|
int ssl2_num_ciphers |
( |
void |
| ) |
|
int ssl2_pending |
( |
const SSL * |
s | ) |
|
int ssl2_put_cipher_by_char |
( |
const SSL_CIPHER * |
c, |
|
|
unsigned char * |
p |
|
) |
| |
void ssl2_return_error |
( |
SSL * |
s, |
|
|
int |
err |
|
) |
| |
int ssl2_shutdown |
( |
SSL * |
s | ) |
|
const char ssl2_version_str[] ="SSLv2" OPENSSL_VERSION_PTEXT |