Skip to content

Commit

Permalink
10.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Nov 4, 2020
1 parent 1319a03 commit 1d41f97
Show file tree
Hide file tree
Showing 23 changed files with 1,330 additions and 1,278 deletions.
13 changes: 11 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@

ChangeLog for jsrsasign

* Changes from 10.0.4 to next release
small issue fixes and updates
* Changes from 10.0.4 to 10.0.5 release
- src/base64x.js
- utf8tob64u, b64utoutf8
replace new Buffer() to Buffer.from() for
Node.JS deprecation (issue #460)
- src/asn1x509.js
- P-256 oid added in OID class (PR #461 #333)
- src/x509.js
- document fix
- tool/tool_csr.html
- update to show ASN.1 dump of CSR
- test/qunit-do-base64x.html, npm/test/t_base64x.js
- update test code to follow above

add methods to modify some extenstion parameters
add methods to modify some extension parameters
* Changes from 10.0.3 to 10.0.4 (2020-Oct-23)
- src/x509.js
- add X509.updateExt{CDPFullURI,AIAOCSP,AIACAIssuer} method
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gitadd-all-doc:
git add api/*.html api/symbols/*.html api/symbols/src/*.html

gitadd-release:
git add ChangeLog.txt Makefile bower.json jsrsasign-*-min.js min/*.js src/*.js npm/package.json npm/lib/jsrsasign*.js npm/lib/{header,footer,lib}.js src/*.js test/qunit-do-*.html README.md npm/README.md tool/*.html npm_util/*.* npm_util/lib/*.*
git add ChangeLog.txt Makefile bower.json jsrsasign-*-min.js min/*.js src/*.js npm/package.json npm/lib/jsrsasign*.js npm/lib/{header,footer,lib}.js src/*.js test/qunit-do-*.html README.md npm/README.md tool/*.html npm_util/*.* npm_util/lib/*.* npm/test/t_*.js

gitadd: gitadd-all-doc gitadd-release
@echo done
4 changes: 2 additions & 2 deletions api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h2><a href="symbols/src/asn1x509-1.0.js.html">asn1x509-1.0.js</a></h2>


<dt class="heading">Version:</dt>
<dd>jsrsasign 10.0.1 asn1x509 2.1.4 (2020-Oct-12)</dd>
<dd>jsrsasign 10.0.5 asn1x509 2.1.5 (2020-Nov-04)</dd>



Expand All @@ -669,7 +669,7 @@ <h2><a href="symbols/src/base64x-1.1.js.html">base64x-1.1.js</a></h2>


<dt class="heading">Version:</dt>
<dd>jsrsasign 9.0.0 base64x 1.1.16 (2020-Aug-13)</dd>
<dd>jsrsasign 10.0.5 base64x 1.1.17 (2020-Nov-04)</dd>



Expand Down
2 changes: 1 addition & 1 deletion api/symbols/X509.html
Original file line number Diff line number Diff line change
Expand Up @@ -5977,7 +5977,7 @@ <h1 class="classTitle">
<pre class="code">aExt = [
{extname:"authorityKeyIdentifier",kid:{hex:"12ab..."}},
{extname:"cRLDistributionPoints",
array:[{dpname:{full:[{uri:"http://example.com/a.crl"}]}}]},
array:[{dpname:{full:[{uri:"http://example.com/a.crl"}]}}]},
];
x = new X509();
x.updateCDPFullURI(aExt, "http://crl2.example.new/b.crl");</pre>
Expand Down
10 changes: 10 additions & 0 deletions api/symbols/global__.html
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,11 @@ <h1 class="classTitle">



<pre class="code">b64utoutf8("44GC") &rarr; "あ"
b64utoutf8("YWFh") &rarr; "aaa"</pre>




<dl class="detailList">
<dt class="heading">Parameters:</dt>
Expand Down Expand Up @@ -3619,6 +3624,11 @@ <h1 class="classTitle">



<pre class="code">utf8tob64u("あ") &rarr; "44GC"
utf8tob64u("aaa") &rarr; "YWFh"</pre>




<dl class="detailList">
<dt class="heading">Parameters:</dt>
Expand Down
493 changes: 247 additions & 246 deletions api/symbols/src/asn1x509-1.0.js.html

Large diffs are not rendered by default.

1,994 changes: 1,000 additions & 994 deletions api/symbols/src/base64x-1.1.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/symbols/src/x509-1.1.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@
<span class='line'>2479</span> * aExt = [
<span class='line'>2480</span> * {extname:"authorityKeyIdentifier",kid:{hex:"12ab..."}},
<span class='line'>2481</span> * {extname:"cRLDistributionPoints",
<span class='line'>2482</span> array:[{dpname:{full:[{uri:"http://example.com/a.crl"}]}}]},
<span class='line'>2482</span> * array:[{dpname:{full:[{uri:"http://example.com/a.crl"}]}}]},
<span class='line'>2483</span> * ];
<span class='line'>2484</span> * x = new X509();
<span class='line'>2485</span> * x.updateCDPFullURI(aExt, "http://crl2.example.new/b.crl");
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kjur-jsrsasign",
"version": "10.0.4",
"version": "10.0.5",
"main": "jsrsasign-all-min.js",
"description": "The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES, JWS and JWT in pure JavaScript.",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions jsrsasign-all-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jsrsasign-jwths-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jsrsasign-rsa-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/asn1x509-1.0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/base64x-1.1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d41f97

Please sign in to comment.