Wireshark-commits: [Wireshark-commits] master 2a832c8: ssh decryption: load logged keys and compute
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a832c8a8c44c2a54936176e69172f8b14d3d828
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2a832c8 by Rasmus Jonsson (wasmus@xxxxxx):
ssh decryption: load logged keys and compute symmetric keys
Load private key exchange keys (curve25519-sha256) provided by the user
Find matching public keys in the dissected data
Compute symmetric keys for decrypting encrypted Transport Layer Protocol
data
Bug: 16054
Change-Id: I83481bff6b1206ce222b0120ad9021e1607f7f97
Reviewed-on: https://code.wireshark.org/review/37936
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c931f0d Fix most remaining detected cases where item with wrong type is used.
add 2a832c8 ssh decryption: load logged keys and compute symmetric keys
Summary of changes:
epan/dissectors/packet-ssh.c | 534 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 521 insertions(+), 13 deletions(-)