aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-08-26 17:22:22 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-08-26 17:22:22 +0900
commitbc83a57b4acd4b4ae77a284c2c4383e8c9cdb94a (patch)
tree4bcd65f3645f11d94ab749aa75e574eff8252e08 /History.md
parent0bcd6499a8a3233a1bbbf1ba87a019673ec888f2 (diff)
parent6bc097049b4581a90ad59986fce57141b7e571f3 (diff)
downloadruby-openssl-bc83a57b4acd4b4ae77a284c2c4383e8c9cdb94a.tar.gz
Merge branch 'topic/cipher-auth-tag-len'
* topic/cipher-auth-tag-len: cipher: add Cipher#auth_tag_len=
Diffstat (limited to 'History.md')
-rw-r--r--History.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/History.md b/History.md
index af35a787..cb51b11d 100644
--- a/History.md
+++ b/History.md
@@ -35,6 +35,9 @@ Notable changes
using AEAD ciphers.
[Bug #8667] [Bug #10420] [GH ruby/ruby#569] [GH ruby/openssl#58]
+ - OpenSSL::Cipher#auth_tag_len= is added. This sets the authentication tag
+ length to be generated by an AEAD cipher.
+
* OpenSSL::OCSP
- Accessor methods are added to OpenSSL::OCSP::CertificateId. [Feature #7181]