summaryrefslogtreecommitdiffstats
path: root/test/ssl_test.tmpl
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-08-08 14:42:08 +0200
committerEmilia Kasper <emilia@openssl.org>2016-08-08 15:14:52 +0200
commit2ac6bdc02931ead9e028d6e41640b035e78bc722 (patch)
tree6ccea9cacd91d88c00e92ad0aeff6ba3daa97e45 /test/ssl_test.tmpl
parent7b7cea6d712c35d52b4e2031c8a9410866e2aab6 (diff)
NPN and ALPN: test resumption
In NPN and ALPN, the protocol is renegotiated upon resumption. Test that resumption picks up changes to the extension. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/ssl_test.tmpl')
-rw-r--r--test/ssl_test.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssl_test.tmpl b/test/ssl_test.tmpl
index cc3d99f94c..bdbfb11ace 100644
--- a/test/ssl_test.tmpl
+++ b/test/ssl_test.tmpl
@@ -85,7 +85,7 @@ client = {-$testname-}-client{-
if (%resume_client && $resume_client{"extra"}) {
$OUT .= "resume-client = $testname-resume-client-extra\n";
} elsif ($reuse_resume_client && $client{"extra"}) {
- $OUT .= "client = $testname-client-extra\n";
+ $OUT .= "resume-client = $testname-client-extra\n";
}
if ($server{"extra"}) {