Skip to content

Commit

Permalink
reword news
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed Mar 28, 2024
1 parent 081f30f commit 83d36dd
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Fixed an implausible extra DECREF related crash in :mod:`ssl` when creating
a new ``_ssl._SSLContext`` if the build was linked against a non-functional
SSL library whos C ``SSL_CTX_set_cipher_list()`` API reports failure.
Fixed an unlikely early & extra ``Py_DECREF`` triggered crash in :mod:`ssl`
when creating a new ``_ssl._SSLContext`` if CPython was built implausibly such
that the default cipher list is empty **or** the SSL library it was linked
against reports a failure from its C ``SSL_CTX_set_cipher_list()`` API.

0 comments on commit 83d36dd

Please sign in to comment.