[#70843] Re: [ruby-cvs:58952] hsbt:r51801 (trunk): * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). — Eric Wong <normalperson@...>
hsbt@ruby-lang.org wrote:
3 messages
2015/09/17
[ruby-core:70744] [Ruby trunk - Feature #9642] Allow CCM as an authenticated encryption mode in OpenSSL::Cipher
From:
zzak@...
Date:
2015-09-13 03:10:31 UTC
List:
ruby-core #70744
Issue #9642 has been updated by Zachary Scott. Assignee changed from Martin Bosslet to openssl ---------------------------------------- Feature #9642: Allow CCM as an authenticated encryption mode in OpenSSL::Cipher https://bugs.ruby-lang.org/issues/9642#change-54123 * Author: Louis Mullie * Status: Assigned * Priority: Normal * Assignee: openssl ---------------------------------------- Support for GCM authenticated encryption mode has already been introduced (https://bugs.ruby-lang.org/issues/6980#change-32884). However, CCM is not currently supported as an authenticated encryption mode. This would require changes to OpenSSL::Cipher#auth_tag, OpenSSL::Cipher#auth_tag=, and OpenSSL::Cipher#authenticated? -- https://bugs.ruby-lang.org/