File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44
55### News ###
66
7- * Remove support for python 3.6
7+ * Remove support for Python 3.6 and 3.7
8+ * Added support for Python 3.10 and 3.11
9+
10+ ### Bug fixes and Improvements ###
11+ * Updating ` CryptographyAESKey::encrypt ` to generate 96 bit IVs for GCM block
12+ cipher mode
13+ * Fix for PEM key comparisons caused by line lengths and new lines
14+ * Fix for CVE-2024 -33664 - JWE limited to 250KiB
15+ * Fix for CVE-2024 -33663 - signing JWT with public key is now forbidden
16+ * Replace usage of deprecated datetime.utcnow() with datetime.now(UTC)
817
918### Housekeeping ###
1019
1120* Updated Github Actions Workflows
1221* Updated to use tox 4.x
1322* Revise codecov integration
14-
23+ * Fixed DeprecationWarnings
1524
1625## 3.3.0 -- 2021-06-04 ##
1726
Original file line number Diff line number Diff line change 1- __version__ = "3.3 .0"
1+ __version__ = "3.4 .0"
22__author__ = "Michael Davis"
33__license__ = "MIT"
44__copyright__ = "Copyright 2016 Michael Davis"
You can’t perform that action at this time.
0 commit comments