Skip to content

Commit

Permalink
6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Nov 3, 2016
1 parent a506d54 commit 51fa7be
Show file tree
Hide file tree
Showing 20 changed files with 2,185 additions and 1,290 deletions.
13 changes: 12 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@

ChangeLog for jsrsasign

* Changes from 6.1.4 to next version
* Changes from 6.1.4 to 6.2.0
- RSAKey
- CRITICAL BUGFIX: RSA-PSS and RSA-OAEP not working from jsrsasign 5.0.0
because rstr_sha1 function is missingand. Now it was fixed.
(oaep_pad, oeap_unpad)
- API document added.
- crypto 1.1.9 to 1.1.10
- KJUR.crypto.Cipher class added to encrypt/decrypt data.
Currently only RSA, RSAOAEP supported. Other ciphers like
AES, 3DES will be supported near in the future.
- KJUR.crypto.MessageDigest class
- HASHLENGTH, getCanonicalAlgName, getHashLength
- asn1x509 1.0.15 to 1.0.16
- AuthorityInfoAccess class added by @lionello 's pull request. Thanks.
- base64x
Expand Down
2 changes: 1 addition & 1 deletion api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ <h2><a href="symbols/src/crypto-1.1.js.html">crypto-1.1.js</a></h2>


<dt class="heading">Version:</dt>
<dd>1.1.9 (2016-Oct-08)</dd>
<dd>1.1.10 (2016-Oct-29)</dd>



Expand Down
Loading

0 comments on commit 51fa7be

Please sign in to comment.