ruby-changes:26443
From: emboss <ko1@a...>
Date: Thu, 20 Dec 2012 16:54:25 +0900 (JST)
Subject: [ruby-changes:26443] emboss:r38494 (trunk): * NEWS: announce AEAD encryption support in the OpenSSL extension.
emboss 2012-12-20 16:54:13 +0900 (Thu, 20 Dec 2012) New Revision: 38494 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38494 Log: * NEWS: announce AEAD encryption support in the OpenSSL extension. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 38493) +++ ChangeLog (revision 38494) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Dec 20 16:52:37 2012 Martin Bosslet <Martin.Bosslet@g...> + + * NEWS: announce AEAD encryption support in the OpenSSL extension. + Thu Dec 20 16:40:13 2012 NAKAMURA Usaku <usa@r...> * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on Index: NEWS =================================================================== --- NEWS (revision 38493) +++ NEWS (revision 38494) @@ -262,6 +262,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L262 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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/