Lines Matching refs:security

5 …rity_ex_data, SSL_CTX_get0_security_ex_data, SSL_get0_security_ex_data - SSL/TLS security framework
42 the security level to B<level>. If not set the library default security level
46 retrieve the current security level.
50 the security callback associated with B<ctx> or B<s>. If not set a default
51 security callback is used. The meaning of the parameters and the behaviour
62 If an application doesn't set its own security callback the default
75 The security level corresponds to a minimum of 80 bits of security. Any
76 parameters offering below 80 bits of security are excluded. As a result RSA,
81 have less than 80 security bits. Additionally, SSLv3, TLS 1.0, TLS 1.1 and
86 Security level set to 112 bits of security. As a result RSA, DSA and DH keys
93 Security level set to 128 bits of security. As a result RSA, DSA and DH keys
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
120 The security framework disables or reject parameters inconsistent with the
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
129 The bits of security limits affect all relevant parameters including
134 then only cipher suites consistent with the security level are permissible.
136 See SP800-57 for how the security limits are related to individual
139 Some security levels require large key sizes for non-ECC public key
141 of security requires the use of RSA keys of at least 15360 bits in size.
144 offering insufficient security are not sent by the client and will not
149 Attempts to set certificates or parameters with insufficient security are
161 represents the security level with B<SSL_CTX> or B<SSL>, respectively.
167 to the security callback or NULL if the callback is not set.