aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_cipher.rb
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-05-051-32/+30
* test: use assert_not_*nobu2016-02-191-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_cipher.rb: ignore wrap mode errosnobu2015-02-131-4/+1
* test_cipher.rb: show cipher namenobu2015-02-121-1/+4
* test_cipher.rb: OpenSSL 1.0.2nobu2015-02-061-1/+6
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+1
* * test/openssl/test_cipher.rb (test_aes_gcm_wrong_tag): Don't useakr2013-11-141-1/+2
* * test/openssl/test_cipher.rb: Correct a typonaruse2013-04-181-3/+3
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-201-4/+137
* * test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode testnahi2012-11-291-0/+15
* Skip patented algorithms: IDEA and RC5 on NetBSD.naruse2011-09-201-0/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-0/+9
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-0/+5
* refactor load error rescue to the openssl util filetenderlove2010-12-111-5/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-1/+1
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-081-5/+33
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-301-0/+5
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-0/+62