aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cipher.rb
Commit message (Expand)AuthorAgeFilesLines
* cipher: don't set dummy encryption key in Cipher#initializetopic/cipher-no-initialize-null-keyKazuki Yamaguchi2016-09-281-6/+23
* cipher: add Cipher#auth_tag_len=topic/cipher-auth-tag-lenKazuki Yamaguchi2016-08-141-0/+33
* test/test_cipher: fix an assertionKazuki Yamaguchi2016-08-131-2/+1
* Merge branch 'topic/cipher-iv-len'Kazuki Yamaguchi2016-07-201-0/+40
|\
| * cipher: allow setting IV length when using AEAD cipherstopic/cipher-iv-lenKazuki Yamaguchi2016-07-091-0/+40
* | Suppress warnings in testsKazuki Yamaguchi2016-07-101-7/+3
* | Deprecate constant OpenSSL::Digest::Digest and OpenSSL::Cipher::CipherKazuki Yamaguchi2016-07-091-2/+2
|/
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-32/+30
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-311-0/+12
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-1/+2
* Use Integer instead of Fixnum and Bignum.akr2016-05-311-2/+2
* test: use assert_not_*nobu2016-05-311-2/+2
* Sync trunkZachary Scott2016-02-021-0/+1
* Merge trunk upstreamZachary Scott2015-11-131-3/+2
* Fix warnings in testZachary Scott2015-09-241-2/+3
* Sync with ruby trunkZachary Scott2015-09-231-1/+1
* Upstream ruby/ruby@9f9034bba196233607d62442eebf401eca4f2257Zachary Scott2015-02-091-1/+6
* Sync tests with trunkZachary Scott2015-01-061-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+255