Added option "tcp_use_crl". When TRUE, ~/.pwmd/crl.pem will be used as
commitaa23ceda7a46b1f7bf4a579469cd27fc0af74a87
authorBen Kibbey <bjk@luxsci.net>
Sat, 24 Jan 2009 15:15:00 +0000 (24 10:15 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 24 Jan 2009 15:15:00 +0000 (24 10:15 -0500)
treebbb2a2499e8241fc462695eeb153ad1558d03463
parent86789a900d002a724a99be44a149d50a54b60c7d
Added option "tcp_use_crl". When TRUE, ~/.pwmd/crl.pem will be used as
the X509 CRL. This can be create with certtool or openssl. The default
is FALSE.

Do extra client certificate checks in tls_init() including CRL.
src/pwmd.c
src/tls.c