Lines Matching refs:level
11 void SSL_CTX_set_security_level(SSL_CTX *ctx, int level);
12 void SSL_set_security_level(SSL *s, int level);
42 the security level to B<level>. If not set the library default security level
46 retrieve the current security level.
64 of each level is described below.
75 The security level corresponds to a minimum of 80 bits of security. Any
80 that signatures using SHA1 and MD5 are also forbidden at this level as they
82 DTLS 1.0 are all disabled at this level.
86 Security level set to 112 bits of security. As a result RSA, DSA and DH keys
88 In addition to the level 1 exclusions any cipher suite using RC4 is also
93 Security level set to 128 bits of security. As a result RSA, DSA and DH keys
95 In addition to the level 2 exclusions cipher suites not offering forward
100 Security level set to 192 bits of security. As a result RSA, DSA and
106 Security level set to 256 bits of security. As a result RSA, DSA and DH keys
117 The default security level can be configured when OpenSSL is compiled by
118 setting B<-DOPENSSL_TLS_SECURITY_LEVEL=level>. If not set then 2 is used.
121 set security level. In the past this was difficult as applications had to set
126 By setting an appropriate security level much of this complexity can be
134 then only cipher suites consistent with the security level are permissible.
151 or a certificate with a signature with SHA1 digest at level 1 using
161 represents the security level with B<SSL_CTX> or B<SSL>, respectively.