Wireshark-commits: [Wireshark-commits] master 0136326: QUIC: initial draft-10 decryption support
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01363266c1e019884036f286b1a27ea20082048b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0136326 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: initial draft-10 decryption support
Drop support for draft -08 and draft -09, add support for draft -10
handshake decryption only (requires a new salt as well as a HKDF label
change). Fixed a bug in qhkdf_expand (swapped length and "QUIC " label)
which affects KeyUpdate (which was initially untested).
Bug: 13881
Change-Id: I5f3e2fe71ef0fd929d3271ecea3a8870f90e3934
Reviewed-on: https://code.wireshark.org/review/26992
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6a45dcd dfilter: require spaces as set element separator
adds 0136326 QUIC: initial draft-10 decryption support
Summary of changes:
epan/dissectors/packet-quic.c | 180 +++++++++++++++++-------------------------
1 file changed, 73 insertions(+), 107 deletions(-)