Eneboo - Documentación para desarrolladores
|
#include <limits.h>
#include <string.h>
#include <stdio.h>
#include "ssl_locl.h"
#include <openssl/buffer.h>
#include <openssl/rand.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
Funciones | |
int | ssl3_do_write (SSL *s, int type) |
int | ssl3_send_finished (SSL *s, int a, int b, const char *sender, int slen) |
int | ssl3_get_finished (SSL *s, int a, int b) |
int | ssl3_send_change_cipher_spec (SSL *s, int a, int b) |
unsigned long | ssl3_output_cert_chain (SSL *s, X509 *x) |
long | ssl3_get_message (SSL *s, int st1, int stn, int mt, long max, int *ok) |
int | ssl_cert_type (X509 *x, EVP_PKEY *pkey) |
int | ssl_verify_alarm_type (long type) |
int | ssl3_setup_buffers (SSL *s) |
int ssl_verify_alarm_type | ( | long | type | ) |