Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-07-11 00:33:46 +0300
committerAdam Langley <agl@google.com>2015-07-22 00:44:11 +0300
commit49c7af1c42b7206ab087e47704d36d435a7f319c (patch)
treeb54e78ed5c105a8b2f61cf3715155e4fde6cc814 /include/openssl/ssl3.h
parentf18e453db887933329be6042ad03630400f333f2 (diff)
Convert the Channel ID extension to the new system.
This also removes support for the “old” Channel ID extension. Change-Id: I1168efb9365c274db6b9d7e32013336e4404ff54 Reviewed-on: https://boringssl-review.googlesource.com/5462 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/ssl3.h')
-rw-r--r--include/openssl/ssl3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index b928050f..541b0398 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -548,11 +548,6 @@ typedef struct ssl3_state_st {
* Channel IDs and that tlsext_channel_id will be valid after the
* handshake. */
char tlsext_channel_id_valid;
- /* tlsext_channel_id_new means that the updated Channel ID extension was
- * negotiated. This is a temporary hack in the code to support both forms of
- * Channel ID extension while we transition to the new format, which fixed a
- * security issue. */
- char tlsext_channel_id_new;
/* For a server:
* If |tlsext_channel_id_valid| is true, then this contains the
* verified Channel ID from the client: a P256 point, (x,y), where