zeek/testing/btest/core
Robin Sommer e8339d5c63 Merge remote-tracking branch 'origin/topic/bernhard/file-analysis-x509'
* origin/topic/bernhard/file-analysis-x509:
  Forgot the preamble for the new leak test
  (hopefully) last change -> return real opaque vec instead of any_vec
  Fix dump-events - it cannot be used with ssl anymore, because openssl does not give the same string results in all versions.
  Finishing touches of the x509 file analyzer.
  Revert change to only log certificates once per hour.
  Change x509 log - now certificates are only logged once per hour.
  Fix circular reference problem and a few other small things.
  X509 file analyzer nearly done. Verification and most other policy scripts work fine now.
  Add verify functionality, including the ability to get the validated chain. This means that it is now possible to get information about the root-certificates that were used to secure a connection.
  Second try on the event interface.
  Backport crash fix that made it into master with the x509_extension backport from here.
  Make x509 certificates an opaque type
  rip out x509 code from ssl analyzer. Note that since at the moment the file analyzer does not yet re-populate the info record that means quite a lot of information is simply not available.
  parse out extension. One event for general extensions (just returns the openssl-parsed string-value), one event for basicconstraints (is a certificate a CA or not) and one event for subject-alternative-names (only DNS parts).
  Very basic file-analyzer for x509 certificates. Mostly ripped from the ssl-analyzer and the topic/bernhard/x509 branch.
2014-03-14 09:53:07 -07:00
..
icmp Extract ICMPv6 NDP options and include in ICMP events (addresses #833). 2012-06-26 17:10:00 -05:00
leaks Forgot the preamble for the new leak test 2014-03-13 16:20:49 -07:00
tcp Improve gap reporting in TCP connections that never see data. 2014-01-24 16:21:02 -06:00
tunnels BIT-867 - Support GRE tunnel decapsulation. 2014-01-16 16:03:04 -06:00
bits_per_uid.bro Add bits_per_uid unit test, addressing BIT0-1016. 2013-08-28 16:12:11 -05:00
check-unused-event-handlers.test Fix check_for_unused_event_handlers option. 2011-08-11 11:34:42 -05:00
checksums.test Update tests (use weird.log instead of stderr) 2012-05-11 17:09:01 -05:00
conn-uid.bro Remove connection compressor (addresses #559). 2012-02-27 11:35:25 -06:00
connection_flip_roles.bro Improve analysis of TCP SYN/SYN-ACK reversal situations. 2014-03-11 17:03:59 -05:00
disable-mobile-ipv6.test Update tests (use weird.log instead of stderr) 2012-05-11 17:09:01 -05:00
discarder.bro Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
div-by-zero.bro Prevent division/modulo by zero in scripts. 2013-09-20 16:36:00 -05:00
dns-init.bro Merge remote-tracking branch 'origin/topic/jsiwek/fix-dns-double-free' 2011-12-01 16:40:07 -08:00
expr-exception.bro Reworking thread termination logic. 2012-07-19 21:21:53 -07:00
fake_dns.bro Teach async DNS lookup builtin-functions about BRO_DNS_FAKE. 2014-03-10 16:51:04 -05:00
file-caching-serialization.test Changes to open-file caching limits and uncached file unserialization. 2012-05-03 13:13:58 -05:00
global_opaque_val.bro Fix global opaque val segfault, addresses BIT-1071 2013-08-29 17:17:40 -05:00
ipv6-atomic-frag.test Update IPv6 atomic fragment unit test to filter output of ICMPv6. 2012-04-10 11:09:07 -05:00
ipv6-flow-labels.test FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
ipv6-frag.test Add unit test for IPv6 fragment reassembly. 2012-03-12 15:26:51 -05:00
ipv6_esp.test Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
ipv6_ext_headers.test Improve handling of IPv6 Routing Type 0 headers. 2012-03-28 13:49:28 -05:00
ipv6_zero_len_ah.test Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
load-duplicates.bro Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
load-pkg.bro Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
load-prefixes.bro Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
load-relative.bro Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
load-unload.bro Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
mobile-ipv6-home-addr.test Add support for mobile IPv6 Mobility Header (RFC 6275). 2012-04-09 14:39:00 -05:00
mobile-ipv6-routing.test Add support for mobile IPv6 Mobility Header (RFC 6275). 2012-04-09 14:39:00 -05:00
mobility-checksums.test Fix mobility checksums unit test. 2012-05-17 14:47:09 -05:00
mobility_msg.test Add support for mobile IPv6 Mobility Header (RFC 6275). 2012-04-09 14:39:00 -05:00
mpls-in-vlan.bro Support for MPLS over VLAN. 2014-02-14 12:07:24 -08:00
nop.bro Fixing bug causing crash when running without arguments. 2011-07-07 19:56:48 -07:00
pppoe.test Adding a test for PPPoE support. 2012-10-24 01:05:01 -04:00
print-bpf-filters.bro Another test fix. 2013-07-18 21:34:02 -07:00
q-in-q.bro Add support for 802.1ah (Q-in-Q). 2013-03-22 12:38:43 -04:00
reporter-error-in-handler.bro Avoiding infinite loops when an error message handlers triggers errors 2011-07-01 10:04:27 -07:00
reporter-fmt-strings.bro Fix reporter using part of the actual message as a format string 2011-08-12 23:24:44 -07:00
reporter-parse-error.bro Renaming the Logger to Reporter. 2011-07-01 09:22:33 -07:00
reporter-runtime-error.bro Renaming the Logger to Reporter. 2011-07-01 09:22:33 -07:00
reporter-type-mismatch.bro Renaming the Logger to Reporter. 2011-07-01 09:22:33 -07:00
reporter.bro Renaming reporter_message to report_info. 2011-07-07 19:56:25 -07:00
truncation.test Remove unnecessary assert in ICMP analyzer (addresses #822). 2012-05-29 17:29:11 -05:00
vlan-mpls.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
when-interpreter-exceptions.bro Another attempt to improve core.when-interpreter-exceptions unit test. 2013-12-11 14:28:23 -06:00