You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libraries/SocketWrapper: Support loading CA certs from the file system.
This patch adds support for automatically loading CA certificates
from the filesystem. The file system certs are loaded on the first
call to connectSSL(), once, and shared between all sockets.
If filesystem support is not enabled, or CA loading fails, the
connection proceeds without error.
Custom CA certificates can still be passed via the 'cert' parameter,
and both filesystem and custom certificates are registered with
using different TLS tags. This allows users to add their own certs
without recreating the whole file.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
0 commit comments