zeek/scripts/base/protocols/smtp
Robin Sommer ed4cd9352a Merge remote-tracking branch 'origin/topic/bernhard/even-more-ssl-changes'
Good stuff! (but I admit I didn't look at the OpenSSL code too closely :)

* origin/topic/bernhard/even-more-ssl-changes:
  small test update & script fix
  update baselines & add ocsp leak check
  Add policy script adding ocsp validation to ssl.log
  Implement verification of OCSP replies.
  Add tls flag to smtp.log. Will be set if a connection switched to startls.
  add starttls support for pop3
  Add smtp starttls support
  Replace errors when parsing x509 certs with weirds (as requested by Seth).
  move tls content types from heartbleed to consts.bro. Seems better to put them there...
  Add new features from other branch to the heartbleed-detector (and clean them up).
  Let TLS analyzer fail better when no longer in sync with the data stream. The version field in each record-layer packet is now re-checked.

BIT-1190 #merged

Conflicts:
	testing/btest/Baseline/scripts.policy.misc.dump-events/all-events.log
	testing/btest/Baseline/scripts.policy.misc.dump-events/smtp-events.log
2014-05-16 14:45:25 -07:00
..
__load__.bro Merge remote-tracking branch 'origin/topic/seth/bittorrent-fix-and-dpd-sig-breakout' into topic/seth/faf-updates 2013-07-10 16:28:38 -04:00
dpd.sig Added a missing curly brace in smtp/dpd.sig 2013-07-09 22:57:36 -04:00
entities.bro Tiny fix to correct a reporter message. 2013-08-21 19:11:34 -04:00
files.bro Add smtp starttls support 2014-05-15 09:59:43 -07:00
main.bro Merge remote-tracking branch 'origin/topic/bernhard/even-more-ssl-changes' 2014-05-16 14:45:25 -07:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Simple Mail Transfer Protocol (SMTP) analysis.