You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add get_group_name to expose SSL_get0_group_name (#1442)
* Add get_group_name to expose SSL_get0_group_name
* Update test with consistent ordering
* Add decorator for the get group guard flag
* ruff format
* Skip test if not Cryptography_HAS_SSL_GET0_GROUP_NAME
* Add test case for if group returns NULL
* Fix test - add guard to check for session
* Set cryptography min to 46.0.0
* Drop Python 3.7 support
* Reflect in CHANGELOG.rst that Python 3.7 has been dropped
* Add comment about guard against segfault
Copy file name to clipboardExpand all lines: doc/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Other OpenSSL wrappers for Python at the time were also limited, though in diffe
14
14
Later it was maintained by `Jean-Paul Calderone`_ who among other things managed to make pyOpenSSL a pure Python project which the current maintainers are *very* grateful for.
15
15
16
16
Over the time the standard library's ``ssl`` module improved, never reaching the completeness of pyOpenSSL's API coverage.
17
-
pyOpenSSL remains the only choice for full-featured TLS code in Python versions 3.7+ and PyPy_.
17
+
pyOpenSSL remains the only choice for full-featured TLS code in Python versions 3.8+ and PyPy_.
0 commit comments