Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/OpenSSL/SSL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def set_default_verify_paths(self) -> None:
binary wheels that cryptography (pyOpenSSL's primary dependency) ships:

* macOS will only load certificates using this method if the user has
the ``openssl@1.1`` `Homebrew <https://brew.sh>`_ formula installed
the ``openssl@3`` `Homebrew <https://brew.sh>`_ formula installed
in the default location.
* Windows will not work.
* manylinux cryptography wheels will work on most common Linux
Expand Down