Process signature algorithms during TLS v1.2 client authentication.
[openssl.git] / ssl / ssl_locl.h
index 78958d4506b0e6dc434db06f8dbaab87d3752a81..1c17de74e54b0af796a0844ffc23b295d86b943f 100644 (file)
@@ -1095,4 +1095,5 @@ int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
                                          int *al);
 long ssl_get_algorithm2(SSL *s);
+int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize);
 #endif