Move parsing and construction of CA names to separate functions
[openssl.git] / ssl / statem / statem_locl.h
index 2e9821caf9529aa2eeb557bf8eab550b9fcb2397..f16ba11bd040d4faf00a32fcf4e7bf3368373b04 100644 (file)
@@ -79,6 +79,9 @@ typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
 
 int check_in_list(SSL *s, unsigned int group_id, const unsigned char *groups,
                   size_t num_groups, int checkallow);
+int create_synthetic_message_hash(SSL *s);
+int parse_ca_names(SSL *s, PACKET *pkt, int *al);
+int construct_ca_names(SSL *s, WPACKET *pkt);
 
 /*
  * TLS/DTLS client state machine functions