mirror of
https://repo.or.cz/socat.git
synced 2025-07-27 04:57:51 +00:00
Red Hat issue 1019964: socat now uses the system certificate store
This commit is contained in:
parent
9e863458c6
commit
d4c44ff649
4 changed files with 12 additions and 1 deletions
|
@ -921,6 +921,10 @@ int
|
|||
return STAT_RETRYLATER;
|
||||
}
|
||||
}
|
||||
#ifdef HAVE_SSL_CTX_set_default_verify_paths
|
||||
} else {
|
||||
SSL_CTX_set_default_verify_paths(*ctx);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (opt_cert) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue