https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2681
Summary: glithes in current ssl decrypt code
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: All
Status: NEW
Severity: Minor
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: paolo.abeni@xxxxxxxx
Paolo Abeni <paolo.abeni@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1960| |review_for_checkin?
Flag| |
Created an attachment (id=1960)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=1960)
fix for decribe issues
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
- the StringInfo allocator may fail when a 0 data length is requested
- many wrong values into the cipher_suites table
- duplicated code for ssl session state checking before each
ssl_generate_keyring_material() call
- missing initialization of 'server_data_for_iv.data_len' and
'client_data_for_iv.data_len' in ssl_session_init()
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.