summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-02-21 21:41:22 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-02-22 10:41:22 +0800
commitbe2bd54f4bf0c8ea50eaf5fd7343652f2bdf9eca (patch)
tree22b05157fc7b3620e8ec79f7612ce31fb7b9c99d /CHANGELOG.rst
parentdf2480da2c65cf0ddb0427803edbc04516fc237f (diff)
downloadpyopenssl-be2bd54f4bf0c8ea50eaf5fd7343652f2bdf9eca.tar.gz
Deprecated NPN (#820)
* Deprecated NPN * arithmetic is hard * oops * oops
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ee8dda4..2b6d732 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,7 +18,9 @@ Backward-incompatible changes:
Deprecations:
^^^^^^^^^^^^^
-*none*
+- Deprecated ``OpenSSL.SSL.Context.set_npn_advertise_callback``, ``OpenSSL.SSL.Context.set_npn_select_callback``, and ``OpenSSL.SSL.Connection.get_next_proto_negotiated``.
+ ALPN should be used instead.
+ `#820 <https://github.com/pyca/pyopenssl/pull/820>`_
Changes: