From a1580347899f1fb6fd85d82828db3f372e5ec86d Mon Sep 17 00:00:00 2001 From: emboss Date: Thu, 20 Dec 2012 07:54:13 +0000 Subject: * NEWS: announce AEAD encryption support in the OpenSSL extension. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c1362862f0..041596e18f 100644 --- a/NEWS +++ b/NEWS @@ -262,6 +262,9 @@ with all sufficient information, see the ChangeLog file. is FIPS-enabled. OpenSSL.fips_mode= allows turning on and off FIPS mode manually in order to adapt to situations where FIPS mode would be an explicit requirement. + * Authenticated Encryption with Associated Data (AEAD) is supported via + Cipher#auth_data= and Cipher#auth_tag/Cipher#auth_tag=. + Currently (OpenSSL 1.0.1c), only GCM mode is supported. * ostruct * new methods: -- cgit v1.2.3