summaryrefslogtreecommitdiff
path: root/test/transport/test_packet_stream.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-1/+1
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+0
* Add sha2-{256,512}-etm@openssh.com MAC algorithmsHans de Graaff2019-09-171-0/+120
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-221-274/+272
* removing arcfour in test_packet_streamjmutkawoa2019-03-231-192/+0
* Add timeout to blocking next_packet IO.selectMatthew M. Boedicker2018-09-051-0/+5
* Updated rubocopMiklos Fazekas2018-03-211-269/+269
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-1/+1
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-6/+6
* non blocking next_packet shall return the available data before raising disco...Miklos Fazekas2016-08-141-1/+17
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Remove camellia chipher suiteMiklos Fazekas2016-03-191-576/+0
* Remove spacealpaca-tc2016-01-081-0/+1
* Testing 2.3.0alpaca-tc2016-01-081-2/+1
* require timeout in test_packet_streamCarl Hörberg2015-05-261-0/+1
* Merge pull request #176 from mikz/fix-duplicated-known-hosts-with-proxyDelano Mandelbaum2014-08-241-0/+6
|\
| * Fix duplicating entries in known_hosts when using proxy commandMichal Cichra2014-07-311-0/+6
* | Disabled enqueue packet test for ciphers with no packet dataMiklos Fazkeas2014-08-221-1/+1
|/
* Fix encoding issues with Ruby 2.0 (#87).Vít Ondruch2013-03-081-0/+2
* Handle SSH messages that contain multibyte characters.Martin Emde2012-06-051-0/+8
* implement many algorithmsRyosuke Yamazaki2012-03-261-0/+1009
* add tests (arcfour{128,256,512} and hmac-sha2-*)Ryosuke Yamazaki2011-12-151-85/+373
* wipdelano2010-08-251-0/+7
* Skip packet stream tests for arcfourdelano2009-08-101-2/+8
* tests all pass with ruby19Jamis Buck2008-09-061-0/+2
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* packet stream testsJamis Buck2007-08-131-0/+434