On Sun, Feb 14, 2016 at 10:26 PM, Arne Schwabe <a...@rfc2549.org> wrote:
> And we may need another patch for the Changes.rst

Woops, forgot this *again*...  Attached a patch for Changes.rst.  Feel
free to squash this into 8/10 when committing.

-Steffan
From d264096273b8213ac7d65fab000810b27dcae565 Mon Sep 17 00:00:00 2001
From: Steffan Karger <stef...@karger.me>
Date: Mon, 15 Feb 2016 08:08:41 +0100
Subject: [PATCH] Add Changes.rst entry for AEAD cipher modes

Signed-off-by: Steffan Karger <stef...@karger.me>
---
 Changes.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Changes.rst b/Changes.rst
index dd9b9b2..af70d14 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -37,6 +37,13 @@ Windows version
     Windows version is detected, logged and possibly signalled to server
     (IV_PLAT_VER=<nn> if --push-peer-info is set on client)
 
+AEAD (GCM) data channel cipher support
+    The data channel now supports AEAD ciphers (currently only GCM).  The AEAD
+    packet format has a smaller overhead than the CBC packet format, (e.g. 20
+    bytes per packet for AES-128-GCM instead of 36 bytes per packet for
+    AES-128-CBC + HMAC-SHA1).
+
+
 User-visible Changes
 --------------------
 - For certificate DNs with duplicate fields, e.g. "OU=one,OU=two", both fields
-- 
2.5.0

Reply via email to