Skip to content

Commit

Permalink
3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed May 20, 2013
1 parent f41710d commit b62af4c
Show file tree
Hide file tree
Showing 8 changed files with 1,194 additions and 313 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

ChangeLog for jsrsasign

* Changes between 3.1.0 and 3.1.1
- pkcs5pkey-1.0.js update 1.0.1 to 1.0.2
- method 'getRSAKeyFromEncryptedPKCS5PEM', 'getEryptedPKCS5PEMFromPrvKeyHex'
'getEryptedPKCS5PEMFromRSAKey' and 'newEncryptedPKCS5PEM'
added to PKCS5PKEY to get encrypted PEM key.

* Changes between 3.0.5 and 3.1.0
- asn1x509-1.0.js update 1.0.2 to 1.0.3
CRL, TBSCertList and CRLEntry class added to KJUR.asn1.x509
Expand Down
2 changes: 1 addition & 1 deletion api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h2><a href="symbols/src/pkcs5pkey-1.0.js.html">pkcs5pkey-1.0.js</a></h2>


<dt class="heading">Version:</dt>
<dd>1.0.0 (2013-Apr-14)</dd>
<dd>pkcs5pkey 1.0.2 (2013-May-20)</dd>



Expand Down
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ <h2><a href="symbols/KJUR.crypto.Util.html">KJUR.crypto.Util</a></h2>

<div>
<h2><a href="symbols/PKCS5PKEY.html">PKCS5PKEY</a></h2>
class for reading passcode protected PKCS#5 private key.
class for PKCS#5 and PKCS#8 private key
</div>
<hr />

Expand Down
Loading

0 comments on commit b62af4c

Please sign in to comment.