Add support for the TLS 1.3 signature_algorithms_cert extension
[openssl.git] / ssl / statem / statem_locl.h
index 38b0ce8ba7360226d694ba16b133ea2d9515d9f1..f16d3cba4ea12d2ef2ef6e39b133569b343129a3 100644 (file)
@@ -205,6 +205,8 @@ int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context,
 #endif
 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
                                   X509 *x, size_t chainidx);
+int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, unsigned int context,
+                                 X509 *x, size_t chainidx);
 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
                             size_t chainidx);
 #ifndef OPENSSL_NO_OCSP