[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.1.2-78-gf1b550d

OISF Git noreply at openinfosecfoundation.org
Thu Sep 22 07:26:36 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".

The branch, master has been updated
       via  f1b550d9732ee41fc81288cc2e89ca1ebda3a096 (commit)
       via  20b41567d99003a1c9b07c4d61dd6aec06270408 (commit)
       via  4172c4c8acbb94a9f2e4ca6614cd03aef77a7b67 (commit)
       via  9b2717799cc4eaa86e1c8d81be451e009961d822 (commit)
      from  f1117ba2dcdf5ef4a8fcd6ec010b6ea1bb98622f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f1b550d9732ee41fc81288cc2e89ca1ebda3a096
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Mon Aug 8 10:04:17 2016 +0200

    tls: add unit tests for tls_cert_issuer

commit 20b41567d99003a1c9b07c4d61dd6aec06270408
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Mon Aug 8 09:52:51 2016 +0200

    tls: add unit tests for tls_cert_subject

commit 4172c4c8acbb94a9f2e4ca6614cd03aef77a7b67
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Thu Jul 21 10:28:33 2016 +0200

    tls: add (mpm) keyword tls_cert_subject
    
    This keyword is a replacement for tls.subject.

commit 9b2717799cc4eaa86e1c8d81be451e009961d822
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Thu Jul 21 09:24:40 2016 +0200

    tls: add (mpm) keyword tls_cert_issuer
    
    This keyword is a replacement for tls.issuerdn.

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am                                    |   2 +
 src/detect-engine-analyzer.c                       |   4 +
 src/detect-engine-content-inspection.h             |   2 +
 src/detect-engine-mpm.c                            |   6 +-
 src/detect-engine-state.h                          |   6 +-
 src/detect-engine-tls.c                            | 198 +++++++++
 src/detect-engine-tls.h                            |  10 +
 src/detect-engine.c                                |  17 +
 src/detect-fast-pattern.c                          |  14 +-
 src/detect-parse.c                                 |   8 +
 src/detect-tls-cert-issuer.c                       | 455 +++++++++++++++++++++
 src/{detect-tls-sni.h => detect-tls-cert-issuer.h} |  12 +-
 src/detect-tls-cert-subject.c                      | 454 ++++++++++++++++++++
 ...{detect-tls-sni.h => detect-tls-cert-subject.h} |  12 +-
 src/detect.c                                       |  27 +-
 src/detect.h                                       |  12 +-
 src/suricata-common.h                              |   2 +
 src/util-profiling.c                               |   2 +
 18 files changed, 1216 insertions(+), 27 deletions(-)
 create mode 100644 src/detect-tls-cert-issuer.c
 copy src/{detect-tls-sni.h => detect-tls-cert-issuer.h} (74%)
 create mode 100644 src/detect-tls-cert-subject.c
 copy src/{detect-tls-sni.h => detect-tls-cert-subject.h} (73%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list