Skip to content

Commit 3569bb7

Browse files
authored
Merge pull request #47 from LinuxJedi/add-changelog
2 parents cdb28a3 + 015076d commit 3569bb7

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

ChangeLog.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSING.rst
22
include README.rst
3+
include ChangeLog.rst
34

45
recursive-include tests *
56
recursive-include requirements *

0 commit comments

Comments
 (0)