summaryrefslogtreecommitdiff
path: root/test/transport/test_algorithms.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated rubocopMiklos Fazekas2018-03-211-123/+123
* Move `none` cipher to end of cipher listBrian Cain2017-06-081-6/+6
* s/langauge/language/Akira Matsuda2017-02-101-1/+1
* Fixed string interpolation issue (#483)Mark Hughes2017-01-071-4/+37
* Merge pull request #470 from clupprich/support-parse-plus-in-configsMiklós Fazekas2016-12-191-0/+5
|\
| * Add back check for unsupported algorithms in all casesChristoph Lupprich2016-12-181-1/+1
| * Correctly parse '+' in config filesChristoph Lupprich2016-12-171-0/+5
* | Rubocop update to 0.46.0Miklos Fazekas2016-12-151-4/+6
|/
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-38/+38
* Added ssh-ed25519 to HostKeys algorithmsMiklos Fazekas2016-12-111-6/+18
* Adds minimum_dh_bits option.Aaron Bedra2016-05-051-0/+1
* Make rbnacl dependency optionalMiklos Fazekas2016-05-021-1/+1
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Remove camellia chipher suiteMiklos Fazekas2016-03-191-6/+6
* Fixed tests added option to append all supported algorithmsMiklos Fazekas2015-03-051-17/+21
* Removed unsupported curve25519-sha256@libsshMiklos Fazekas2015-01-071-1/+1
* Revert aes-gcm @ opensslrevert_aes_gcmMiklos Fazkeas2014-11-111-6/+6
* removed unimplemented hmac, host_key and we now warn instead of fail for unim...Miklos Fazkeas2014-10-031-38/+33
* correct possible typo.Miah Johnson2014-07-161-2/+2
* Adapt test for new ciphers #3chr4-new-ciphersChris Aumann2014-04-171-6/+6
* Adapt test for new ciphers #2Chris Aumann2014-04-171-8/+8
* Adapt test for new ciphers #1Chris Aumann2014-04-161-8/+7
* implement many algorithmsRyosuke Yamazaki2012-03-261-19/+41
* add diffie-hellman-group-exchange-sha256 supportRyosuke Yamazaki2011-12-161-4/+4
* add tests (arcfour{128,256,512} and hmac-sha2-*)Ryosuke Yamazaki2011-12-151-9/+15
* Fix "ArgumentError: assertion message must be String or Proc"Musy Bite2011-08-221-2/+2
* All tests passdelano2009-06-081-5/+5
* add support for :user_known_hosts_file and :global_known_hosts_fileJamis Buck2008-03-221-1/+1
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* authentication session testsJamis Buck2007-08-141-1/+1
* cipher factory testsJamis Buck2007-08-131-4/+0
* algorithms tests "done"Jamis Buck2007-08-131-7/+83
* start testing the algorithm negotiation codeJamis Buck2007-08-131-0/+231