Displaying 4 results from an estimated 4 matches for "ca_dir".
Did you mean:
ac_dir
2023 Dec 04
0
Wrong url's from ezstream/icecast
...;
<user>source</user>
<hostname>radio.horsens-garage.rocks</hostname>
<password>xxx</password>
<tls>required</tls>
<tls_cipher_suite>HIGH:!RSA:!SHA:!DH:!aNULL:!eNULL:!TLSv1</tls_cipher_s
uite>
<ca_dir>/etc/ssl/certs</ca_dir>
<client_cert>/etc/icecast2/bundle.pem</client_cert>
</server>
<server>
<name>stream_http</name>
<protocol>HTTP</protocol>
<port>8000</port>
<user>source</user...
2017 Sep 13
2
[RFC master-2.2 0/1] Support OpenSSL 1.1 API for setting allowed TLS versions
Hi,
I came up with the following patch while trying to figure out a good solution
for the situation described in Debian bug #871987[1]. In short, OpenSSL in
Debian unstable has disabled TLSv1.0 and TLSv1.1 *by default*. That means that
unless an application requests otherwise, only TLSv1.2 is supported. In the
world of e-mail this is seemingly an issue, as there are still way too many old
clients
2015 Feb 11
2
[PATCH] Fix for client certificate validation does not work
..._CRL_CHECK |
X509_V_FLAG_CRL_CHECK_ALL);
#endif
-
- SSL_CTX_set_client_CA_list(ctx->ssl_ctx, ca_names);
}
static struct ssl_iostream_settings *
@@ -320,18 +295,17 @@
const char **error_r)
{
X509_STORE *store;
- STACK_OF(X509_NAME) *xnames = NULL;
const char *ca_file, *ca_dir;
bool have_ca = FALSE;
if (set->ca != NULL) {
store = SSL_CTX_get_cert_store(ctx->ssl_ctx);
- if (load_ca(store, set->ca, &xnames) < 0) {
+ if (load_ca(ctx->ssl_ctx, set->ca) < 0) {
*error_r = t_strdup_printf("Couldn't parse ssl_ca: %s",...
2019 Oct 07
3
Sieve redirect is broken in 2.3.7.2 - signal 11
Hi Stephan,
Here it is:
Program received signal SIGSEGV, Segmentation fault.
p_strdup (pool=pool at entry=0x55555579bc20, str=0x6d65642e6c69616d <error:
Cannot access memory at address 0x6d65642e6c69616d>) at strfuncs.c:51
51????? strfuncs.c: No such file or directory.
(gdb) bt full
#0? p_strdup (pool=pool at entry=0x55555579bc20, str=0x6d65642e6c69616d
<error: Cannot access memory at