Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CipherscanCiphersuite ¶
type CipherscanCiphersuite struct { Cipher string `json:"cipher"` Protocols []string `json:"protocols"` PubKey []string `json:"pubkey"` SigAlg []string `json:"sigalg"` Trusted string `json:"trusted"` TicketHint string `json:"ticket_hint"` OCSPStapling string `json:"ocsp_stapling"` PFS string `json:"pfs"` Curves []string `json:"curves"` }
type CipherscanOutput ¶
type CipherscanOutput struct { Target string `json:"target"` IP string `json:"ip"` Timestamp string `json:"utctimestamp"` ServerSide string `json:"serverside"` CurvesFallback string `json:"curves_fallback"` CipherSuites []CipherscanCiphersuite `json:"ciphersuite"` }
func (CipherscanOutput) Stored ¶
func (s CipherscanOutput) Stored() (Stored, error)
Stored creates a Stored struct from the CipherscanOutput struct
type Ciphersuite ¶
type Ciphersuite struct { Cipher string `json:"cipher"` Code uint64 `json:"code"` Protocols []string `json:"protocols"` PubKey float64 `json:"pubkey"` SigAlg string `json:"sigalg"` TicketHint string `json:"ticket_hint"` OCSPStapling bool `json:"ocsp_stapling"` PFS string `json:"pfs"` Curves []string `json:"curves"` }
type NoTLSConnErr ¶
type NoTLSConnErr string
func (NoTLSConnErr) Error ¶
func (f NoTLSConnErr) Error() string
Click to show internal directories.
Click to hide internal directories.