An open API service indexing awesome lists of open source software.

https://github.com/getlantern/tlsdialer

Fork of crypto/tls.Dial and DialWithDialer
https://github.com/getlantern/tlsdialer

Last synced: 8 months ago
JSON representation

Fork of crypto/tls.Dial and DialWithDialer

Awesome Lists containing this project

README

          

tlsdialer [![Travis CI Status](https://travis-ci.org/getlantern/tlsdialer.svg?branch=master)](https://travis-ci.org/getlantern/tlsdialer) [![Coverage Status](https://coveralls.io/repos/getlantern/tlsdialer/badge.png)](https://coveralls.io/r/getlantern/tlsdialer) [![GoDoc](https://godoc.org/github.com/getlantern/tlsdialer?status.png)](http://godoc.org/github.com/getlantern/tlsdialer)
==========
package tlsdialer contains a customized version of crypto/tls.Dial that allows
control over whether or not to send the ServerName extension in the client
handshake.

v2 is the current version. Import and doc information on
[gopkg.in](http://gopkg.in/getlantern/tlsdialer.v2).