* 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
This commit is contained in:
emboss 2012-12-20 07:54:13 +00:00
Родитель 94f42d6d79
Коммит a158034789
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Thu Dec 20 16:52:37 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
* NEWS: announce AEAD encryption support in the OpenSSL extension.
Thu Dec 20 16:40:13 2012 NAKAMURA Usaku <usa@ruby-lang.org> Thu Dec 20 16:40:13 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on

3
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 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 manually in order to adapt to situations where FIPS mode would be an
explicit requirement. 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 * ostruct
* new methods: * new methods: