OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
t1_reneg.c File Reference
#include <stdio.h>
#include <openssl/objects.h>
#include "ssl_locl.h"

Go to the source code of this file.

Functions

int ssl_add_clienthello_renegotiate_ext (SSL *s, unsigned char *p, int *len, int maxlen)
 
int ssl_parse_clienthello_renegotiate_ext (SSL *s, unsigned char *d, int len, int *al)
 
int ssl_add_serverhello_renegotiate_ext (SSL *s, unsigned char *p, int *len, int maxlen)
 
int ssl_parse_serverhello_renegotiate_ext (SSL *s, unsigned char *d, int len, int *al)
 

Function Documentation

int ssl_add_clienthello_renegotiate_ext ( SSL s,
unsigned char *  p,
int *  len,
int  maxlen 
)

Definition at line 116 of file t1_reneg.c.

int ssl_add_serverhello_renegotiate_ext ( SSL s,
unsigned char *  p,
int *  len,
int  maxlen 
)

Definition at line 196 of file t1_reneg.c.

int ssl_parse_clienthello_renegotiate_ext ( SSL s,
unsigned char *  d,
int  len,
int *  al 
)

Definition at line 147 of file t1_reneg.c.

int ssl_parse_serverhello_renegotiate_ext ( SSL s,
unsigned char *  d,
int  len,
int *  al 
)

Definition at line 232 of file t1_reneg.c.