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

OCSP stapling support #295

Open
p-mongo opened this issue Nov 21, 2019 · 3 comments
Open

OCSP stapling support #295

p-mongo opened this issue Nov 21, 2019 · 3 comments

Comments

@p-mongo
Copy link

p-mongo commented Nov 21, 2019

We are looking into implementing OCSP stapling support in our application using Ruby and are wondering how to do so/whether this is possible.

I found this SO post giving the steps using openssl: https://stackoverflow.com/questions/9607516/openssl-certificate-revocation-check-in-client-program-using-ocsp-stapling

It mentions using SSL_set_tlsext_status_type and SSL_CTX_set_tlsext_status_cb method, which appear to not be referenced by ruby-openssl code.

Is it possible to implement OCSP stapling using ruby-openssl today? If so, can someone point me to documentation on how to achieve this?

@ioquatix
Copy link
Member

Sorry, I don't have an answer for you, but we'd be happy to receive a PR with documentation and/or expanding the surface area of the Ruby interface to support this use case.

@thekuwayama
Copy link
Contributor

I think that ruby-openssl does not support API to do the OCSP Stapling yet.

@p-mongo
Copy link
Author

p-mongo commented Aug 27, 2020

I am working on implementing OCSP stapling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants