chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xdh.c: New module defining elliptic curve Diffie--Hellman functions.
[secnet]
/
secnet-wireshark.lua
diff --git
a/secnet-wireshark.lua
b/secnet-wireshark.lua
index 2a6761d12c7876279efb1fc69e0915e633462fd1..b9c42b8b748b2b290ea34fb4410b5c17a9db2381 100644
(file)
--- a/
secnet-wireshark.lua
+++ b/
secnet-wireshark.lua
@@
-226,6
+226,10
@@
local CAPTAB = {
desc = "Serpent256-EAX transform" },
[10] = { name = "tradzp", kind = "dhgroup",
desc = "Traditional Z_p Diffie--Hellman key agreement" },
desc = "Serpent256-EAX transform" },
[10] = { name = "tradzp", kind = "dhgroup",
desc = "Traditional Z_p Diffie--Hellman key agreement" },
+ [11] = { name = "x25519", kind = "dhgroup",
+ desc = "X25519 elliptic curve Diffie--Hellman key agreement" },
+ [12] = { name = "x448", kind = "dhgroup",
+ desc = "X448 elliptic curve Diffie--Hellman key agreement" },
[31] = { name = "mobile-priority", kind = "early",
desc = "Mobile site takes priority in case of MSG1 crossing" }
}
[31] = { name = "mobile-priority", kind = "early",
desc = "Mobile site takes priority in case of MSG1 crossing" }
}