index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
openssl
/
test_cipher.rb
Age
Commit message (
Expand
)
Author
2022-12-13
[ruby/openssl] Allow empty string to OpenSSL::Cipher#update
Yusuke Nakamura
2021-12-20
[ruby/openssl] cipher: update test_ciphers
Kazuki Yamaguchi
2021-03-16
test/openssl/test_cipher: skip AES-CCM tests on OpenSSL <= 1.1.1b
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] User lower case cipher names for maximum compatibility
Bart de Water
2021-03-16
[ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphers
Spencer McIntyre
2020-05-13
[ruby/openssl] Look up cipher by name instead of constant
Bart de Water
2020-05-13
[ruby/openssl] Look up digest by name instead of constant
Bart de Water
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2018-05-12
openssl: merge changes in v2.1.1
rhe
2017-11-25
openssl: import v2.1.0.beta2
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-12-01
openssl: import fixes from upstream
rhe
2016-11-30
openssl: import v2.0.0
rhe
2016-08-29
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-05-25
openssl: drop OpenSSL 0.9.6/0.9.7 support
rhe
2016-05-24
openssl: make Cipher#key= and #iv= reject too long values
rhe
2016-05-18
openssl: clear OpenSSL error queue before return to Ruby
rhe
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-02-19
test: use assert_not_*
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-02-13
test_cipher.rb: ignore wrap mode erros
nobu
2015-02-12
test_cipher.rb: show cipher name
nobu
2015-02-06
test_cipher.rb: OpenSSL 1.0.2
nobu
2014-12-13
test/openssl: skip old OpenSSL
nobu
2013-11-14
* test/openssl/test_cipher.rb (test_aes_gcm_wrong_tag): Don't use
akr
2013-04-18
* test/openssl/test_cipher.rb: Correct a typo
naruse
2012-12-20
* remove trailing spaces.
nobu
2012-12-20
* ext/openssl/ossl_cipher.c: add support for Authenticated Encryption
emboss
2012-11-29
* test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode test
nahi
2011-09-20
Skip patented algorithms: IDEA and RC5 on NetBSD.
naruse
2011-07-28
* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possible
nahi
2011-02-05
* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr
nobu
2010-12-11
refactor load error rescue to the openssl util file
tenderlove
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2006-05-08
* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.
gotoyuzo
2005-10-30
* ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must
gotoyuzo
2004-06-30
* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,
gotoyuzo