diff --git a/ChangeLog.txt b/ChangeLog.txt index ab50d37e..97b2a64c 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/bower.json b/bower.json index b2483b91..2cc8260a 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/index.html b/index.html index 882fe87b..61f6e696 100755 --- a/index.html +++ b/index.html @@ -62,6 +62,13 @@

FEATURES

NEWS

+
2015-Nov-23: +
+Release 5.0.3 is now available. +There is no library and npm update but +sample Node scirpts + are added. Especially I hope jwtverify tool is very useful for JOSE guys :). +
2015-Nov-11:
Release 5.0.2 is now available. diff --git a/sample_node/README.md b/sample_node/README.md index 639a2601..3effe70b 100644 --- a/sample_node/README.md +++ b/sample_node/README.md @@ -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)