diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-21 12:58:35 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-21 12:58:35 -0600 |
commit | fd70632df34aded187b64c820070e3ba65cf7650 (patch) | |
tree | cd249ce25fecea6c340bfb949889438e718da3b8 /CHANGELOG.rst | |
parent | 1f9c5d1917c75c28d323abe7f49bd06b0b9f4b3a (diff) | |
download | pyopenssl-fd70632df34aded187b64c820070e3ba65cf7650.tar.gz |
changelog and call it 19 now (#807)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cfb683..31503cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog Versions are year-based with a strict backward-compatibility policy. The third digit is only for regressions. -18.1.0 (UNRELEASED) +19.0.0 (UNRELEASED) ------------------- @@ -24,7 +24,11 @@ Deprecations: Changes: ^^^^^^^^ -*none* +- pyOpenSSL now works with OpenSSL 1.1.1. + `#805 <https://github.com/pyca/pyopenssl/pull/805>`_ +- pyOpenSSL now handles NUL bytes in ``X509Name.get_components()`` + `#804 <https://github.com/pyca/pyopenssl/pull/804>`_ + ---- |