URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a832c8a8c44c2a54936176e69172f8b14d3d828
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

2a832c8 by Rasmus Jonsson (was...@zom.bi):

    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.broma...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to