Skip to content

Commit

Permalink
5.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Nov 23, 2015
1 parent 6431de0 commit 6905247
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

ChangeLog for jsrsasign

* Changes between 5.0.2 to 5.0.3 (2015-Nov-23)
- jwtverify, asn1dump and pemtobin sample Node script in
sample_node directory.
There is a bower release but not in npm.

* Changes between 5.0.1 to 5.0.2 (2015-Nov-11)
- jws 3.3.1 to 3.3.2
- RFC 7638 getJWKthumbprint method added
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": "5.0.2",
"version": "5.0.3",
"main": "jsrsasign-latest-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 CMS SignedData, TimeStamp, CAdES, JWS and JWT in pure JavaScript.",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ <h3>FEATURES</h3>

<h3>NEWS</h3>
<dl>
<dt><b>2015-Nov-23</b>:
<dd><a href="https://github.com/kjur/jsrsasign/releases/tag/5.0.3">
Release 5.0.3</a> is now available.
There is no library and npm update but
<a href="https://github.com/kjur/jsrsasign/tree/master/sample_node">sample Node scirpts</a>
are added. Especially I hope <a href="https://github.com/kjur/jsrsasign/blob/master/sample_node/jwtverify">jwtverify</a> tool is very useful for JOSE guys :).

<dt><b>2015-Nov-11</b>:
<dd><a href="https://github.com/kjur/jsrsasign/releases/tag/5.0.2">
Release 5.0.2</a> is now available.
Expand Down
2 changes: 1 addition & 1 deletion sample_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using [KJUR.jws.JWS.verifyJWT()](http://kjur.github.io/jsrsasign/api/symbols/KJU

* Verbose mode for validation in detail.

To verify JWS, provide simplly passcode or public key:
To verify JWS, provide simply passcode or public key:

% jwtverify -s password aaa.jws // passcode is 'password'
% jwtverify -x 616161 aaa.jws // passcode is 0x616161 (i.e. aaa)
Expand Down

0 comments on commit 6905247

Please sign in to comment.