Lines Matching refs:set
41 The functions SSL_CTX_set_security_level() and SSL_set_security_level() set
42 the security level to B<level>. If not set the library default security level
49 SSL_CTX_get_security_callback() and SSL_get_security_callback() get or set
50 the security callback associated with B<ctx> or B<s>. If not set a default
55 SSL_CTX_get0_security_ex_data() and SSL_get0_security_ex_data() set the
57 value is passed to the callback verbatim and can be set to any convenient
62 If an application doesn't set its own security callback the default
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
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
133 settings an application has set: so if the cipher suite is set to B<ALL>
149 Attempts to set certificates or parameters with insufficient security are
150 also blocked. For example trying to set a certificate using a 512 bit RSA key
154 not set at all because it had been rejected.
167 to the security callback or NULL if the callback is not set.
170 data pointer or NULL if the ex data is not set.