DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41123>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41123


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19386|0                           |1
        is obsolete|                            |




------- Additional Comments From [EMAIL PROTECTED]  2007-01-11 06:10 -------
Created an attachment (id=19390)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19390&action=view)
New version of OCSP patch generalising validation check, and including
ssl_ocsp.c file in Visual C++ project

This implements the following validation workflow:

1. if (useOCSP)
   => check OCSP
   => if ( OCSP validation possible ) return status
2. Other online validation checks in the future (LDAP, etc.)
   => check new protocol
   => if ( validation possible ) return status
3. if (crl)
   => check CRL
   => If ( CRL validation possible ) return status
4. If ( forceValidation ) return !ok
5. return ok

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to