]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 157
authorRuss Combs <rucombs@cisco.com>
Thu, 11 Jun 2015 19:56:29 +0000 (15:56 -0400)
committerRuss Combs <rucombs@cisco.com>
Thu, 11 Jun 2015 19:56:29 +0000 (15:56 -0400)
ChangeLog
doc/config_changes.txt
src/main/build.h
src/service_inspectors/ssl/ssl_inspector.cc

index 1c3824c079d03a3c47d5cbece425989067275785..f1f7a5a7f38f38a00a0760c9d9c95f335283ebd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-Pending - build 157
+15/06/11 - build 157
 
+-- port ssl from snort
 -- fix stream_tcp so call splitter finish only if scan was called
 -- changed drop rules drop current packet only
 -- unchanged block rules block all packets on flow
index 641773862f2f4d236722209b16d28e4edc104caf..ce91ebe68cd346f208c8345c4692b9f9740ec829 100644 (file)
@@ -138,6 +138,7 @@ change -> sfportscan: 'proto' ==> 'protos'
 change -> sfportscan: 'scan_type' ==> 'scan_types'
 change -> smtp: 'ports' ==> 'bindings'
 change -> ssh: 'server_ports' ==> 'bindings'
+change -> ssl: 'ports' ==> 'bindings'
 change -> stream5_global: 'max_active_responses' ==> 'max_responses'
 change -> stream5_global: 'max_icmp' ==> 'max_sessions'
 change -> stream5_global: 'max_ip' ==> 'max_sessions'
@@ -282,6 +283,7 @@ deleted -> ssh: 'enable_recognition'
 deleted -> ssh: 'enable_respoverflow'
 deleted -> ssh: 'enable_srvoverflow'
 deleted -> ssh: 'enable_ssh1crc32'
+deleted -> ssl: 'noinspect_encrypted'
 deleted -> stream5_global: 'disabled'
 deleted -> stream5_global: 'flush_on_alert'
 deleted -> stream5_global: 'no_midstream_drop_alerts'
index 7b208e004feba3712976a1a5a2afee7967571168..55fc1b044fcd69ca42d638b1debc2001561b5512 100644 (file)
@@ -7,5 +7,5 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "156"
+#define BUILD "157"
 
index 77a9f1af2dbe33dc77d31eef8303e129d0b91baf..33670957c51fd862286cf597d23c55381b4a3baf 100644 (file)
@@ -157,8 +157,8 @@ static inline bool SSLPP_is_encrypted(SSL_PROTO_CONF* config, uint32_t ssl_flags
     return false;
 }
 
-static inline uint32_t SSLPP_process_alert(SSL_PROTO_CONF* config, uint32_t ssn_flags, uint32_t
-    new_flags, Packet* packet)
+static inline uint32_t SSLPP_process_alert(
+    SSL_PROTO_CONF*, uint32_t ssn_flags, uint32_t new_flags, Packet* packet)
 {
     DEBUG_WRAP(DebugMessage(DEBUG_SSL, "Process Alert\n"); );