File tree 3 files changed +6
-4
lines changed
vectors/cryptography_vectors 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Changelog
3
3
4
4
.. _v3-3 :
5
5
6
- 3.3 - ` master `_
7
- ~~~~~~~~~~~~~~~
6
+ 3.3 - 2020-12-08
7
+ ~~~~~~~~~~~~~~~~
8
8
9
9
.. note :: This version is not yet released and is under active development.
10
10
@@ -25,6 +25,8 @@ Changelog
25
25
conform with an upcoming OpenSSL release that no longer supports smaller
26
26
sizes. These keys were already wildly insecure and should not have been used
27
27
in any application outside of testing.
28
+ * Updated Windows, macOS, and ``manylinux `` wheels to be compiled with
29
+ OpenSSL 1.1.1i.
28
30
* Python 2 support is deprecated in ``cryptography ``. This is the last release
29
31
that will support Python 2.
30
32
* Added the
Original file line number Diff line number Diff line change 22
22
)
23
23
__uri__ = "https://github.com/pyca/cryptography"
24
24
25
- __version__ = "3.3.dev1 "
25
+ __version__ = "3.3"
26
26
27
27
__author__ = "The cryptography developers"
28
28
__email__ = "cryptography-dev@python.org"
Original file line number Diff line number Diff line change 20
20
21
21
__uri__ = "https://github.com/pyca/cryptography"
22
22
23
- __version__ = "3.3.dev1 "
23
+ __version__ = "3.3"
24
24
25
25
__author__ = "The cryptography developers"
26
26
__email__ = "cryptography-dev@python.org"
You can’t perform that action at this time.
0 commit comments