Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 1 | Changelog |
| 2 | ========= |
| 3 | |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 4 | Versions are year-based with a strict backward-compatibility policy. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 5 | The third digit is only for regressions. |
| 6 | |
Paul Kehrer | 15c2935 | 2018-05-14 13:31:27 -0400 | [diff] [blame] | 7 | 18.0.0 (UNRELEASED) |
Paul Kehrer | 3d231f0 | 2017-12-01 20:31:06 +0800 | [diff] [blame] | 8 | ------------------- |
| 9 | |
| 10 | |
| 11 | Backward-incompatible changes: |
| 12 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 13 | |
Alex Gaynor | 4f9b706 | 2018-05-14 13:25:05 -0400 | [diff] [blame] | 14 | - The minimum ``cryptography`` version is now 2.2.1. |
| 15 | - Support for Python 2.6 has been dropped. |
Paul Kehrer | 3d231f0 | 2017-12-01 20:31:06 +0800 | [diff] [blame] | 16 | |
| 17 | |
| 18 | Deprecations: |
| 19 | ^^^^^^^^^^^^^ |
| 20 | |
| 21 | *none* |
| 22 | |
| 23 | |
| 24 | Changes: |
| 25 | ^^^^^^^^ |
| 26 | |
Jeremy Lainé | 460a19d | 2018-05-16 19:44:19 +0200 | [diff] [blame^] | 27 | - Added ``Connection.get_certificate`` to retrieve the local certificate. |
| 28 | `#733 <https://github.com/pyca/pyopenssl/pull/733>`_ |
Paul Kehrer | 15c2935 | 2018-05-14 13:31:27 -0400 | [diff] [blame] | 29 | - ``OpenSSL.SSL.Connection`` now sets ``SSL_MODE_AUTO_RETRY`` by default. |
| 30 | `#753 <https://github.com/pyca/pyopenssl/pull/753>`_ |
Jeremy Lainé | 02261ad | 2018-05-16 18:33:25 +0200 | [diff] [blame] | 31 | - Added ``Context.set_tlsext_use_srtp`` to enable negotiation of SRTP keying material. |
| 32 | `#734 <https://github.com/pyca/pyopenssl/pull/734>`_ |
Paul Kehrer | 3d231f0 | 2017-12-01 20:31:06 +0800 | [diff] [blame] | 33 | |
| 34 | |
| 35 | ---- |
| 36 | |
Paul Kehrer | d21fcd8 | 2017-12-01 10:13:50 +0800 | [diff] [blame] | 37 | 17.5.0 (2017-11-30) |
Paul Kehrer | 57051a5 | 2017-11-22 11:40:12 +0800 | [diff] [blame] | 38 | ------------------- |
| 39 | |
| 40 | |
| 41 | Backward-incompatible changes: |
| 42 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 43 | |
Alex Gaynor | 4f9b706 | 2018-05-14 13:25:05 -0400 | [diff] [blame] | 44 | - The minimum ``cryptography`` version is now 2.1.4. |
Paul Kehrer | 57051a5 | 2017-11-22 11:40:12 +0800 | [diff] [blame] | 45 | |
| 46 | |
| 47 | Deprecations: |
| 48 | ^^^^^^^^^^^^^ |
| 49 | |
| 50 | *none* |
| 51 | |
| 52 | |
| 53 | Changes: |
| 54 | ^^^^^^^^ |
| 55 | |
Paul Kehrer | e738186 | 2017-11-30 20:55:25 +0800 | [diff] [blame] | 56 | - Fixed a potential use-after-free in the verify callback and resolved a memory leak when loading PKCS12 files with ``cacerts``. |
| 57 | `#723 <https://github.com/pyca/pyopenssl/pull/723>`_ |
Paul Kehrer | bdb7639 | 2017-12-01 04:54:32 +0800 | [diff] [blame] | 58 | - Added ``Connection.export_keying_material`` for RFC 5705 compatible export of keying material. |
| 59 | `#725 <https://github.com/pyca/pyopenssl/pull/725>`_ |
Paul Kehrer | 57051a5 | 2017-11-22 11:40:12 +0800 | [diff] [blame] | 60 | |
| 61 | ---- |
| 62 | |
| 63 | |
| 64 | |
Paul Kehrer | 5a3fb40 | 2017-11-22 02:20:14 +0800 | [diff] [blame] | 65 | 17.4.0 (2017-11-21) |
Paul Kehrer | 1eac0e8 | 2017-09-14 11:28:15 +0800 | [diff] [blame] | 66 | ------------------- |
| 67 | |
| 68 | |
| 69 | Backward-incompatible changes: |
| 70 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 71 | |
| 72 | *none* |
| 73 | |
| 74 | |
| 75 | Deprecations: |
| 76 | ^^^^^^^^^^^^^ |
| 77 | |
| 78 | *none* |
| 79 | |
| 80 | |
| 81 | Changes: |
| 82 | ^^^^^^^^ |
| 83 | |
Paul Kehrer | 1eac0e8 | 2017-09-14 11:28:15 +0800 | [diff] [blame] | 84 | |
Paul Kehrer | acbd662 | 2017-11-20 22:25:18 +0800 | [diff] [blame] | 85 | - Re-added a subset of the ``OpenSSL.rand`` module. |
| 86 | This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork. |
| 87 | `#708 <https://github.com/pyca/pyopenssl/pull/708>`_ |
Alex Gaynor | 4aa52c3 | 2017-11-20 09:04:08 -0500 | [diff] [blame] | 88 | - Corrected a use-after-free when reusing an issuer or subject from an ``X509`` object after the underlying object has been mutated. |
| 89 | `#709 <https://github.com/pyca/pyopenssl/pull/709>`_ |
Paul Kehrer | 1eac0e8 | 2017-09-14 11:28:15 +0800 | [diff] [blame] | 90 | |
| 91 | ---- |
| 92 | |
Hynek Schlawack | 29add1d | 2016-10-16 11:20:04 +0200 | [diff] [blame] | 93 | |
Paul Kehrer | 9bd33dc | 2017-09-14 10:53:56 +0800 | [diff] [blame] | 94 | 17.3.0 (2017-09-14) |
Hynek Schlawack | a723ba2 | 2017-07-20 12:22:01 +0200 | [diff] [blame] | 95 | ------------------- |
| 96 | |
| 97 | |
| 98 | Backward-incompatible changes: |
| 99 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 100 | |
Alex Gaynor | 209de94 | 2017-07-25 09:08:05 -0400 | [diff] [blame] | 101 | - Dropped support for Python 3.3. |
| 102 | `#677 <https://github.com/pyca/pyopenssl/pull/677>`_ |
Alex Gaynor | 23c965e | 2017-07-25 10:33:17 -0400 | [diff] [blame] | 103 | - Removed the deprecated ``OpenSSL.rand`` module. |
| 104 | This is being done ahead of our normal deprecation schedule due to its lack of use and the fact that it was becoming a maintenance burden. |
| 105 | ``os.urandom()`` should be used instead. |
| 106 | `#675 <https://github.com/pyca/pyopenssl/pull/675>`_ |
Hynek Schlawack | a723ba2 | 2017-07-20 12:22:01 +0200 | [diff] [blame] | 107 | |
| 108 | |
| 109 | Deprecations: |
| 110 | ^^^^^^^^^^^^^ |
| 111 | |
Alex Gaynor | a079213 | 2017-07-22 09:13:57 -0400 | [diff] [blame] | 112 | - Deprecated ``OpenSSL.tsafe``. |
| 113 | `#673 <https://github.com/pyca/pyopenssl/pull/673>`_ |
Hynek Schlawack | a723ba2 | 2017-07-20 12:22:01 +0200 | [diff] [blame] | 114 | |
| 115 | Changes: |
| 116 | ^^^^^^^^ |
| 117 | |
Paul Kehrer | 9bd33dc | 2017-09-14 10:53:56 +0800 | [diff] [blame] | 118 | - Fixed a memory leak in ``OpenSSL.crypto.CRL``. |
| 119 | `#690 <https://github.com/pyca/pyopenssl/pull/690>`_ |
| 120 | - Fixed a memory leak when verifying certificates with ``OpenSSL.crypto.X509StoreContext``. |
| 121 | `#691 <https://github.com/pyca/pyopenssl/pull/691>`_ |
Hynek Schlawack | a723ba2 | 2017-07-20 12:22:01 +0200 | [diff] [blame] | 122 | |
| 123 | |
| 124 | ---- |
| 125 | |
| 126 | |
Hynek Schlawack | dd44662 | 2017-07-20 11:39:51 +0200 | [diff] [blame] | 127 | 17.2.0 (2017-07-20) |
Hynek Schlawack | a421276 | 2017-06-30 18:28:08 +0200 | [diff] [blame] | 128 | ------------------- |
| 129 | |
| 130 | |
| 131 | Backward-incompatible changes: |
| 132 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 133 | |
| 134 | *none* |
| 135 | |
| 136 | |
| 137 | Deprecations: |
| 138 | ^^^^^^^^^^^^^ |
| 139 | |
Alex Gaynor | 8a1de8d | 2017-07-06 22:40:07 -0400 | [diff] [blame] | 140 | - Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead. |
| 141 | `#658 <https://github.com/pyca/pyopenssl/pull/658>`_ |
Hynek Schlawack | a421276 | 2017-06-30 18:28:08 +0200 | [diff] [blame] | 142 | |
| 143 | |
| 144 | Changes: |
| 145 | ^^^^^^^^ |
| 146 | |
Hynek Schlawack | 8102128 | 2017-07-20 10:32:37 +0200 | [diff] [blame] | 147 | - Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with cryptography ``manylinux1`` wheels on Python 3.x. |
Paul Kehrer | a92a1a7 | 2017-07-19 15:53:23 +0200 | [diff] [blame] | 148 | `#665 <https://github.com/pyca/pyopenssl/pull/665>`_ |
Paul Kehrer | 59d2625 | 2017-07-20 10:45:54 +0200 | [diff] [blame] | 149 | - Fixed a crash with (EC)DSA signatures in some cases. |
| 150 | `#670 <https://github.com/pyca/pyopenssl/pull/670>`_ |
Paul Kehrer | a92a1a7 | 2017-07-19 15:53:23 +0200 | [diff] [blame] | 151 | |
Hynek Schlawack | a421276 | 2017-06-30 18:28:08 +0200 | [diff] [blame] | 152 | |
| 153 | ---- |
| 154 | |
| 155 | |
Hynek Schlawack | a46d234 | 2017-06-30 17:33:08 +0200 | [diff] [blame] | 156 | 17.1.0 (2017-06-30) |
Hynek Schlawack | 7706e14 | 2017-04-20 14:54:05 +0200 | [diff] [blame] | 157 | ------------------- |
| 158 | |
| 159 | |
| 160 | Backward-incompatible changes: |
| 161 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 162 | |
Hynek Schlawack | 941f903 | 2017-06-30 16:20:00 +0200 | [diff] [blame] | 163 | - Removed the deprecated ``OpenSSL.rand.egd()`` function. |
Alex Gaynor | 3ed6273 | 2017-05-31 05:03:27 -0400 | [diff] [blame] | 164 | Applications should prefer ``os.urandom()`` for random number generation. |
| 165 | `#630 <https://github.com/pyca/pyopenssl/pull/630>`_ |
Alex Gaynor | 173e4ba | 2017-06-30 08:01:12 -0700 | [diff] [blame] | 166 | - Removed the deprecated default ``digest`` argument to ``OpenSSL.crypto.CRL.export()``. |
| 167 | Callers must now always pass an explicit ``digest``. |
| 168 | `#652 <https://github.com/pyca/pyopenssl/pull/652>`_ |
Hynek Schlawack | 941f903 | 2017-06-30 16:20:00 +0200 | [diff] [blame] | 169 | - Fixed a bug with ``ASN1_TIME`` casting in ``X509.set_notBefore()``, |
| 170 | ``X509.set_notAfter()``, ``Revoked.set_rev_date()``, ``Revoked.set_nextUpdate()``, |
| 171 | and ``Revoked.set_lastUpdate()``. You must now pass times in the form |
Paul Kehrer | ce98ee6 | 2017-06-21 06:59:58 -1000 | [diff] [blame] | 172 | ``YYYYMMDDhhmmssZ``. ``YYYYMMDDhhmmss+hhmm`` and ``YYYYMMDDhhmmss-hhmm`` |
| 173 | will no longer work. `#612 <https://github.com/pyca/pyopenssl/pull/612>`_ |
Hynek Schlawack | 7706e14 | 2017-04-20 14:54:05 +0200 | [diff] [blame] | 174 | |
| 175 | |
| 176 | Deprecations: |
| 177 | ^^^^^^^^^^^^^ |
| 178 | |
Alex Gaynor | 10d3083 | 2017-06-29 15:31:39 -0700 | [diff] [blame] | 179 | |
Hynek Schlawack | 941f903 | 2017-06-30 16:20:00 +0200 | [diff] [blame] | 180 | - Deprecated the legacy "Type" aliases: ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509NameType``, ``X509ExtensionType``, ``X509ReqType``, ``X509Type``, ``X509StoreType``, ``CRLType``, ``PKCS7Type``, ``PKCS12Type``, ``NetscapeSPKIType``. |
| 181 | The names without the "Type"-suffix should be used instead. |
Hynek Schlawack | 7706e14 | 2017-04-20 14:54:05 +0200 | [diff] [blame] | 182 | |
| 183 | |
| 184 | Changes: |
| 185 | ^^^^^^^^ |
| 186 | |
Hynek Schlawack | 941f903 | 2017-06-30 16:20:00 +0200 | [diff] [blame] | 187 | - Added ``OpenSSL.crypto.X509.from_cryptography()`` and ``OpenSSL.crypto.X509.to_cryptography()`` for converting X.509 certificate to and from pyca/cryptography objects. |
| 188 | `#640 <https://github.com/pyca/pyopenssl/pull/640>`_ |
| 189 | - Added ``OpenSSL.crypto.X509Req.from_cryptography()``, ``OpenSSL.crypto.X509Req.to_cryptography()``, ``OpenSSL.crypto.CRL.from_cryptography()``, and ``OpenSSL.crypto.CRL.to_cryptography()`` for converting X.509 CSRs and CRLs to and from pyca/cryptography objects. |
| 190 | `#645 <https://github.com/pyca/pyopenssl/pull/645>`_ |
Hynek Schlawack | d52975c | 2017-05-13 17:44:27 +0200 | [diff] [blame] | 191 | - Added ``OpenSSL.debug`` that allows to get an overview of used library versions (including linked OpenSSL) and other useful runtime information using ``python -m OpenSSL.debug``. |
| 192 | `#620 <https://github.com/pyca/pyopenssl/pull/620>`_ |
Hynek Schlawack | a46d234 | 2017-06-30 17:33:08 +0200 | [diff] [blame] | 193 | - Added a fallback path to ``Context.set_default_verify_paths()`` to accommodate the upcoming release of ``cryptography`` ``manylinux1`` wheels. |
Hynek Schlawack | 941f903 | 2017-06-30 16:20:00 +0200 | [diff] [blame] | 194 | `#633 <https://github.com/pyca/pyopenssl/pull/633>`_ |
Hynek Schlawack | 7706e14 | 2017-04-20 14:54:05 +0200 | [diff] [blame] | 195 | |
| 196 | |
| 197 | ---- |
| 198 | |
| 199 | |
Hynek Schlawack | 7970508 | 2017-04-20 13:32:49 +0200 | [diff] [blame] | 200 | 17.0.0 (2017-04-20) |
Hynek Schlawack | 29add1d | 2016-10-16 11:20:04 +0200 | [diff] [blame] | 201 | ------------------- |
| 202 | |
| 203 | Backward-incompatible changes: |
| 204 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 205 | |
| 206 | *none* |
| 207 | |
| 208 | |
| 209 | Deprecations: |
| 210 | ^^^^^^^^^^^^^ |
| 211 | |
| 212 | *none* |
| 213 | |
| 214 | |
| 215 | Changes: |
| 216 | ^^^^^^^^ |
| 217 | |
Thomas Sileo | e15e60a | 2016-11-22 18:13:30 +0100 | [diff] [blame] | 218 | - Added ``OpenSSL.X509Store.set_time()`` to set a custom verification time when verifying certificate chains. |
| 219 | `#567 <https://github.com/pyca/pyopenssl/pull/567>`_ |
Cory Benfield | 496652a | 2017-01-24 11:42:56 +0000 | [diff] [blame] | 220 | - Added a collection of functions for working with OCSP stapling. |
| 221 | None of these functions make it possible to validate OCSP assertions, only to staple them into the handshake and to retrieve the stapled assertion if provided. |
| 222 | Users will need to write their own code to handle OCSP assertions. |
Hynek Schlawack | 941f903 | 2017-06-30 16:20:00 +0200 | [diff] [blame] | 223 | We specifically added: ``Context.set_ocsp_server_callback()``, ``Context.set_ocsp_client_callback()``, and ``Connection.request_ocsp()``. |
Cory Benfield | 685483b | 2017-01-24 14:00:45 +0000 | [diff] [blame] | 224 | `#580 <https://github.com/pyca/pyopenssl/pull/580>`_ |
Cory Benfield | e62840e | 2016-11-28 12:17:08 +0000 | [diff] [blame] | 225 | - Changed the ``SSL`` module's memory allocation policy to avoid zeroing memory it allocates when unnecessary. |
| 226 | This reduces CPU usage and memory allocation time by an amount proportional to the size of the allocation. |
| 227 | For applications that process a lot of TLS data or that use very lage allocations this can provide considerable performance improvements. |
| 228 | `#578 <https://github.com/pyca/pyopenssl/pull/578>`_ |
Paul Kehrer | 6c6bf86 | 2016-12-19 06:03:48 -0600 | [diff] [blame] | 229 | - Automatically set ``SSL_CTX_set_ecdh_auto()`` on ``OpenSSL.SSL.Context``. |
| 230 | `#575 <https://github.com/pyca/pyopenssl/pull/575>`_ |
Greg Bowser | 36eb2de | 2017-01-24 11:38:55 -0500 | [diff] [blame] | 231 | - Fix empty exceptions from ``OpenSSL.crypto.load_privatekey()``. |
| 232 | `#581 <https://github.com/pyca/pyopenssl/pull/581>`_ |
Hynek Schlawack | 29add1d | 2016-10-16 11:20:04 +0200 | [diff] [blame] | 233 | |
| 234 | |
| 235 | ---- |
| 236 | |
| 237 | |
Hynek Schlawack | c3b38e5 | 2016-10-15 14:56:14 +0200 | [diff] [blame] | 238 | 16.2.0 (2016-10-15) |
Paul Kehrer | 8e99fef | 2016-08-26 19:36:46 +0800 | [diff] [blame] | 239 | ------------------- |
| 240 | |
| 241 | Backward-incompatible changes: |
| 242 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 243 | |
| 244 | *none* |
| 245 | |
| 246 | |
| 247 | Deprecations: |
| 248 | ^^^^^^^^^^^^^ |
| 249 | |
| 250 | *none* |
| 251 | |
| 252 | |
| 253 | Changes: |
| 254 | ^^^^^^^^ |
| 255 | |
Alex Gaynor | 0cc5637 | 2016-09-24 11:15:55 -0400 | [diff] [blame] | 256 | - Fixed compatibility errors with OpenSSL 1.1.0. |
Paul Kehrer | fe2a0a1 | 2016-10-06 12:00:54 +0200 | [diff] [blame] | 257 | - Fixed an issue that caused failures with subinterpreters and embedded Pythons. |
| 258 | `#552 <https://github.com/pyca/pyopenssl/pull/552>`_ |
Paul Kehrer | 8e99fef | 2016-08-26 19:36:46 +0800 | [diff] [blame] | 259 | |
Hynek Schlawack | c3b38e5 | 2016-10-15 14:56:14 +0200 | [diff] [blame] | 260 | |
Paul Kehrer | 8e99fef | 2016-08-26 19:36:46 +0800 | [diff] [blame] | 261 | ---- |
| 262 | |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 263 | |
Paul Kehrer | d0513ab | 2016-08-26 16:33:23 +0800 | [diff] [blame] | 264 | 16.1.0 (2016-08-26) |
Hynek Schlawack | 156f174 | 2016-03-19 12:37:12 +0100 | [diff] [blame] | 265 | ------------------- |
| 266 | |
| 267 | Backward-incompatible changes: |
| 268 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 269 | |
| 270 | *none* |
| 271 | |
| 272 | |
| 273 | Deprecations: |
| 274 | ^^^^^^^^^^^^^ |
| 275 | |
Alex Gaynor | 2a52285 | 2016-08-31 12:17:55 -0400 | [diff] [blame] | 276 | - Dropped support for OpenSSL 0.9.8. |
Hynek Schlawack | 156f174 | 2016-03-19 12:37:12 +0100 | [diff] [blame] | 277 | |
| 278 | |
| 279 | Changes: |
| 280 | ^^^^^^^^ |
| 281 | |
Hynek Schlawack | 11e43ad | 2016-07-03 14:40:20 +0200 | [diff] [blame] | 282 | - Fix memory leak in ``OpenSSL.crypto.dump_privatekey()`` with ``FILETYPE_TEXT``. |
| 283 | `#496 <https://github.com/pyca/pyopenssl/pull/496>`_ |
Dan Sully | 44e767a | 2016-06-04 18:05:27 -0700 | [diff] [blame] | 284 | - Enable use of CRL (and more) in verify context. |
| 285 | `#483 <https://github.com/pyca/pyopenssl/pull/483>`_ |
Paul Kehrer | 72d968b | 2016-07-29 15:31:04 +0800 | [diff] [blame] | 286 | - ``OpenSSL.crypto.PKey`` can now be constructed from ``cryptography`` objects and also exported as such. |
| 287 | `#439 <https://github.com/pyca/pyopenssl/pull/439>`_ |
Paul Kehrer | d0513ab | 2016-08-26 16:33:23 +0800 | [diff] [blame] | 288 | - Support newer versions of ``cryptography`` which use opaque structs for OpenSSL 1.1.0 compatibility. |
Hynek Schlawack | 156f174 | 2016-03-19 12:37:12 +0100 | [diff] [blame] | 289 | |
| 290 | |
| 291 | ---- |
| 292 | |
| 293 | |
Hynek Schlawack | b62041b | 2016-03-19 10:00:09 +0100 | [diff] [blame] | 294 | 16.0.0 (2016-03-19) |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 295 | ------------------- |
| 296 | |
| 297 | This is the first release under full stewardship of PyCA. |
| 298 | We have made *many* changes to make local development more pleasing. |
| 299 | The test suite now passes both on Linux and OS X with OpenSSL 0.9.8, 1.0.1, and 1.0.2. |
Hynek Schlawack | f6c96af | 2017-04-20 12:34:58 +0200 | [diff] [blame] | 300 | It has been moved to `pytest <https://docs.pytest.org/>`_, all CI test runs are part of `tox <https://tox.readthedocs.io/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.io/>`_ compliant. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 301 | |
Cory Benfield | 0820ac2 | 2015-10-28 17:39:28 +0900 | [diff] [blame] | 302 | We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 303 | |
| 304 | |
| 305 | Backward-incompatible changes: |
| 306 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 307 | |
| 308 | - Python 3.2 support has been dropped. |
| 309 | It never had significant real world usage and has been dropped by our main dependency ``cryptography``. |
| 310 | Affected users should upgrade to Python 3.3 or later. |
| 311 | |
| 312 | |
| 313 | Deprecations: |
| 314 | ^^^^^^^^^^^^^ |
| 315 | |
| 316 | - The support for EGD has been removed. |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 317 | The only affected function ``OpenSSL.rand.egd()`` now uses ``os.urandom()`` to seed the internal PRNG instead. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 318 | Please see `pyca/cryptography#1636 <https://github.com/pyca/cryptography/pull/1636>`_ for more background information on this decision. |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 319 | In accordance with our backward compatibility policy ``OpenSSL.rand.egd()`` will be *removed* no sooner than a year from the release of 16.0.0. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 320 | |
Hynek Schlawack | c3b38e5 | 2016-10-15 14:56:14 +0200 | [diff] [blame] | 321 | Please note that you should `use urandom <https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ for all your secure random number needs. |
Hynek Schlawack | 046d3f4 | 2016-03-13 08:33:04 +0100 | [diff] [blame] | 322 | - Python 2.6 support has been deprecated. |
| 323 | Our main dependency ``cryptography`` deprecated 2.6 in version 0.9 (2015-05-14) with no time table for actually dropping it. |
| 324 | pyOpenSSL will drop Python 2.6 support once ``cryptography`` does. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 325 | |
| 326 | |
| 327 | Changes: |
| 328 | ^^^^^^^^ |
| 329 | |
Hynek Schlawack | b875d51 | 2016-03-16 13:56:33 +0100 | [diff] [blame] | 330 | - Fixed ``OpenSSL.SSL.Context.set_session_id``, ``OpenSSL.SSL.Connection.renegotiate``, ``OpenSSL.SSL.Connection.renegotiate_pending``, and ``OpenSSL.SSL.Context.load_client_ca``. |
Hynek Schlawack | b1f3ca8 | 2016-02-13 09:10:04 +0100 | [diff] [blame] | 331 | They were lacking an implementation since 0.14. |
Hynek Schlawack | b875d51 | 2016-03-16 13:56:33 +0100 | [diff] [blame] | 332 | `#422 <https://github.com/pyca/pyopenssl/pull/422>`_ |
Paul Kehrer | 8fc6ec0 | 2016-03-02 13:20:58 -0600 | [diff] [blame] | 333 | - Fixed segmentation fault when using keys larger than 4096-bit to sign data. |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 334 | `#428 <https://github.com/pyca/pyopenssl/pull/428>`_ |
| 335 | - Fixed ``AttributeError`` when ``OpenSSL.SSL.Connection.get_app_data()`` was called before setting any app data. |
| 336 | `#304 <https://github.com/pyca/pyopenssl/pull/304>`_ |
| 337 | - Added ``OpenSSL.crypto.dump_publickey()`` to dump ``OpenSSL.crypto.PKey`` objects that represent public keys, and ``OpenSSL.crypto.load_publickey()`` to load such objects from serialized representations. |
| 338 | `#382 <https://github.com/pyca/pyopenssl/pull/382>`_ |
| 339 | - Added ``OpenSSL.crypto.dump_crl()`` to dump a certificate revocation list out to a string buffer. |
| 340 | `#368 <https://github.com/pyca/pyopenssl/pull/368>`_ |
Hynek Schlawack | ea94f2b | 2016-03-13 16:17:53 +0100 | [diff] [blame] | 341 | - Added ``OpenSSL.SSL.Connection.get_state_string()`` using the OpenSSL binding ``state_string_long``. |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 342 | `#358 <https://github.com/pyca/pyopenssl/pull/358>`_ |
| 343 | - Added support for the ``socket.MSG_PEEK`` flag to ``OpenSSL.SSL.Connection.recv()`` and ``OpenSSL.SSL.Connection.recv_into()``. |
| 344 | `#294 <https://github.com/pyca/pyopenssl/pull/294>`_ |
| 345 | - Added ``OpenSSL.SSL.Connection.get_protocol_version()`` and ``OpenSSL.SSL.Connection.get_protocol_version_name()``. |
| 346 | `#244 <https://github.com/pyca/pyopenssl/pull/244>`_ |
| 347 | - Switched to ``utf8string`` mask by default. |
| 348 | OpenSSL formerly defaulted to a ``T61String`` if there were UTF-8 characters present. |
| 349 | This was changed to default to ``UTF8String`` in the config around 2005, but the actual code didn't change it until late last year. |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 350 | This will default us to the setting that actually works. |
| 351 | To revert this you can call ``OpenSSL.crypto._lib.ASN1_STRING_set_default_mask_asc(b"default")``. |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 352 | `#234 <https://github.com/pyca/pyopenssl/pull/234>`_ |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 353 | |
| 354 | |
Hynek Schlawack | 65e4def | 2016-03-13 15:07:52 +0100 | [diff] [blame] | 355 | ---- |
| 356 | |
Hynek Schlawack | 682443f | 2015-10-25 16:15:12 +0100 | [diff] [blame] | 357 | |
| 358 | Older Changelog Entries |
| 359 | ----------------------- |
| 360 | |
Hynek Schlawack | 0cc6154 | 2016-01-19 14:09:32 +0100 | [diff] [blame] | 361 | The changes from before release 16.0.0 are preserved in the `repository <https://github.com/pyca/pyopenssl/blob/master/doc/ChangeLog_old.txt>`_. |