Skip to content

Commit c057d34

Browse files
author
Kenji Urushima
committed
8.0.4 release
1 parent 7946541 commit c057d34

File tree

143 files changed

+2369
-1683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+2369
-1683
lines changed

ChangeLog.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11

22
ChangeLog for jsrsasign
33

4-
* Changes from 8.0.3 to 8.0.x (2017-xxx-xx)
4+
* Changes from 8.0.3 to 8.0.4 (2017-Sep-15)
5+
- asn1cms 1.0.4 to 1.0.5
6+
- add KJUR.asn1.cms.CMSUtil.verifySignedData method to
7+
verify CMS signed data.
8+
- crypto 1.2.0 to 1.2.1
9+
- small refactoring
10+
- x509 1.1.17 to 1.1.18
11+
- fix getInfo() to support no extension.
12+
- add sample_node/cmssign
513
- fix sample/sample-ecdsa.html in sig.init.
14+
- fix sample_node/asn1extract in ASN1HEX method call
15+
- merge PR #292 for https
16+
- merge PR #283 to fix document and example
17+
- merge PR #281 to fix JWK Thumbprint RFC number
618

719
* Changes from 8.0.2 to 8.0.3 (2017-Jul-11)
820
- jws 3.3.9 to 3.3.10

api/files.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

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

181181

@@ -479,7 +479,7 @@ <h2><a href="symbols/src/asn1cms-1.0.js.html">asn1cms-1.0.js</a></h2>
479479

480480

481481
<dt class="heading">Version:</dt>
482-
<dd>1.0.4 (2017-May-30)</dd>
482+
<dd>1.0.5 (2017-Sep-15)</dd>
483483

484484

485485

@@ -612,7 +612,7 @@ <h2><a href="symbols/src/crypto-1.1.js.html">crypto-1.1.js</a></h2>
612612

613613

614614
<dt class="heading">Version:</dt>
615-
<dd>1.2.0 (2017-Jun-26)</dd>
615+
<dd>1.2.1 (2017-Sep-15)</dd>
616616

617617

618618

@@ -802,7 +802,7 @@ <h2><a href="symbols/src/x509-1.1.js.html">x509-1.1.js</a></h2>
802802

803803

804804
<dt class="heading">Version:</dt>
805-
<dd>jsrsasign 8.0.1 x509 1.1.17 (2017-Jun-30)</dd>
805+
<dd>jsrsasign 8.0.4 x509 1.1.18 (2017-Sep-15)</dd>
806806

807807

808808

@@ -814,7 +814,7 @@ <h2><a href="symbols/src/x509-1.1.js.html">x509-1.1.js</a></h2>
814814
</div>
815815
<div class="fineprint" style="clear:both">
816816

817-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0
817+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0
818818
</div>
819819
</body>
820820
</html>

api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

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

181181

@@ -1142,7 +1142,7 @@ <h2><a href="symbols/X509.html">X509</a></h2>
11421142
</div>
11431143
<div class="fineprint" style="clear:both">
11441144

1145-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0
1145+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0
11461146
</div>
11471147
</body>
11481148
</html>

api/symbols/ASN1HEX.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -1785,7 +1785,7 @@ <h1 class="classTitle">
17851785
<div class="fineprint" style="clear:both">
17861786
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
17871787

1788-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
1788+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
17891789
</div>
17901790
</body>
17911791
</html>

api/symbols/Base64x.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -562,7 +562,7 @@ <h1 class="classTitle">
562562
<div class="fineprint" style="clear:both">
563563
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
564564

565-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
565+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
566566
</div>
567567
</body>
568568
</html>

api/symbols/KEYUTIL.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -1980,7 +1980,7 @@ <h5>EXAMPLE</h5>
19801980
<div class="fineprint" style="clear:both">
19811981
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
19821982

1983-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
1983+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
19841984
</div>
19851985
</body>
19861986
</html>

api/symbols/KJUR.asn1.ASN1Object.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -861,7 +861,7 @@ <h1 class="classTitle">
861861
<div class="fineprint" style="clear:both">
862862
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
863863

864-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
864+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
865865
</div>
866866
</body>
867867
</html>

api/symbols/KJUR.asn1.ASN1Util.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -927,7 +927,7 @@ <h1 class="classTitle">
927927
<div class="fineprint" style="clear:both">
928928
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
929929

930-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
930+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
931931
</div>
932932
</body>
933933
</html>

api/symbols/KJUR.asn1.DERAbstractString.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -776,7 +776,7 @@ <h1 class="classTitle">
776776
<div class="fineprint" style="clear:both">
777777
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
778778

779-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
779+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
780780
</div>
781781
</body>
782782
</html>

api/symbols/KJUR.asn1.DERAbstractStructured.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<!-- ============================== header ================================= -->
178178
<!-- begin static/header.html -->
179179
<div id="header" style="background: #7F8FB1; color: white; margin: -10px">
180-
&nbsp; <b><a href="https://kjur.github.io/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
180+
&nbsp; <b><a href="http://kjur.github.com/jsrsasign/" style="color: white">jsrsasign</a></b> JavaScript API Reference
181181
</div>
182182

183183
<!-- end static/header.html -->
@@ -717,7 +717,7 @@ <h1 class="classTitle">
717717
<div class="fineprint" style="clear:both">
718718
&copy; 2012-2017 Kenji Urushima, All rights reserved<br/>
719719

720-
Documentation generated by <a href="https://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
720+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
721721
</div>
722722
</body>
723723
</html>

0 commit comments

Comments
 (0)