@@ -69,36 +69,41 @@ The current development version can be found at
6969
7070## Changelog
7171
72+ ### v0.5.4 (2025-10-17)
73+ - Update dependency (cryptography>=46.0.3) to include latest security patches and compatibility updates.
74+ - Require OpenSSL 3.0.0 or newer.
75+ - Add Python 3.14 support.
76+
7277### v0.5.3 (2025-02-22)
7378- Update dependency (` cryptography==44.0.1 ` ) to resolves multiple vulnerabilities.
7479- Update dependency (` pyasn1==0.6.1 ` ) to support recent python versions.
75- - Update cryptography deprecations (move SEED algo, use not_valid_before/after_utc) (thanks to [ kerokim] ( https://github.com/kerokim ) )
76- - Drop Python 3.7 support
80+ - Update cryptography deprecations. (move SEED algo, use not_valid_before/after_utc) (thanks to [ kerokim] ( https://github.com/kerokim ) )
81+ - Drop Python 3.7 support.
7782
7883### v0.5.2 (2024-12-21)
7984- Update dependency (` cryptography==42.0.8 ` ) to resolves multiple vulnerabilities.
8085
8186### v0.5.1 (2022-11-02)
82- - Update dependency (` cryptography==38.0.3 ` ) which resolves CVE-2022 -3602 and CVE-2022 -3786
87+ - Update dependency (` cryptography==38.0.3 ` ) which resolves CVE-2022 -3602 and CVE-2022 -3786.
8388
8489### v0.5.0 (2022-01-18)
85- - Upgrade dependency (` cryptography==36.0.1 ` )
86- - Fix file handle leakage
90+ - Upgrade dependency. (` cryptography==36.0.1 ` )
91+ - Fix file handle leakage.
8792
8893### v0.4.5 (2020-12-03)
89- - Fix import path issue (thanks to [ Gyong1211] ( https://github.com/Gyong1211 ) )
94+ - Fix import path issue. (thanks to [ Gyong1211] ( https://github.com/Gyong1211 ) )
9095
9196### v0.4.4 (2020-12-03)
92- - Fix CRT related param error
93- - Remove PyOpenSSL dependency
97+ - Fix CRT related param error.
98+ - Remove PyOpenSSL dependency.
9499- Remove old OpenSSL version dependency with pure SEED implementation.
95100 - If SEED algorithm is not supported by local OpenSSL, use python version of SEED algorithm automatically.
96101
97102### v0.4.3 (2020-02-26)
98- - Fix seed_generator to generate bytes
103+ - Fix seed_generator to generate bytes.
99104
100105### v0.4.2 (2020-02-26)
101- - Test code fix
106+ - Test code fix.
102107
103108### v0.4.1 (2020-02-26)
104109- Add PKCS7 sign message.
@@ -110,9 +115,9 @@ The current development version can be found at
110115- Add test code.
111116- Add PBKDF2 for support PBES2 private key. (by [ yongminz] )
112117- Add function to inject ` r ` (rand num) value to private key.
113- - Update ` pyasn1 ` to ` 0.4.8 `
114- - Update ` cryptography ` to ` 2.8 `
115- - Update ` pyOpenSSL ` to ` 19.1.0 `
118+ - Update ` pyasn1 ` to ` 0.4.8 ` .
119+ - Update ` cryptography ` to ` 2.8 ` .
120+ - Update ` pyOpenSSL ` to ` 19.1.0 ` .
116121- Temporary remove enveloping function.
117122
118123### v0.3 (2017-03-14)
0 commit comments