re-added SSL3.0 to envelope
This commit is contained in:
parent
e4e75cf975
commit
33c7d9338e
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ func (env *Envelope) AddReceivedLine(peer Peer) {
|
|||
tlsDetails := ""
|
||||
|
||||
tlsVersions := map[uint16]string{
|
||||
0x300: "SSL3.0",
|
||||
tls.VersionTLS10: "TLS1.0",
|
||||
tls.VersionTLS11: "TLS1.1",
|
||||
tls.VersionTLS12: "TLS1.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue