[#SSL_add1_to_CA_list] = SSL_add1_to_CA_list :mrdocs: Append a CA subject name from a certificate to this connection's peer CA list. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_add1_to_CA_list( xref:SSL.adoc[SSL]* ssl, xref:X509.adoc[X509] const* x); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ssl* | SSL connection whose CA list overrides the parent context. | *x* | Certificate whose subject name is duplicated onto the list. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#