URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c529e9110a211bc445a94c2ed68acc14fe108384
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c529e91 by Peter Wu (peter@xxxxxxxxxxxxx):
TLS: add Signed Certificate Timestamp support (RFC 6962)
Adds support for dissecting the Signed Certificate Timestamp List
in the TLS Hello, X.509v3 Certificate and OCSP Response extensions.
Tested with tls-sct.pcap (TLS extension, OCSP) and x509-sct.pcap (cert).
Bug: 13372
Change-Id: I127dbf5cfe9a8dd9ed13741322273c4841b0f582
Reviewed-on: https://code.wireshark.org/review/20110
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 23d3a30 ssl-utils: refactor DigitallySigned
adds c529e91 TLS: add Signed Certificate Timestamp support (RFC 6962)
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 91 ++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ssl-utils.h | 65 +++++++++++++++++++++++++-
epan/dissectors/packet-ssl.c | 18 +++++++
3 files changed, 172 insertions(+), 2 deletions(-)