summaryrefslogtreecommitdiff
path: root/test/transport/test_cipher_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-17/+17
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+0
* Delete RC4 test in test_cipher_factoryjmutkawoa2019-03-231-56/+0
* Updated rubocopMiklos Fazekas2018-03-211-51/+50
* Fix aes in case of resetMiklos Fazekas2018-02-061-9/+55
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-2/+1
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-7/+7
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Remove camellia chipher suiteMiklos Fazekas2016-03-191-119/+0
* Fix encoding issues with Ruby 2.0 (#87).Vít Ondruch2013-03-081-0/+2
* implement many algorithmsRyosuke Yamazaki2012-03-261-27/+255
* Added encryption and decryption tests for arcfour128/256/512delano2009-08-101-1/+31
* Added tests for arcfour lengthsdelano2009-08-101-0/+12
* tests all pass with ruby19Jamis Buck2008-09-061-8/+16
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* change iv/key for better code coverageJamis Buck2007-08-131-10/+10
* cipher factory testsJamis Buck2007-08-131-0/+164