Skip to content

Commit 5d67719

Browse files
committed
11.1.3 release
1 parent 53c0afd commit 5d67719

186 files changed

Lines changed: 1793 additions & 1349 deletions

File tree

Some content is hidden

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

ChangeLog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11

22
ChangeLog for jsrsasign
33

4+
* Changes from 11.1.2 to 11.1.3 (2026-Apr-18)
5+
- base64x.js
6+
- timingSafeEqual and timingSafeEqualImpl added
7+
- jws.js
8+
- modified to use timingSafeEqual for HS* signature verification
9+
- Security fixes:
10+
- JWS hmac signature validation timing attack fix #654 by @Kr0emer
11+
- bugfix
12+
- jws.js
13+
- wrong thumbprint calculation for symmetric key (KJUR.jws.JWS.getJWKthumbprint)
14+
reported in issue #656 by @e3stpavel.
15+
416
* Changes from 11.1.1 to 11.1.2 (2026-Apr-12)
517
- Security fixes:
618
- HIGH: wrong random for for Node.JS >= 19 and modern browsers (ext/rng.js SecureRandom)

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jsdoc:
7575
)
7676
mv $(APIDOCDIR)/symbols/_global_.html $(APIDOCDIR)/symbols/global__.html
7777
find $(APIDOCDIR) -type f -name "*.html" -print0 | xargs -0 sed -i.bak -e "s/_global_/global__/g"
78+
find $(APIDOCDIR) -type f -name "*.html" -print0 | xargs -0 sed -i.bak -e "s/2012-2023/2012-2026/g"
7879
find $(APIDOCDIR) -type f -name "*.html" -print0 | xargs -0 sed -i.bak -e "s/2012-2020/2012-2026/g"
7980
find $(APIDOCDIR) -type f -name "*.html.bak" -exec rm {} \;
8081
rm -rf ../../_gitpg/jsrsasign/api

api/symbols/ASN1HEX.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ <h1 class="classTitle">
29112911

29122912
<!-- ============================== footer ================================= -->
29132913
<div class="fineprint" style="clear:both">
2914-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
2914+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
29152915

29162916
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
29172917
</div>

api/symbols/Base64x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ <h1 class="classTitle">
654654

655655
<!-- ============================== footer ================================= -->
656656
<div class="fineprint" style="clear:both">
657-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
657+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
658658

659659
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
660660
</div>

api/symbols/KEYUTIL.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ <h5>EXAMPLE</h5>
26022602

26032603
<!-- ============================== footer ================================= -->
26042604
<div class="fineprint" style="clear:both">
2605-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
2605+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
26062606

26072607
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
26082608
</div>

api/symbols/KJUR.asn1.ASN1Object.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ <h1 class="classTitle">
10651065

10661066
<!-- ============================== footer ================================= -->
10671067
<div class="fineprint" style="clear:both">
1068-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
1068+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
10691069

10701070
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
10711071
</div>

api/symbols/KJUR.asn1.ASN1Util.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ <h1 class="classTitle">
10411041

10421042
<!-- ============================== footer ================================= -->
10431043
<div class="fineprint" style="clear:both">
1044-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
1044+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
10451045

10461046
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
10471047
</div>

api/symbols/KJUR.asn1.DERAbstractString.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ <h1 class="classTitle">
880880

881881
<!-- ============================== footer ================================= -->
882882
<div class="fineprint" style="clear:both">
883-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
883+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
884884

885885
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
886886
</div>

api/symbols/KJUR.asn1.DERAbstractStructured.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ <h1 class="classTitle">
809809

810810
<!-- ============================== footer ================================= -->
811811
<div class="fineprint" style="clear:both">
812-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
812+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
813813

814814
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
815815
</div>

api/symbols/KJUR.asn1.DERAbstractTime.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ <h1 class="classTitle">
986986

987987
<!-- ============================== footer ================================= -->
988988
<div class="fineprint" style="clear:both">
989-
&copy; 2012-2023 Kenji Urushima, All rights reserved<br/>
989+
&copy; 2012-2026 Kenji Urushima, All rights reserved<br/>
990990

991991
Documentation generated by <a href="https://code.google.com/archive/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
992992
</div>

0 commit comments

Comments
 (0)