Hi,
As openssl-0.9.7* has some CRL checking capabilities, I am currently working
on implementing CRL checking in slapd. Therefor I plan to add the following
directives to ldap.conf and slapd.conf:
ldap.conf:
TLS_CRL_CHECK
slapd.conf:
TLSCRLCheck
The possible values of these would be: (reflecting the possibilities, that
openssl-0.9.7d currently has)
"no" do not perform any CRL checks (this would be the default)
"yes" perform CRL checks
"all" perform CRL checks for a for whole chain
Any comments or suggestings regarding this?