Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/sfreiberg/ssl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sfreiberg/ssl

  • v1.2.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

SSL

About

SSL is a simple command line utility to get common information from an SSL/TLS endpoint. For example if you want to find out when a cert expires. An example is show below in the Usage section. All of this information is available via other tools but ssl is very simple with no arcane syntax to remember.

Releases

Binary releases for common platforms are available on the Github releases page.

Example

$ ssl google.com gmail.com
google.com:443
  Expired:	false
  Start:	2019-03-01 09:43:57 +0000 UTC
  End:		2019-05-24 09:25:00 +0000 UTC
  Valid Host:	true
  Version:	TLS 3.0
  Cipher Suite:	ECDHE_ECDSA/AES_128_GCM/SHA256
gmail.com:443
  Expired:	false
  Start:	2019-03-01 09:28:34 +0000 UTC
  End:		2019-05-24 09:24:00 +0000 UTC
  Valid Host:	true
  Version:	TLS 3.0
  Cipher Suite:	ECDHE_RSA/AES_128_GCM/SHA

Limitations

SSL does not currently report all possible SSL/TLS ciphers. Only the cipher that the client/server agreed upon.

FAQs

Package last updated on 09 Apr 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc