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) |
| 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.
1.8.2