Skip to content

Commit fe0a7d7

Browse files
committed
update readme
1 parent e0a2fd6 commit fe0a7d7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ Questions, comments, bug reports, and pull requests are all welcome.
212212
## Changelog
213213

214214
### 0.2.20
215-
* Added `.encryptPrivate()` and `.decryptPublic()` methods
216-
* Encrypt/decrypt methods in nodejs 0.12.x and io.js using native implementation (> 40x speed boost)
215+
* Added `.encryptPrivate()` and `.decryptPublic()` methods.
216+
* Encrypt/decrypt methods in nodejs 0.12.x and io.js using native implementation (> 40x speed boost).
217217
* Fixed some regex issue causing catastrophic backtracking.
218-
* *KNOWN ISSUE*:`encryptPrivate` and `decryptPublic` don't have native implementation in nodejs and can't be use in native implementation with pkcs1_oaep padding in io.js
218+
* *KNOWN ISSUE*:`encryptPrivate` and `decryptPublic` don't have native implementation in nodejs and can't be use in native implementation with pkcs1_oaep padding in io.js.
219219

220220
### 0.2.10
221221
* **Methods `.exportPrivate()` and `.exportPublic()` was replaced by `.exportKey([format])`.**
@@ -226,34 +226,34 @@ Questions, comments, bug reports, and pull requests are all welcome.
226226
* **`.getPublicPEM()` method was renamed to `.exportPublic()`**
227227
* **`.getPrivatePEM()` method was renamed to `.exportPrivate()`**
228228
* **`.loadFromPEM()` method was renamed to `.importKey()`**
229-
* Added PKCS1_OAEP encrypting/decrypting support
230-
* **PKCS1_OAEP now default scheme, you need to specify 'encryptingScheme' option to 'pkcs1' for compatibility with 0.1.x version of NodeRSA**
231-
* Added PSS signing/verifying support
229+
* Added PKCS1_OAEP encrypting/decrypting support.
230+
* **PKCS1_OAEP now default scheme, you need to specify 'encryptingScheme' option to 'pkcs1' for compatibility with 0.1.x version of NodeRSA.**
231+
* Added PSS signing/verifying support.
232232
* Signing now supports `'md5'`, `'ripemd160'`, `'sha1'`, `'sha256'`, `'sha512'` hash algorithms in both environments
233233
and additional `'md4'`, `'sha'`, `'sha224'`, `'sha384'` for nodejs env.
234234
* **`options.signingAlgorithm` was renamed to `options.signingScheme`**
235-
* Added `encryptingScheme` option
235+
* Added `encryptingScheme` option.
236236
* Property `key.options` now mark as private. Added `key.setOptions(options)` method.
237237

238238

239239
### 0.1.54
240-
* Added support for loading PEM key from Buffer (`fs.readFileSync()` output)
241-
* Added `isEmpty()` method
240+
* Added support for loading PEM key from Buffer (`fs.readFileSync()` output).
241+
* Added `isEmpty()` method.
242242

243243
### 0.1.52
244-
* Improve work with not properly trimming PEM strings
244+
* Improve work with not properly trimming PEM strings.
245245

246246
### 0.1.50
247-
* Implemented native js signing and verifying for browsers
248-
* `options.signingAlgorithm` now takes only hash-algorithm name
249-
* Added `.getKeySize()` and `.getMaxMessageSize()` methods
250-
* `.loadFromPublicPEM` and `.loadFromPrivatePEM` methods marked as private
247+
* Implemented native js signing and verifying for browsers.
248+
* `options.signingAlgorithm` now takes only hash-algorithm name.
249+
* Added `.getKeySize()` and `.getMaxMessageSize()` methods.
250+
* `.loadFromPublicPEM` and `.loadFromPrivatePEM` methods marked as private.
251251

252252
### 0.1.40
253-
* Added signing/verifying
253+
* Added signing/verifying.
254254

255255
### 0.1.30
256-
* Added long message support
256+
* Added long message support.
257257

258258

259259
## License

0 commit comments

Comments
 (0)