Skip to content

Commit

Permalink
4.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Sep 13, 2015
1 parent 419d2f2 commit 398f9a0
Show file tree
Hide file tree
Showing 137 changed files with 8,895 additions and 3,696 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.txt
@@ -1,6 +1,17 @@

ChangeLog for jsrsasign

* Changes between 4.8.6 to 4.9.0
- certificate signing request(CSR/PKCS#10) generation support
asn1csr-1.0.js added
- asn1 1.0.7 to 1.0.8
- small API document update
- base64x 1.1.4 to 1.1.5
- function strdiffidx added
- keyutil 1.0.9 to 1.0.10
- fix and small program comment update
- jws: small API document update

* Changes between 4.8.5 to 4.8.6
- npm package and bower fix

Expand Down
37 changes: 32 additions & 5 deletions api/files.html
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<title>jsrsasign 4.0.0 JavaScript API Reference - File Index</title>
<title>jsrsasign 4.8.7 JavaScript API Reference - File Index</title>
<meta name="generator" content="JsDoc Toolkit" />

<style type="text/css">
Expand Down Expand Up @@ -175,7 +175,7 @@

<body>
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> 4.0.0 JavaScript API Reference
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
</div>


Expand Down Expand Up @@ -246,6 +246,14 @@ <h2>Classes</h2>

<li><a href="symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</a></li>

<li><a href="symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></li>

<li><a href="symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></li>

<li><a href="symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></li>

<li><a href="symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></li>

<li><a href="symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></li>

<li><a href="symbols/KJUR.asn1.DERAbstractStructured.html">KJUR.asn1.DERAbstractStructured</a></li>
Expand Down Expand Up @@ -413,7 +421,7 @@ <h2><a href="symbols/src/asn1-1.0.js.html">asn1-1.0.js</a></h2>


<dt class="heading">Version:</dt>
<dd>asn1 1.0.7 (2015-Jun-11)</dd>
<dd>asn1 1.0.8 (2015-Sep-13)</dd>



Expand Down Expand Up @@ -455,6 +463,25 @@ <h2><a href="symbols/src/asn1cms-1.0.js.html">asn1cms-1.0.js</a></h2>



</dl>
</div>
<hr />

<div>
<h2><a href="symbols/src/asn1csr-1.0.js.html">asn1csr-1.0.js</a></h2>


<dl>

<dt class="heading">Author:</dt>
<dd>Kenji Urushima kenji.urushima@gmail.com</dd>


<dt class="heading">Version:</dt>
<dd>1.0.0 (2015-Sep-12)</dd>



</dl>
</div>
<hr />
Expand Down Expand Up @@ -527,7 +554,7 @@ <h2><a href="symbols/src/base64x-1.1.js.html">base64x-1.1.js</a></h2>


<dt class="heading">Version:</dt>
<dd>asn1 1.1.4 (2015-Jul-3)</dd>
<dd>asn1 1.1.5 (2015-Sep-13)</dd>



Expand Down Expand Up @@ -660,7 +687,7 @@ <h2><a href="symbols/src/keyutil-1.0.js.html">keyutil-1.0.js</a></h2>


<dt class="heading">Version:</dt>
<dd>keyutil 1.0.9 (2015-Jul-04)</dd>
<dd>keyutil 1.0.10 (2015-Sep-13)</dd>



Expand Down
36 changes: 34 additions & 2 deletions api/index.html
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<title>jsrsasign 4.0.0 JavaScript API Reference - Index</title>
<title>jsrsasign 4.8.7 JavaScript API Reference - Index</title>
<meta name="generator" content="JsDoc Toolkit" />

<style type="text/css">
Expand Down Expand Up @@ -175,7 +175,7 @@

<body>
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> 4.0.0 JavaScript API Reference
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
</div>


Expand Down Expand Up @@ -246,6 +246,14 @@ <h2>Classes</h2>

<li><a href="symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</a></li>

<li><a href="symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></li>

<li><a href="symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></li>

<li><a href="symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></li>

<li><a href="symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></li>

<li><a href="symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></li>

<li><a href="symbols/KJUR.asn1.DERAbstractStructured.html">KJUR.asn1.DERAbstractStructured</a></li>
Expand Down Expand Up @@ -582,6 +590,30 @@ <h2><a href="symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</
</div>
<hr />

<div>
<h2><a href="symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></h2>

</div>
<hr />

<div>
<h2><a href="symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></h2>
ASN.1 CertificationRequest structure class
</div>
<hr />

<div>
<h2><a href="symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></h2>
ASN.1 CertificationRequestInfo structure class
</div>
<hr />

<div>
<h2><a href="symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></h2>
Certification Request (CSR/PKCS#10) utilities class
</div>
<hr />

<div>
<h2><a href="symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></h2>
base class for ASN.1 DER string classes
Expand Down
14 changes: 11 additions & 3 deletions api/symbols/ASN1HEX.html
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc Toolkit" />

<title>jsrsasign 4.0.0 JavaScript API Reference - ASN1HEX</title>
<title>jsrsasign 4.8.7 JavaScript API Reference - ASN1HEX</title>

<style type="text/css">
/* default.css */
Expand Down Expand Up @@ -177,7 +177,7 @@
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> 4.0.0 JavaScript API Reference
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
</div>

<!-- end static/header.html -->
Expand Down Expand Up @@ -251,6 +251,14 @@ <h2>Classes</h2>

<li><a href="../symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</a></li>

<li><a href="../symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractStructured.html">KJUR.asn1.DERAbstractStructured</a></li>
Expand Down Expand Up @@ -1541,7 +1549,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2015 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
30 changes: 26 additions & 4 deletions api/symbols/Base64x.html
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc Toolkit" />

<title>jsrsasign 4.0.0 JavaScript API Reference - Base64x</title>
<title>jsrsasign 4.8.7 JavaScript API Reference - Base64x</title>

<style type="text/css">
/* default.css */
Expand Down Expand Up @@ -177,7 +177,7 @@
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> 4.0.0 JavaScript API Reference
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
</div>

<!-- end static/header.html -->
Expand Down Expand Up @@ -251,6 +251,14 @@ <h2>Classes</h2>

<li><a href="../symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</a></li>

<li><a href="../symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractStructured.html">KJUR.asn1.DERAbstractStructured</a></li>
Expand Down Expand Up @@ -469,7 +477,21 @@ <h1 class="classTitle">
</div>

<div class="description">
Base64URL and supplementary functions for Tom Wu's base64.js library.<br/>This class is just provide information about global functionsdefined in 'base64x.js'. The 'base64x.js' script file providesglobal functions for converting following data each other.<ul><li>(ASCII) String</li><li>UTF8 String including CJK, Latin and other characters</li><li>byte array</li><li>hexadecimal encoded String</li><li>Full URIComponent encoded String (such like "%69%94")</li><li>Base64 encoded String</li><li>Base64URL encoded String</li></ul>All functions in 'base64x.js' are defined in <a href="../symbols/global__.html">global__</a> and notin this class.
Base64URL and supplementary functions for Tom Wu's base64.js library.<br/>
This class is just provide information about global functions
defined in 'base64x.js'. The 'base64x.js' script file provides
global functions for converting following data each other.
<ul>
<li>(ASCII) String</li>
<li>UTF8 String including CJK, Latin and other characters</li>
<li>byte array</li>
<li>hexadecimal encoded String</li>
<li>Full URIComponent encoded String (such like "%69%94")</li>
<li>Base64 encoded String</li>
<li>Base64URL encoded String</li>
</ul>
All functions in 'base64x.js' are defined in <a href="../symbols/global__.html">global__</a> and not
in this class.
<br /><i>Author: </i>Kenji Urushima.
</div>

Expand Down Expand Up @@ -518,7 +540,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2015 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
14 changes: 11 additions & 3 deletions api/symbols/KEYUTIL.html
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc Toolkit" />

<title>jsrsasign 4.0.0 JavaScript API Reference - KEYUTIL</title>
<title>jsrsasign 4.8.7 JavaScript API Reference - KEYUTIL</title>

<style type="text/css">
/* default.css */
Expand Down Expand Up @@ -177,7 +177,7 @@
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> 4.0.0 JavaScript API Reference
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
</div>

<!-- end static/header.html -->
Expand Down Expand Up @@ -251,6 +251,14 @@ <h2>Classes</h2>

<li><a href="../symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</a></li>

<li><a href="../symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractStructured.html">KJUR.asn1.DERAbstractStructured</a></li>
Expand Down Expand Up @@ -2915,7 +2923,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2015 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
14 changes: 11 additions & 3 deletions api/symbols/KJUR.asn1.ASN1Object.html
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc Toolkit" />

<title>jsrsasign 4.0.0 JavaScript API Reference - KJUR.asn1.ASN1Object</title>
<title>jsrsasign 4.8.7 JavaScript API Reference - KJUR.asn1.ASN1Object</title>

<style type="text/css">
/* default.css */
Expand Down Expand Up @@ -177,7 +177,7 @@
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> 4.0.0 JavaScript API Reference
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
</div>

<!-- end static/header.html -->
Expand Down Expand Up @@ -251,6 +251,14 @@ <h2>Classes</h2>

<li><a href="../symbols/KJUR.asn1.cms.SigningTime.html">KJUR.asn1.cms.SigningTime</a></li>

<li><a href="../symbols/KJUR.asn1.csr.html">KJUR.asn1.csr</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequest.html">KJUR.asn1.csr.CertificationRequest</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CertificationRequestInfo.html">KJUR.asn1.csr.CertificationRequestInfo</a></li>

<li><a href="../symbols/KJUR.asn1.csr.CSRUtil.html">KJUR.asn1.csr.CSRUtil</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractString.html">KJUR.asn1.DERAbstractString</a></li>

<li><a href="../symbols/KJUR.asn1.DERAbstractStructured.html">KJUR.asn1.DERAbstractStructured</a></li>
Expand Down Expand Up @@ -831,7 +839,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2015 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down

0 comments on commit 398f9a0

Please sign in to comment.