Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CipherDataBin string
View Source
var CipherSecLevel map[string]string = map[string]string{}
CipherSecLevel contains cipher and its security level Source: https://ciphersuite.info/
Functions ¶
func GetInSecureCipherSuites ¶
func GetInSecureCipherSuites() []string
GetInSecureCipherSuites returns Ciphers with status `Insecure`. Insecure Ciphers either uses no authentication at all or does not provide confidentiality Ex: https://ciphersuite.info/cs/TLS_NULL_WITH_NULL_NULL/
func GetSecureCipherSuites ¶
func GetSecureCipherSuites() []string
GetSecureCiphers returns Ciphers with status `Recommended` and `Secure` Ex: https://ciphersuite.info/cs/TLS_AES_128_CCM_8_SHA256/
func GetWeakCipherSuites ¶
func GetWeakCipherSuites() []string
GetWeakCipherSuites returns Ciphers with status `Weak`. Weak Cipher suites use algorithms that are proven to be weak or can be broken Ex: https://ciphersuite.info/cs/TLS_RSA_WITH_AES_256_CBC_SHA/
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.