summaryrefslogtreecommitdiffstats
path: root/util/perl
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2018-01-24 14:45:08 -0600
committerBenjamin Kaduk <bkaduk@akamai.com>2018-01-25 12:57:22 -0600
commit3e524bf2d1748f6757c1f64d63779d4d04f7a859 (patch)
tree5e270cb873bd0991bd69b4b91a97ede9fb59d44e /util/perl
parentc589c34e619c8700ab16b152dd9c8ee58356b319 (diff)
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)
Diffstat (limited to 'util/perl')
-rw-r--r--util/perl/TLSProxy/Message.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/perl/TLSProxy/Message.pm b/util/perl/TLSProxy/Message.pm
index d55486de8c..eea272f653 100644
--- a/util/perl/TLSProxy/Message.pm
+++ b/util/perl/TLSProxy/Message.pm
@@ -79,6 +79,7 @@ use constant {
EXT_SUPPORTED_VERSIONS => 43,
EXT_COOKIE => 44,
EXT_PSK_KEX_MODES => 45,
+ EXT_SIG_ALGS_CERT => 50,
EXT_RENEGOTIATE => 65281,
EXT_NPN => 13172,
# This extension is an unofficial extension only ever written by OpenSSL