Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upOCSP Stapling support #480
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
|
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 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Hemanshu
commented
Mar 16, 2017
|
@Lukasa Will this require a ticket with cryptography? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Heh, we should probably close this: functions were added in #580. |
Hemanshu commentedJun 3, 2016
pyopenssl do not support enabling OCSP stapling from server.
OCSP binding methods are available in cryptography ( pyca/cryptography#1864)