<p></p>
<p>Currently tls module has <code>ca_list</code> param that</p>
<p><code>Sets the CA list file name. This file contains a list of all the trusted CAs certificates used when connecting to other SIP implementations. If a signature in a certificate chain belongs to one of the listed CAs, the verification of that certificate will succeed.</code></p>
<p>This issue proposes adding a new tls param <code>ca_path</code>.  Its value would be a directory that contains any number of CA certificate files thus making it unnecessary to cat these files to a single <code>ca_list</code> file.</p>
<p>Implementation could be based on SSL_CTX_set_default_verify_dir() OpenSSL API function.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2682">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZKYK4M5QENDQBKXBTDTEDYNNANCNFSM4ZLD66AA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZK5TNQ2RLPZOSJ75ETTEDYNNA5CNFSM4ZLD66AKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4MNW3KLQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2682",
"url": "https://github.com/kamailio/kamailio/issues/2682",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>