URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7db56060b262cdaa87f91321fff83e133241bf01
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
7db5606 by Hauke Mehrtens (hauke@xxxxxxxxxx):
ssl/dtls: add support for Raw Public keys
Instead of X.509 certificates now also Raw public keys are supported
and shown correctly.
This is described in this draft:
https://tools.ietf.org/html/draft-ietf-tls-oob-pubkey-11
Change-Id: Ibe7610aace31a19791b02e71ccd8d9ceb8cf979d
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/1372
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit a8e6d128ab85da609915b92f3d9e370203b67131)
Reviewed-on: https://code.wireshark.org/review/2999
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 615b70a GTP: allow empty Data Record Packet IE
adds 7db5606 ssl/dtls: add support for Raw Public keys
Summary of changes:
epan/dissectors/packet-dtls.c | 36 ++++++++++++++++++++++++------------
epan/dissectors/packet-ssl-utils.c | 2 +-
epan/dissectors/packet-ssl-utils.h | 1 +
epan/dissectors/packet-ssl.c | 35 ++++++++++++++++++++++++-----------
4 files changed, 50 insertions(+), 24 deletions(-)