Add a test for correct handling of the cryptopro bug extension
authorMatt Caswell <matt@openssl.org>
Fri, 4 Jan 2019 16:55:15 +0000 (16:55 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Jan 2019 09:43:28 +0000 (09:43 +0000)
commitd3b574fee1c4ad887a219fadb1674349ae0ce4b7
tree84f759fcb5fbf2ff88f7125ffd86800c92539fcd
parentfe5a516b72942f5eacda8c9c7f032e8c76e0cb7b
Add a test for correct handling of the cryptopro bug extension

This was complicated by the fact that we were using this extension for our
duplicate extension handling tests. In order to add tests for cryptopro
bug the duplicate extension handling tests needed to change first.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7984)

(cherry picked from commit 9effc496ad8a9b0ec737c69cc0fddf610a045ea4)
test/recipes/70-test_sslextension.t
util/perl/TLSProxy/Certificate.pm
util/perl/TLSProxy/ClientHello.pm
util/perl/TLSProxy/EncryptedExtensions.pm
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/ServerHello.pm