From 0f6fb7c6c3d47f20ef1938331b5c362ef26761ca Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 23 Jul 2014 15:15:42 +0700 Subject: Update encrypt_then_mac entry --- crypto/src/crypto/tls/ExtensionType.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crypto/src/crypto/tls/ExtensionType.cs b/crypto/src/crypto/tls/ExtensionType.cs index 4e265c358..929c134d5 100644 --- a/crypto/src/crypto/tls/ExtensionType.cs +++ b/crypto/src/crypto/tls/ExtensionType.cs @@ -49,11 +49,9 @@ namespace Org.BouncyCastle.Crypto.Tls public const int session_ticket = 35; /* - * draft-gutmann-tls-encrypt-then-mac-05 - * - * NOTE: This value has not yet been reserved by the IETF + * draft-ietf-tls-encrypt-then-mac-03 */ - public static readonly int encrypt_then_mac = 66; + public const int encrypt_then_mac = 22; /* * RFC 5746 3.2. -- cgit 1.4.1