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
3
3
4
4
.. _v3-2 :
5
5
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
+ ~~~~~~~~~~~~~~~~
10
8
11
9
* **SECURITY ISSUE: ** Attempted to make RSA PKCS#1v1.5 decryption more constant
12
10
time, to protect against Bleichenbacher vulnerabilities. Due to limitations
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.2.dev1 "
25
+ __version__ = "3.2"
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.2.dev1 "
23
+ __version__ = "3.2"
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