X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=8f37008c1df38501bcb628d4a51665757982ed7e;hp=74fc972908bc79a67e19b1e619f61b7ca8c0cee6;hb=e0e7997212c3c688140a2d8a13f9dcd03f202443;hpb=befbd0619b6d1aaf9e70cfbf113afb141009bced diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 74fc972908..8f37008c1d 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1063,4 +1063,12 @@ int tls1_process_ticket(SSL *s, unsigned char *session_id, int len, #endif EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash,const EVP_MD *md) ; void ssl_clear_hash_ctx(EVP_MD_CTX **hash); +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); +int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, + int *al); #endif