openssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_verify_paths instead
parent
1a6432456d
commit
cc06c4e51f
|
@ -30,7 +30,6 @@ ephemeral-key-bits ;
|
||||||
secure-config new
|
secure-config new
|
||||||
SSLv23 >>method
|
SSLv23 >>method
|
||||||
1024 >>ephemeral-key-bits
|
1024 >>ephemeral-key-bits
|
||||||
"vocab:openssl/cacert.pem" >>ca-file
|
|
||||||
t >>verify ;
|
t >>verify ;
|
||||||
|
|
||||||
TUPLE: secure-context < disposable config handle ;
|
TUPLE: secure-context < disposable config handle ;
|
||||||
|
|
10908
basis/openssl/cacert.pem
10908
basis/openssl/cacert.pem
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue