Add back support for SHA224 based sig algs
authorMatt Caswell <matt@openssl.org>
Thu, 8 Jun 2017 16:15:45 +0000 (17:15 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Jun 2017 16:37:02 +0000 (17:37 +0100)
commitd8311fc93a4d8cffa0398a39a20950b9b6a94b3c
tree6563e05ba2bd520c80775aec72017065896d8bef
parentedef840f23b31066df4333995f544ae0f32d3e09
Add back support for SHA224 based sig algs

This used to work but was inadvertently removed as part of the TLSv1.3
work. This adds it back.

Fixes #3633

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3639)
ssl/ssl_locl.h
ssl/t1_lib.c
ssl/t1_trce.c