[#SSL_CTX_set_security_level] = SSL_CTX_set_security_level :mrdocs: Set the security level used to constrain algorithms and parameters on an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CTX_set_security_level( xref:SSL_CTX.adoc[SSL_CTX]* ctx, int level); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose new connections inherit `level.` | *level* | Security level (typically 0–5); see SSL_CTX_set_security_level(3). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#