Bump cfssl to 56268a6
This commit is contained in:
4
vendor/github.com/cloudflare/cfssl/scan/tls_handshake.go
generated
vendored
4
vendor/github.com/cloudflare/cfssl/scan/tls_handshake.go
generated
vendored
@@ -2,13 +2,13 @@ package scan
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/tls"
|
||||
"errors"
|
||||
"fmt"
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"github.com/cloudflare/cfssl/helpers"
|
||||
"github.com/cloudflare/cfssl/scan/crypto/tls"
|
||||
)
|
||||
|
||||
// Sentinel for failures in sayHello. Should always be caught.
|
||||
@@ -19,7 +19,7 @@ var TLSHandshake = &Family{
|
||||
Description: "Scans for host's SSL/TLS version and cipher suite negotiation",
|
||||
Scanners: map[string]*Scanner{
|
||||
"CipherSuite": {
|
||||
"Determines host's cipher suites accepted and prefered order",
|
||||
"Determines host's cipher suites accepted and preferred order",
|
||||
cipherSuiteScan,
|
||||
},
|
||||
"SigAlgs": {
|
||||
|
Reference in New Issue
Block a user