Skip to content

Commit 2c2ce47

Browse files
author
BAM5
committed
Added changelog
1 parent 2ce4b9e commit 2c2ce47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ Questions, comments, bug reports, and pull requests are all welcome.
194194

195195
## Changelog
196196

197+
### 0.1.55
198+
* **The default schemes used to encrypt and sign data have changed from PKCS1 to the recommended OAEP and PSS standards**
199+
* Overhauled the rsa.js library to allow for schemes and to allow for easy addition of schemes in the future and custom schemes.
200+
* Modified NodeRSA functions to work with new rsa.js file.
201+
* All changes should be backwards compatible
202+
197203
### 0.1.54
198204
* Added support for loading PEM key from Buffer (`fs.readFileSync()` output)
199205
* Added `isEmpty()` method

0 commit comments

Comments
 (0)