Lines Matching +full:application +full:- +full:specific
3 # Contributors Listed Below - COPYRIGHT 2016
11 # http://www.apache.org/licenses/LICENSE-2.0
16 # implied. See the License for the specific language governing
31 # <wsgi application> REQUIRED Application to import and run (e.g. rest_dbus)
32 # <--no-ssl> OPTIONAL Don't use SSL
35 # by default to all address's at port 443 or 80(--no-ssl)
39 sys.stderr.write('WSGI application required!')
42 if (len(sys.argv) > 2) and (sys.argv[2] == "--no-ssl"):
61 # ECDH - Allow Elliptic Curve Diffie Hellman
62 # kDH - Allow Key Exchange algorithm as Diffie Hellman
63 # kEDH - Allow Key Exchange algorithm as Ephemeral Diffie Hellman
64 # kRSA - Allow Key Exchange algorithm as RSA
65 # !SSLv3 - Disallows any ciphers specific to SSLv3
66 # !SSLv2 - Disallows any ciphers specific to SSLv2 protocol
67 # !aNULL - Disallows anonymous authentication or no authentication
68 # !eNULL - Disallows connection with NULL encryption
69 # !LOW - Disallows any low strength ciphers
70 # !MEDIUM- Disallows medium strength ciphers