Client Certificates and CRL (Certificate Revocation list) #4299
Unanswered
michaelcplusplus
asked this question in
Q&A
Replies: 4 comments
-
The following solution works in my prototype. Any comments?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess OCSP does pretty much the same thing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi POCO team!
POCO is a great library.
I'm working on a HTTPS server prototype and using client authentication with client certificates.
Everything works fine.
My question now is whether the POCO library also supports a CRL(Certificate Revocation list).
In case the POCO library does not support CRL, I would be grateful for any tip on how and where to implement my own implementation.
Best regards
Michael
Beta Was this translation helpful? Give feedback.
All reactions