source: freewrt/package/iptables/files/l7/ssl.pat@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 668 bytes
RevLine 
[475ad56]1# SSL and TLS - Secure Socket Layer / Transport Layer Security - RFC 2246
2# Pattern quality: good fast
3# Usually runs on port 443
4#
5# This is a superset validcertssl. For it to match, it must be first.
6#
7# This pattern has been tested and is believed to work well. If it does not
8# work for you, or you believe it could be improved, please post to
9# l7-filter-developers@lists.sf.net . This list may be subscribed to at
10# http://lists.sourceforge.net/lists/listinfo/l7-filter-developers
11
12ssl
13# Client Hello | Server Hello with certificate
14# This allows SSL 3.X, which includes TLS 1.0, known internally as SSL 3.1
15^(.?.?\x16\x03.*\x16\x03|.?.?\x01\x03\x01?.*\x0b)
Note: See TracBrowser for help on using the repository browser.