Sha256: 9a0bd9609c4edb0a72f4116e63d37172c0a5c4312c0352aa1607b1b14ac69de7

Contents?: true

Size: 567 Bytes

Versions: 69

Compression:

Stored size: 567 Bytes

Contents

# encoding: ASCII-8BIT

require 'common'
require 'transport/hmac/test_md5'
require 'net/ssh/transport/hmac/md5_96'

module Transport; module HMAC

  class TestMD5_96 < TestMD5
    def test_expected_mac_length
      assert_equal 12, subject.mac_length
      assert_equal 12, subject.new.mac_length
    end

    def test_expected_digest
      hmac = subject.new("1234567890123456")
      assert_equal "\275\345\006\307y~Oi\035<.\341", hmac.digest("hello world")
    end

    private

      def subject
        Net::SSH::Transport::HMAC::MD5_96
      end
  end

end; end

Version data entries

69 entries across 59 versions & 9 rubygems

Version Path
net-ssh-2.9.4 test/transport/hmac/test_md5_96.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/net-ssh-3.0.2/test/transport/hmac/test_md5_96.rb
net-ssh-3.0.2 test/transport/hmac/test_md5_96.rb
net-ssh-3.0.2.rc1 test/transport/hmac/test_md5_96.rb
net-ssh-2.9.4.rc1 test/transport/hmac/test_md5_96.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/net-ssh-3.0.1/test/transport/hmac/test_md5_96.rb
net-ssh-3.0.1 test/transport/hmac/test_md5_96.rb
net-ssh-3.0.1.rc1 test/transport/hmac/test_md5_96.rb
net-ssh-3.0.0.rc1 test/transport/hmac/test_md5_96.rb
net-ssh-2.10.1.rc2 test/transport/hmac/test_md5_96.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/net-ssh-2.9.2/test/transport/hmac/test_md5_96.rb
net-ssh-2.10.1.rc1 test/transport/hmac/test_md5_96.rb
net-ssh-2.10.0.beta2 test/transport/hmac/test_md5_96.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/net-ssh-2.9.2/test/transport/hmac/test_md5_96.rb
net-ssh-2.10.0.beta1 test/transport/hmac/test_md5_96.rb
net-ssh-2.9.3.beta1 test/transport/hmac/test_md5_96.rb
net-ssh-2.9.2 test/transport/hmac/test_md5_96.rb
net-ssh-2.9.2.rc3 test/transport/hmac/test_md5_96.rb
net-ssh-2.9.2.rc2 test/transport/hmac/test_md5_96.rb
net-ssh-2.9.2.rc1 test/transport/hmac/test_md5_96.rb