Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgs
authorBenjamin Kaduk <bkaduk@akamai.com>
Fri, 26 Jan 2018 15:21:08 +0000 (09:21 -0600)
committerBenjamin Kaduk <bkaduk@akamai.com>
Fri, 26 Jan 2018 15:21:08 +0000 (09:21 -0600)
commit36c91d13d1272f90a722a67a2ded97706fdff102
treebccd277a30fa2861c026fda58d924e85b14c6a04
parentc1acef9263b875cc80431b8054049dedc59cd41d
Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgs

The latest TLS 1.3 draft split the RSA-PSS signature schemes into
two versions that indicate the OID of the RSA key being used.
This forced us to rename the preprocessor defines for the sigalg
values, and the ssl-trace code was not adopted to match, since
it was not enabled int the default build.

Belatedly update the ssl_sigalg_tbl in the trace code to match.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5174)
ssl/t1_trce.c