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:39:10 +0000 (09:39 +0000)
commit9effc496ad8a9b0ec737c69cc0fddf610a045ea4
tree313a9b0b35c3e2961a8fb482bf28d7325da65933
parent23fed8ba0ec895e1b2a089cae380697f15170afc
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)
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