[#SSL_add_client_CA] = SSL_add_client_CA :mrdocs: Add a CA subject name to the client‐CA list sent when requesting a client certificate. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_add_client_CA( xref:SSL.adoc[SSL]* ssl, xref:X509.adoc[X509]* x); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ssl* | Server SSL connection whose client‐CA list overrides the parent context. | *x* | Certificate whose subject name is appended (not taken ownership of). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#