Skip to content

Commit

Permalink
5.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Apr 14, 2016
1 parent c5e896a commit 419db22
Show file tree
Hide file tree
Showing 65 changed files with 2,249 additions and 10,356 deletions.
13 changes: 11 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@

ChangeLog for jsrsasign

* Changes between 5.0.7 to next version
* Changes between 5.0.7 to 5.0.8 (2016-Apr-14)
- LICENSE.txt small update for years of copyright.
- ext/x64-core*.js was missed and added
- sample_node/gencsr added
- x509 1.1.6 to 1.1.7
- X509.{getHexOfTLV_V3ExtValue,getHexOfV_V3ExtValue}
are chageed to return null instead of '' if there
is no extension specified by name or oid.
- X509.getBasicConstraints added
- X509.getSignatureAlgorithmName added
- X509.getSignatureValueHex added
- API document update
- each *.min.js files are moved to min/ folder.
- clean up old *-all-min.js

* Changes between 5.0.6 to 5.0.7 (2016-Mar-05)
- tool_csr.html fix for subject parameter.
Expand Down
4 changes: 2 additions & 2 deletions api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,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.7 (2015-Oct-11)</dd>
<dd>1.1.8 (2016-Feb-28)</dd>



Expand Down Expand Up @@ -782,7 +782,7 @@ <h2><a href="symbols/src/x509-1.1.js.html">x509-1.1.js</a></h2>


<dt class="heading">Version:</dt>
<dd>x509 1.1.6 (2015-May-20)</dd>
<dd>x509 1.1.7 (2016-Apr-13)</dd>



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

<div>
<h2><a href="symbols/X509.html">X509</a></h2>
X.509 certificate class
hexadecimal X.509 certificate ASN.1 parser class
</div>
<hr />

Expand Down
Loading

0 comments on commit 419db22

Please sign in to comment.