URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d45bd7cb2424d4f99924aacf415c92cd7e61329a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d45bd7c by Peter Wu (peter@xxxxxxxxxxxxx):
Move hkdf_extract to wsgcrypt.h
HKDF-Extract is not used in TLS, but in QUIC. For reuse in OSCORE, move
it to wsutil. Adjust comments slightly to emphasize precondition.
Change-Id: I5105e7416037697b383ad58f62be285c2b7ab8b7
Reviewed-on: https://code.wireshark.org/review/25802
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Mališa Vučinić <malishav@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 7ae954c steam-ihs: Add dissector for the Steam IHS Discovery Protocol
adds d45bd7c Move hkdf_extract to wsgcrypt.h
Summary of changes:
epan/dissectors/packet-ssl-utils.h | 11 -----------
wsutil/wsgcrypt.h | 12 ++++++++++++
2 files changed, 12 insertions(+), 11 deletions(-)