Add TLSProxy tests for signature_algorithms_cert
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 24 Jan 2018 20:45:08 +0000 (14:45 -0600)
committerBenjamin Kaduk <bkaduk@akamai.com>
Thu, 25 Jan 2018 18:57:22 +0000 (12:57 -0600)
commit3e524bf2d1748f6757c1f64d63779d4d04f7a859
tree5e270cb873bd0991bd69b4b91a97ede9fb59d44e
parentc589c34e619c8700ab16b152dd9c8ee58356b319
Add TLSProxy tests for signature_algorithms_cert

We don't need to send this extension in normal operation since
we are our own X.509 library, but add some test cases that force
the extension to be sent and exercise our code to process the extension.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5068)
test/recipes/70-test_sslsigalgs.t
util/perl/TLSProxy/Message.pm