Bacula-users

Re: [Bacula-users] [Bacula-devel] Certificate Revocation Lists

2008-07-26 18:11:59
Subject: Re: [Bacula-users] [Bacula-devel] Certificate Revocation Lists
From: Landon Fuller <landonf AT bikemonkey DOT org>
To: Hanno Stock <hanno.stock AT gmx DOT net>
Date: Sat, 26 Jul 2008 15:11:42 -0700

On Jul 26, 2008, at 2:55 AM, Hanno Stock wrote:

Hello Bacula Developers / Users,

is there a way to use Certfificate Revocation Lists in Bacula with TLS
support? Or is there any such feature planned?

I think this is important in a bigger deployment.

The feature is not currently supported, but if you are interested in adding it, take a look at new_tls_context() in src/lib/tls.c.

I believe it should be sufficient to fetch the backing X.509 store using SSL_CTX_get_cert_store(), and load the CRL list(s) with X509_load_crl_file(), and enable CRL checking with X509_V_FLAG_CRL_CHECK | X509_V_FLAG_CRL_CHECK_ALL.

This is only supported in OpenSSL 0.9.7 or later.

-landonf

Attachment: PGP.sig
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] [Bacula-devel] Certificate Revocation Lists, Landon Fuller <=