ssl-utils: dissect the certificate type TLS extension
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Apr 2014 08:45:41 +0000 (10:45 +0200)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 30 May 2014 17:54:55 +0000 (17:54 +0000)
commit584b81372b70f3fbb28e35df145215778b0d6663
tree026be0210aa06fd3f726439e655e3ae113cfa3e0
parent419ea28960b54ceade6216b4b9b302b6d4de1e70
ssl-utils: dissect the certificate type TLS extension

This analyses the certificate type extensions and then stores the
certificate type in the ssl session. This way we can later show the
certificate in the correct from.

This is described in this draft:
https://tools.ietf.org/html/draft-ietf-tls-oob-pubkey-11

Change-Id: Ifdda165807bc29f1fc138da000a9a538ecd18b6e
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Reviewed-on: https://code.wireshark.org/review/1371
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
epan/dissectors/packet-dtls.c
epan/dissectors/packet-ssl-utils.c
epan/dissectors/packet-ssl-utils.h
epan/dissectors/packet-ssl.c