]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: add lua functions for certificate validity dates
authorMats Klepsland <mats.klepsland@gmail.com>
Tue, 20 Oct 2015 14:03:04 +0000 (16:03 +0200)
committerVictor Julien <victor@inliniac.net>
Sun, 25 Sep 2016 20:35:34 +0000 (22:35 +0200)
commitcad638697d5ba22b5a5903c8dcf22b8f35a1409c
tree7f8f910939b02c31b03ca2bf934193adce443b5c
parent67ea82152179c604daf2ac9dae0d09dc16e961e1
lua: add lua functions for certificate validity dates

Add functions TlsGetCertNotBefore and TLSGetCertNotAfter to get notBefore
and notAfter fields from TLS certificate in lua scripts.
src/util-lua-tls.c