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