mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
re-sync TLS ciphersuite names that changed in r34683
This commit is contained in:
parent
8e0a9e5d53
commit
6a38678b56
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue