Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for certificate revocation checks in IceSSL #1292

Closed
pepone opened this issue Jul 2, 2021 · 1 comment
Closed

Add support for certificate revocation checks in IceSSL #1292

pepone opened this issue Jul 2, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@pepone
Copy link
Member

pepone commented Jul 2, 2021

Currently IceSSL only support CRL with .NET impelmentation see IceSSL.CheckCRL it will be good to support this with other implementations C++/Java.

We should also look into OCSP (Online Certificate Status Protocol) at the same time.

The first task would be to check how much work will be required and if it is flexible we can implement it with the next patch release, otherwise consider it for the next major release.

See also https://forums.zeroc.com/discussion/comment/47858

@pepone pepone added the icessl label Jul 2, 2021
@pepone pepone added this to the 3.7.7 milestone Jul 2, 2021
@pepone pepone self-assigned this Sep 17, 2021
@pepone
Copy link
Member Author

pepone commented Jan 7, 2022

C++ support added here 8333a03
We are not adding Java support at this point

@pepone pepone closed this as completed Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant