]> git.ipfire.org Git - people/ms/suricata.git/commit
TLS handshake: decode the SERVER_CERTIFICATE message
authorPierre Chifflier <pierre.chifflier@ssi.gouv.fr>
Fri, 4 Nov 2011 17:18:45 +0000 (18:18 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 19 Mar 2012 11:12:24 +0000 (12:12 +0100)
commit4be65fd0162fa3ba6381629a980cca1452f7ea2e
tree2dfe92142df44f824a55a3c34701cd70b53e664a
parentf77fcdb3e8df731a4d1d642b1da8eb9f242fd1db
TLS handshake: decode the SERVER_CERTIFICATE message

Add a decoder for the SERVER_CERTIFICATE during a TLS handshake, extracts the
certificates and keep the subject name.
Add the tls.subject keyword for substring match in rules (TLS layer).

Signed-off-by: Pierre Chifflier <pierre.chifflier@ssi.gouv.fr>
src/Makefile.am
src/app-layer-ssl.c
src/app-layer-ssl.h
src/app-layer-tls-handshake.c [new file with mode: 0644]
src/app-layer-tls-handshake.h [new file with mode: 0644]
src/detect-tls.c [new file with mode: 0644]
src/detect-tls.h [new file with mode: 0644]
src/detect.c
src/detect.h