Socket
Book a DemoInstallSign in
Socket

sslshake

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sslshake

bundlerRubygems
Version
1.3.1
Version published
Maintainers
1
Created
Source

sslshake

Tiny Ruby library to simulate SSL and TLS handshakes. Independent of OpenSSL. Supports SSLv2, SSLv3, TLS 1.0 - 1.2.

Requirements

  • Ruby v1.9.3+

Usage

require 'sslshake'
SSLShake.hello('my.host', port: 4443, protocol: 'tls1.2')

Test (requires Docker)

bundle install
bundle exec test/accuracy/test.rb

License

MPLv2, see https://www.mozilla.org/en-US/MPL/2.0/

FAQs

Package last updated on 14 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts