FiloSottile / FiloSottile/Heartbleed
TLS 1.1 only sites throw EOF errors
Open
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 451
- PR merge metrics
- No merged PRs in 30d
Description
If a site doesn't support TLS 1.2, then the Heartbleed script throws an EOF error. This seems to be because the go crypto TLS package is built to implement TLS 1.2.
http://golang.org/pkg/crypto/tls/
Contributor guide
Assessment
This issue has not been assessed yet.