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 #480

Closed
Hemanshu opened this Issue Jun 3, 2016 · 3 comments

Comments

Projects
None yet
2 participants
@Hemanshu

Hemanshu commented Jun 3, 2016

pyopenssl do not support enabling OCSP stapling from server.
OCSP binding methods are available in cryptography ( pyca/cryptography#1864)

@Lukasa

This comment has been minimized.

Show comment
Hide comment
@Lukasa

Lukasa Nov 28, 2016

Member

I've started taking a look at this. We run almost immediately into trouble with the server side of OCSP, which is that we need access to OPENSSL_malloc in order to allocate a buffer to copy the OCSP response into. cryptography as of 1.6 does not expose this function.

Member

Lukasa commented Nov 28, 2016

I've started taking a look at this. We run almost immediately into trouble with the server side of OCSP, which is that we need access to OPENSSL_malloc in order to allocate a buffer to copy the OCSP response into. cryptography as of 1.6 does not expose this function.

@Hemanshu

This comment has been minimized.

Show comment
Hide comment
@Hemanshu

Hemanshu Mar 16, 2017

@Lukasa Will this require a ticket with cryptography?

Hemanshu commented Mar 16, 2017

@Lukasa Will this require a ticket with cryptography?

@Lukasa

This comment has been minimized.

Show comment
Hide comment
@Lukasa

Lukasa Mar 16, 2017

Member

Heh, we should probably close this: functions were added in #580.

Member

Lukasa commented Mar 16, 2017

Heh, we should probably close this: functions were added in #580.

@Lukasa Lukasa closed this Mar 16, 2017

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