pyopenssl
pyopenssl copied to clipboard
A Python wrapper around the OpenSSL library
As I was reading through the source code of pyopenssl to get an understanding of how to use memory BIO's, I saw the following comment: ``` Receive data on the...
APIs like `set_info_callback` don't have any way to retrieve the previously-set callback, so there's no way to non-destructively have two different libraries obtain information from the same context. I'm having...
I want this for testing. Today I found that I had a totally useless unit test because of a discrepancy between my `FakeContext(Factory)` and a real context factory from Twisted....
Hi The application was working ok with PyOpenSSL 18.0.0 version so far, however we suddenly went into an issue as module lib has no attribute X509_V_FLAG_GB_ISSUER_CHECK
Linking: https://github.com/pyca/pyopenssl/issues/1224 As cffi binding allows to use SSL_CTX_set_ciphersuites - adaptation for setting the ciphers in context of TLSv1.3 can be made.
In regards to set_ciphers method in Context class and taking into account of openssl docs - setting ciphers for TLSv1.3 (in order to achieve any effect) must be set via...
See cherrypy/cheroot#245 for discussion.
They've been deprecated for 8 months. Honestly don't know if that's long enough, I have no idea if people are using these.
Some update to the RTD setup switched the theme from RTD to Alabaster (in between v23.2.0 and 23.3.0). See https://www.pyopenssl.org/en/23.3.0/ vs. https://www.pyopenssl.org/en/23.2.0/. Maybe, it's time to take this chance to...
I see there is a method for set_session_id , but could not find get_session_id. I could not find the way to get the session Id. I also found set_session and...