From 6a38678b567593a6734dcc2aad2cc677d17786db Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 23 Jun 2015 00:08:58 +0000 Subject: [PATCH] re-sync TLS ciphersuite names that changed in r34683 --- nselib/tls.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nselib/tls.lua b/nselib/tls.lua index 28422c315..8716f9cf5 100644 --- a/nselib/tls.lua +++ b/nselib/tls.lua @@ -656,28 +656,28 @@ local cipher_info_cache = { hash = "SHA", draft = true }, - ["TLS_GOSTR341094_WITH_28147_CNT_IMIT"] = { + ["TLS_GOSTR341094_WITH_28147_CNT_IMIT-draft"] = { kex = "GOSTR341094", server_auth = "GOSTR341094", cipher = "GOST28147", hash = "IMIT_GOST28147", draft = true }, - ["TLS_GOSTR341001_WITH_28147_CNT_IMIT"] = { + ["TLS_GOSTR341001_WITH_28147_CNT_IMIT-draft"] = { kex = "GOSTR341001", server_auth = "GOSTR341001", cipher = "GOST28147", hash = "IMIT_GOST28147", draft = true }, - ["TLS_GOSTR341094_WITH_NULL_GOSTR3411"] = { + ["TLS_GOSTR341094_WITH_NULL_GOSTR3411-draft"] = { kex = "GOSTR341094", server_auth = "GOSTR341094", cipher = "NULL", hash = "HMAC_GOSTR3411", draft = true }, - ["TLS_GOSTR341001_WITH_NULL_GOSTR3411"] = { + ["TLS_GOSTR341001_WITH_NULL_GOSTR3411-draft"] = { kex = "GOSTR341001", server_auth = "GOSTR341001", cipher = "NULL",