From 5fdeb58ccdfdaa675ae9db18c03bba70860916f4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 22 Oct 2013 05:37:43 +0100 Subject: [PATCH] Update test server details. --- CHANGES | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 46384f093c..a6ea79ccca 100644 --- a/CHANGES +++ b/CHANGES @@ -9,18 +9,14 @@ Experimental support for encrypt then mac from draft-gutmann-tls-encrypt-then-mac-02.txt - To enable it set the appropriate extension number (0x10 for the test - server) using e.g. -DTLSEXT_TYPE_encrypt_then_mac=0x10 + To enable it set the appropriate extension number (0x42 for the test + server) using e.g. -DTLSEXT_TYPE_encrypt_then_mac=0x42 For non-compliant peers (i.e. just about everything) this should have no effect. WARNING: EXPERIMENTAL, SUBJECT TO CHANGE. - NOTE: unfortunately the test server value (0x10) clashes with the draft - ALPN extension. Until this is resolved the only way to check against the - test server is to temporarily change the ALPN extension value (ugh!). - [Steve Henson] *) Add callbacks supporting generation and retrieval of supplemental -- GitLab