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
- Host: GitHub
- URL: https://github.com/getlantern/tlsdialer
- Owner: getlantern
- License: apache-2.0
- Created: 2014-09-03T16:34:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T15:11:47.000Z (over 1 year ago)
- Last Synced: 2025-08-14T21:14:48.931Z (10 months ago)
- Language: Go
- Size: 109 KB
- Stars: 3
- Watchers: 18
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tlsdialer [](https://travis-ci.org/getlantern/tlsdialer) [](https://coveralls.io/r/getlantern/tlsdialer) [](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).