[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-08-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 jerome.h...@planete-sciences.org changed: What|Removed |Added CC|

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-08-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #19 from Gerrit Code Review --- Change 38109 had a related patch set uploaded by Rasmus Jonsson: ssh: add decryption for aes128-...@openssh.com https://code.wireshark.org/review/38109 -- You are receiving this mail because:

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-08-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #18 from Gerrit Code Review --- Change 37936 merged by Anders Broman: ssh decryption: load logged keys and compute symmetric keys https://code.wireshark.org/review/37936 -- You are receiving this mail because: You are

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-07-31 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #17 from Gerrit Code Review --- Change 38002 had a related patch set uploaded by Rasmus Jonsson: ssh: add dissection for Transport Layer Protocol https://code.wireshark.org/review/38002 -- You are receiving this mail

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-07-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #16 from Rasmus Jonsson --- Created attachment 17905 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17905=edit SSH decryption keylog patch capture & extracted keys These files can be used to test this patch:

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-04-30 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #15 from Eugene Adell --- (In reply to Rasmus Jonsson from comment #13) > I (or rather, the students who were working on SSH decryption) had to change > the OpenSSH source code to allow the enabling of the NONE cipher. 3 lines

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-04-29 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #14 from Eugene Adell --- (In reply to Rasmus Jonsson from comment #13) > (In reply to Eugene Adell from comment #11) > > Could you please also attach your capture here ? > > I've uploaded one. It's interesting, thanks. I

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-04-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #12 from Rasmus Jonsson --- Created attachment 17737 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17737=edit SSH session capture (NONE cipher) -- You are receiving this mail because: You are watching all bug

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-04-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #13 from Rasmus Jonsson --- (In reply to Eugene Adell from comment #11) > May I ask how you enable the NONE cipher ? Even by compiling OpenSSH 4.0 > which is 15 years old, it doesn't want to hear about this. I (or rather, the

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-04-25 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 Eugene Adell changed: What|Removed |Added CC||eugene.ad...@gmail.com ---

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-03-19 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #10 from cen --- I totally forgot about the loopback adapter, thanks for the hint. Might be a good idea to mention this use case on the SSH documentation page for drive by readers like me. -- You are receiving this mail

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-03-18 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #9 from Peter Wu --- This request has come up several times over the past, but there was just no bug tracking it. I am sure it'll be progress further now given the amount of interest for this project in GSoC2020. Your

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-03-18 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 cen changed: What|Removed |Added CC||cen.is.i...@gmail.com --- Comment #8 from

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-02-25 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #7 from Peter Wu --- The class has ended, but the patches have not been merged since there were some open issues that have never been addressed. It is currently a proposed project for GSoC 2020:

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-02-24 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 Rasmus Jonsson changed: What|Removed |Added CC||was...@zom.bi --- Comment #6

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2020-01-06 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 Dario Lombardo changed: What|Removed |Added CC||lom...@gmail.com -- You are

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2019-12-09 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #5 from Gerrit Code Review --- Change 35376 had a related patch set uploaded by Tyman Sin: SSH: Add dissection for unencrypted packets https://code.wireshark.org/review/35376 -- You are receiving this mail because: You are

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2019-12-09 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #4 from Peter Wu --- The intention was to develop a mechanism similar to the SSLKEYLOGFILE mechanism for TLS implementations. Right now there is no implementation that writes the ephemeral Diffie-Hellman secret (or the derived

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2019-12-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #3 from Guy Harris --- (In reply to Guy Harris from comment #2) > (In reply to Peter Wu from comment #0) > > Build Information: > > Paste the COMPLETE build information from "Help->About Wireshark", > > "wireshark -v", or

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2019-12-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #2 from Guy Harris --- (In reply to Peter Wu from comment #0) > Build Information: > Paste the COMPLETE build information from "Help->About Wireshark", > "wireshark -v", or "tshark -v". > -- > It would be nice to see the

[Wireshark-bugs] [Bug 16054] Add SSH decryption support

2019-12-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054 --- Comment #1 from Gerrit Code Review --- Change 35366 had a related patch set uploaded by Evan Welsh: [WIP] Add SSH Decryption to Wireshark. https://code.wireshark.org/review/35366 -- You are receiving this mail because: You are