File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
vectors/cryptography_vectors Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ Changelog
33
44.. _v3-2 :
55
6- 3.2 - `master `_
7- ~~~~~~~~~~~~~~~
8-
9- .. note :: This version is not yet released and is under active development.
6+ 3.2 - 2020-10-25
7+ ~~~~~~~~~~~~~~~~
108
119* **SECURITY ISSUE: ** Attempted to make RSA PKCS#1v1.5 decryption more constant
1210 time, to protect against Bleichenbacher vulnerabilities. Due to limitations
Original file line number Diff line number Diff line change 2222)
2323__uri__ = "https://github.com/pyca/cryptography"
2424
25- __version__ = "3.2.dev1 "
25+ __version__ = "3.2"
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.2.dev1 "
23+ __version__ = "3.2"
2424
2525__author__ = "The cryptography developers"
2626__email__ = "cryptography-dev@python.org"
You can’t perform that action at this time.
0 commit comments