@@ -28,8 +28,8 @@ type Config struct {
//Plugins
}
-// List of encryption types that have been deemed weak.
const (
+ // List of encryption types that have been deemed weak.
WEAK_ETYPE_LIST = "des-cbc-crc des-cbc-md4 des-cbc-md5 des-cbc-raw des3-cbc-raw des-hmac-sha1 arcfour-hmac-exp rc4-hmac-exp arcfour-hmac-md5-exp des"
)