Do not print extensions in Certificate message for TLS1.2 and lower
authorDaniil Zotkin <zotkin@rutoken.ru>
Tue, 24 Sep 2019 08:08:23 +0000 (11:08 +0300)
committerPauli <paul.dale@oracle.com>
Thu, 3 Oct 2019 00:29:49 +0000 (10:29 +1000)
commit65c76cd2c9e8da9468dd490b334e56c51dbef582
tree5f20cc68aed1d3d8967128ac206b6236ce7bea15
parent12fca1afd227a0a750dab7fa51876c42d47ce670
Do not print extensions in Certificate message for TLS1.2 and lower

According to RFC8446 CertificateEntry in Certificate message contains
extensions that were not present in the Certificate message in RFC5246.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9994)
ssl/t1_trce.c