File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ wolfCrypt-py Release 5.4.0 (July 13, 2022)
2+ ==========================================
3+
4+ New Features
5+ ------------
6+
7+ * Update to wolfCrypt 5.4.0 C library
8+ * Add GitHub Actions support, remove Travis CI
9+
10+ Fixes
11+ -----
12+
13+ * Fixups for PyPi
14+ * Remove some of the CMake hack due to things moved into wolfSSL CMakeLists.txt
15+
16+ wolfCrypt-py Release 5.3.0 (May 10, 2022)
17+ =========================================
18+
19+ New Features
20+ ------------
21+
22+ * Update to wolfCrypt 5.3.0
23+ * Build completely refactored to be more Python-like and easier to use
24+ * Added support for SHA3
25+ * Added support for ChaCha stream cipher
26+ * Add support for RSA private keys in PKCS #8 format
27+ * Add module pwdbased.py and expose wc_PBKDF2
28+ * Modifications to make wolfCrypt-py work with FIPS ready and FIPS v5
29+ * Add support for ed448
30+ * Add a pem_to_der function and support for PEM RSA keys
31+ * Add signature generation and verification
32+ * Enabled pwdbased by default
33+ * Windows support added
34+ * Added support for AES-CTR
35+ * Add support for AES GCM streaming
36+ * Add RSA OAEP and PSS padding
37+ * Add get_aad() function
38+
39+ Fixes
40+ -----
41+
42+ * Documentation improvements
Original file line number Diff line number Diff line change 11include LICENSING.rst
22include README.rst
3+ include ChangeLog.rst
34
45recursive-include tests *
56recursive-include requirements *
You can’t perform that action at this time.
0 commit comments