aboutsummaryrefslogtreecommitdiff
path: root/util/perl/checkhandshake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/perl/checkhandshake.pm')
-rw-r--r--util/perl/checkhandshake.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/util/perl/checkhandshake.pm b/util/perl/checkhandshake.pm
index a2ae24ee2a0a..618ee99577f9 100644
--- a/util/perl/checkhandshake.pm
+++ b/util/perl/checkhandshake.pm
@@ -26,8 +26,11 @@ use constant {
EC_HANDSHAKE => 64,
HRR_HANDSHAKE => 128,
HRR_RESUME_HANDSHAKE => 256,
+ CERT_COMP_SRV_HANDSHAKE => 512,
+ CERT_COMP_CLI_HANDSHAKE => 1024,
+ CERT_COMP_BOTH_HANDSHAKE => 2048,
- ALL_HANDSHAKES => 511
+ ALL_HANDSHAKES => 4095
};
use constant {
@@ -54,7 +57,9 @@ use constant {
PSK_KEX_MODES_EXTENSION => 0x00040000,
KEY_SHARE_HRR_EXTENSION => 0x00080000,
SUPPORTED_GROUPS_SRV_EXTENSION => 0x00100000,
- POST_HANDSHAKE_AUTH_CLI_EXTENSION => 0x00200000
+ POST_HANDSHAKE_AUTH_CLI_EXTENSION => 0x00200000,
+ CERT_COMP_CLI_EXTENSION => 0x00400000,
+ CERT_COMP_SRV_EXTENSION => 0x00800000
};
our @handmessages = ();