Feature #1790
CRL Checking in x509_auth.rb
Status: | Closed | Start date: | 03/01/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: |
Description
We FermiCloud team have added CRL-checking code to
src/authm_mad/remotes/x509/x509_auth.rb
and have tested it to see it is rejecting properly a revoked certificate.
The new code is added to the validate method in x509_auth.rb
which I checked out from one-3.2 branch.
Full x509_auth.rb is attached.
Associated revisions
feature #1790: check crl for x509 auth
This patch is based on the work done by Hyunwoo Kim from FermiLab.
More info at http://dev.opennebula.org/issues/1790
feature #1790: bug in crl check function
feature #1790: Add example to schedule option
History
#1 Updated by Ruben S. Montero over 8 years ago
- Category set to Drivers - Auth
- Status changed from New to Closed
- Assignee set to Javi Fontan
- Target version set to Release 4.0
- Resolution set to fixed
Now in master