commit | d98452d2dbe87a48d1cca9c276f155621343aa4d | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Tue Jun 16 14:16:23 2015 -0400 |
committer | Adam Langley <agl@google.com> | Thu Jun 25 22:34:11 2015 +0000 |
tree | d82eef39fb38e8356b533a7c58c3661f4f319758 | |
parent | 65ee9b7ce94872b8265f7a5e4a09a5929ed61d61 [diff] [blame] |
Add a test for the ticket callback. Change-Id: I7b2a4f617bd8d49c86fdaaf45bf67e0170bbd44f Reviewed-on: https://boringssl-review.googlesource.com/5230 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/ssl/test/runner/common.go b/ssl/test/runner/common.go index 928c2b2..c7ccf80 100644 --- a/ssl/test/runner/common.go +++ b/ssl/test/runner/common.go
@@ -720,6 +720,10 @@ // EmptyCertificateList, if true, causes the server to send an empty // certificate list in the Certificate message. EmptyCertificateList bool + + // ExpectNewTicket, if true, causes the client to abort if it does not + // receive a new ticket. + ExpectNewTicket bool } func (c *Config) serverInit() {