summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2021-11-01 23:30:36 -0700
committerGitHub <noreply@github.com>2021-11-02 14:30:36 +0800
commite84e7b57d1838de70ab7a27089fbee78ce0d2106 (patch)
tree9b5fa35e68396ac8c1ba7fbe208062a725323b77 /CHANGELOG.rst
parentea90b55c84ec25fcd725fe42573e93be5497158e (diff)
downloadpyopenssl-e84e7b57d1838de70ab7a27089fbee78ce0d2106.tar.gz
Expose some DTLS-related features (#1026)
* Expose DTLS_METHOD and friends * Expose OP_NO_RENEGOTIATION * Expose DTLS MTU-related functions * Expose DTLSv1_listen and associated callbacks * Add a basic DTLS test * Cope with old versions of openssl/libressl * blacken * Soothe flake8 * Add temporary hack to skip DTLS test on old cryptography versions * Update for cryptography v35 release * Add changelog entry * Fix versionadded:: * get_cleartext_mtu doesn't exist on decrepit old openssl * Rewrite DTLS test to work around stupid OpenSSL misbehavior * flake8 go away * minor tidying
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6fb31cc..b27ad00 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,7 @@ Backward-incompatible changes:
- Drop support for Python 2.7.
`#1047 <https://github.com/pyca/pyopenssl/pull/1047>`_
+- The minimum ``cryptography`` version is now 35.0.
Deprecations:
^^^^^^^^^^^^^
@@ -19,6 +20,10 @@ Deprecations:
Changes:
^^^^^^^^
+- Expose wrappers for some `DTLS
+ <https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>`_
+ primitives. `#1026 <https://github.com/pyca/pyopenssl/pull/1026>`_
+
21.0.0 (2021-09-28)
-------------------