summaryrefslogtreecommitdiff
path: root/news/11082.feature.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news/11082.feature.rst')
-rw-r--r--news/11082.feature.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/news/11082.feature.rst b/news/11082.feature.rst
deleted file mode 100644
index 105fc44d6..000000000
--- a/news/11082.feature.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add support to use `truststore <https://pypi.org/project/truststore/>`_ as an alternative SSL certificate verification backend. The backend can be enabled on Python 3.10 and later by installing ``truststore`` into the environment, and adding the ``--use-feature=truststore`` flag to various pip commands.
-
-``truststore`` differs from the current default verification backend (provided by ``certifi``) in it uses the operating system’s trust store, which can be better controlled and augmented to better support non-standard certificates. Depending on feedback, pip may switch to this as the default certificate verification backend in the future.