Sha256: b9644e7b2dd257e3bcce81116279d68bee4abac9b11a24f0541033b355af73f2

Contents?: true

Size: 372 Bytes

Versions: 123

Compression:

Stored size: 372 Bytes

Contents

module Net; module SSH; module Transport; module Kex

  # A key-exchange service implementing the "ecdh-sha2-nistp256"
  # key-exchange algorithm. (defined in RFC 5656)
  class EcdhSHA2NistP384 < EcdhSHA2NistP256
    def digester
      OpenSSL::Digest::SHA384
    end
    def curve_name
      OpenSSL::PKey::EC::CurveNameAlias['nistp384']
    end
  end
end; end; end; end

Version data entries

123 entries across 110 versions & 13 rubygems

Version Path
net-ssh-3.2.0 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.2.0.rc2 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.2.0.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-4.0.0.alpha4 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-4.0.0.alpha3 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-4.0.0.alpha2 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.1.1 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-4.0.0.alpha1 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.1.0 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.1.0.rc2 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.1.0.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.1.0.beta3 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.1.0.beta2 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/net-ssh-2.9.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/net-ssh-2.9.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/net-ssh-2.9.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-2.9.4 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.0.2 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
net-ssh-3.0.2.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb