'defines' |
#define | USE_SOCKETS |
Funciones |
int | ssl3_read_n (SSL *s, int n, int max, int extend) |
int | ssl3_do_uncompress (SSL *ssl) |
int | ssl3_do_compress (SSL *ssl) |
int | ssl3_write_bytes (SSL *s, int type, const void *buf_, int len) |
int | ssl3_write_pending (SSL *s, int type, const unsigned char *buf, unsigned int len) |
int | ssl3_read_bytes (SSL *s, int type, unsigned char *buf, int len, int peek) |
int | ssl3_do_change_cipher_spec (SSL *s) |
int | ssl3_send_alert (SSL *s, int level, int desc) |
int | ssl3_dispatch_alert (SSL *s) |