[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta4-428-gadecf41

OISF Git noreply at openinfosecfoundation.org
Mon Nov 23 15:48:24 UTC 2015


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  adecf41720bae7a3f0552d710ec19a3d2fc7708b (commit)
       via  6b15686fd1ed86dd3b5095fbd5f50e7cddb7822d (commit)
       via  9375e8fb3c5430d43f6f50d128ec24f1b48bc03e (commit)
       via  7281f6aaf300a449b3fc6d1322d8b8070612d149 (commit)
       via  f363d11afe1e91b9db3f8361a591051fff3c4ef3 (commit)
       via  285022fde970fa8fca1db1ff4c19c09e5b29a670 (commit)
       via  3ac1a3d9fe5d955d8351c6f942dafc5df3ae0304 (commit)
      from  bec913b40cf9153fd6a021b33cecda97ff76be47 (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 adecf41720bae7a3f0552d710ec19a3d2fc7708b
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 19 13:37:23 2015 +0100

    base64: code style fixups

commit 6b15686fd1ed86dd3b5095fbd5f50e7cddb7822d
Author: Jason Ish <ish at unx.ca>
Date:   Wed Sep 30 09:49:47 2015 -0600

    base64_decode, base64_data: decode and match base64

commit 9375e8fb3c5430d43f6f50d128ec24f1b48bc03e
Author: Jason Ish <ish at unx.ca>
Date:   Wed Oct 14 13:37:45 2015 -0600

    util-base64: strict mode - all characters must be valid
    
    Introduce a strict mode to base64 decode. If strict,
    the function will fail when invalid input data is seen.
    If not strict, what has been decoded will be returned.
    
    This is in support of adding a Snort compatible base64_decode
    rule option that uses whatever data can be decoded as a length
    of data to decode is optional.

commit 7281f6aaf300a449b3fc6d1322d8b8070612d149
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Tue Oct 13 15:59:22 2015 +0200

    lua: added function TlsGetSNI()
    
    Added function to get server name from TLS SNI extension.

commit f363d11afe1e91b9db3f8361a591051fff3c4ef3
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Tue Oct 13 15:35:33 2015 +0200

    log-tls: added SNI field to extended output
    
    Added SNI field to extended tls log output.

commit 285022fde970fa8fca1db1ff4c19c09e5b29a670
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Tue Oct 13 14:44:06 2015 +0200

    output-json-tls: added SNI field to extended output
    
    Added SNI field to extended JSON output.

commit 3ac1a3d9fe5d955d8351c6f942dafc5df3ae0304
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date:   Tue Oct 13 14:06:37 2015 +0200

    app-layer-ssl: get server name from SNI extension
    
    Decode client hello handshake to get server name from SNI extension.

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

Summary of changes:
 src/Makefile.am                                    |   2 +
 src/app-layer-ssl.c                                | 101 ++-
 src/app-layer-ssl.h                                |   6 +-
 src/detect-base64-data.c                           | 236 +++++++
 src/{log-tlsstore.h => detect-base64-data.h}       |  16 +-
 src/detect-base64-decode.c                         | 778 +++++++++++++++++++++
 ...ct-template-buffer.h => detect-base64-decode.h} |  16 +-
 src/detect-engine-content-inspection.c             |  18 +-
 src/detect-engine-content-inspection.h             |   1 +
 src/detect-engine.c                                |  18 +
 src/detect-parse.c                                 |  15 +
 src/detect.c                                       |   6 +
 src/detect.h                                       |  11 +
 src/log-tlslog.c                                   |   3 +
 src/output-json-tls.c                              |   6 +
 src/util-base64.c                                  |  19 +-
 src/util-base64.h                                  |   3 +-
 src/util-decode-mime.c                             |   6 +-
 src/util-error.c                                   |   1 +
 src/util-error.h                                   |   2 +
 src/util-lua-tls.c                                 |  41 ++
 21 files changed, 1275 insertions(+), 30 deletions(-)
 create mode 100644 src/detect-base64-data.c
 copy src/{log-tlsstore.h => detect-base64-data.h} (74%)
 create mode 100644 src/detect-base64-decode.c
 copy src/{detect-template-buffer.h => detect-base64-decode.h} (66%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list