jsrsasign Old News Archive

TOP | DOWNLOADS | TUTORIALS | API REFERENCE | DEMO |

Old News

2017-May-21:
Release 7.2.0 is now available. Major refactoring before major release update. Making Many long name methods deprecated and new short name methods are provided to reducing file size.
2017-Mar-15:
NOTICE: Some people complains that 'jsrsasign' is too huge to use in the web sites. The 'jsrsasign' is 'swiss army knife' style crypto library which has a lot of functionality some users may think not necessary. So I'm planning to remove all of deprecated codes in the next major release 3 month later (may be 8.0.0 in July) to to shrink size. Until then please use subset package. Thanks.
2016-Nov-03:
Release 6.2.0 is now available. Cipher class added.
2016-Sep-24:
Release 6.1.0 is now available. RFC 6960 OCSP protocol support added.
2016-Sep-11:
Release 6.0.0 is now available. Now "jsrsasign" become "fs" safe so that it will be available for CommonJS or Webpack.
2016-Sep-03:
Slides for jsrsasign introduction is available.
2016-Feb-28:
Release 5.0.6 is now available. Now jsrsasign can be used in strict mode (--use_strict) of Node.JS.
2015-Nov-23:
Release 5.0.4 is now available. There is no library and npm update but sample Node scripts are added. Especially I hope jwtverify tool is very useful for JOSE guys :).
2015-Nov-11:
Release 5.0.2 is now available. RFC 7638 JWK thumbprint supported. Some file read/save functions added for Node.js in nodeutil.js.
2015-Oct-14:
Release 5.0.0 is now available. Mac class some issue fix and extra features for Mac passwords. It is also affects to JWS class. KEYUTIL.getKey supports RSA JWK without P/Q/DP/DQ/COEFF.
NOTICE: Release 4.10.0 was declined because of semver violation.
2015-Sep-15:
Keypair and CSR generator demonstration page is available.
2015-Sep-13:
Release 4.9.0 is now available. Certificate signing request (CSR/PKCS#10) support is added.
2015-Jun-11:
Release 4.8.3 is now available. ASN1HEX.dump() ASN.1 dump functionality is added. ASN.1 dump tool is also available.
2015-Jun-06:
Release 4.8.2 is now available. Small fix in KEYUTIL.getKey and npm jsrsasign officially released.
2015-Jun-03:
Release 4.8.1 is now available. KEYUTIL.getKey method now supports RFC 7517 JSON Web Key(JWK) loading for RSA/ECC private/public key.
2015-Jun-01:
Release 4.8.0 is now available. Now jsjws is marged into jsrsasign and is a part of jsrsasign. Full JSON Web Token(JWT) validation functionality and its demo is added. Bower support is also available.
2015-May-22:
Release 4.7.2 is now available. Parsing X.509v3 extension methods added in X509 class.
2015-May-14:
Release 4.7.1 is now available. This is a small update. Please see ChangeLog.
2014-Jun-08:
Release 4.7.0 is now available.
  • RFC 5126 CAdES Long Term Signature support
  • Demo for CAdES BES/EPES/T is here.
2014-May-26:
Release 4.6.0 is now available.
  • RFC 3161 Time Stamp support
  • Demo for time stamp request and response are available.
2014-May-18:
Release 4.5.0 is now available.
  • RFC 5652 CMS SignedData generation
  • simple CMS SignedData generator tool
2014-Apr-19:
Release 4.2.2 is now available.
  • PKCS#10 CSR(certificate signing request) support in keyutil.js
  • AuthorityKeyIdentifier v3 extension support in asn1x509.js
  • Fake certificate converter tool from CSR for factorable.net key check
2013-Oct-12:
Release 4.2.1 is now available.
  • Add generic PEM private/public key exporting method KEYUTIL.getPEM and it provides support to export to PEM PKCS#8 encrypted private key.
2013-Oct-07:
Node.js npm module of jsrsasign is now registered in the repository. It also includes 'jsjws'.
2013-Oct-06:
Release 4.2.0 is now available.
  • DSA/ECDSA algorithms is now supported most of class and methods like Signature, KEYUTIL, KJUR.asn1.x509 DSA
  • KJUR.asn1.x509.X509Util.newCertPEM method to provide easy issuance of a certificate by JSON data.
2013-Oct-02:
Release 4.1.6 is now available.
  • DSA signature algorithm support (However Signature and KEYUTIL class don't support yet)
  • KEYUTIL.generateKeypair method added
  • ASN1Util.jsonToASN1HEX method added
  • HmacSHA384 support
2013-Sep-23:
Release 4.1.3 is now available.
  • ASNUtil.newObject update for tagged object
  • PKCS5PKEY class was moved to KEYUTIL class and KEYUTIL class has more generic getKey() method.
2013-Sep-12:
Release 4.1.2 is now available.
2013-Aug-25:
Release 4.1.0 is now available.
  • RSAPSS support in Signature class.
  • add useful init() method for Signature class
  • add ECDSA support and getKey methods to PKCS5PKEY class
2013-Aug-17:
Release 4.0.5 is now available.
  • Message authentication code (MAC) class added.
2013-Jul-23:
Release 4.0.2 is now available.
  • RSAPSS signing and validation fix by Davegithub.com/davedoesdev)
2013-Jul-18:
Release 4.0.0 is now available.
  • ECC key generation and ECDSA signing and verification support
  • Currently supports secp256r1, secp256k1 and secp384r1 curves
  • You can specify other curves such like secp192r1 or NIST P-521 however it can't be signed nor verified properly with other curves. I appreciate if you fix the bugs.
2013-May-29:
Release 3.1.3 is now available.
2013-May-27:
Release 3.1.2 is now available.
  • add some methods to 'pkcs5pkey.js' to load encrypted PKCS#8 PEM private key.
2013-May-20:
Release 3.1.1 is now available.
  • add some methods to 'pkcs5pkey.js' to generate encrypted PKCS#5 PEM private key.
2013-May-16:
Release 3.1.0 is now available.
  • CRL class added to issue CRL.
2013-May-13:
Release 3.0.5 is now available.
  • method getRSAKeyFromPlainPKCS8PEM added to PKCS5PKEY class to load unencrypted PEM formatted PKCS#8 private key.
2013-May-13:
Release 3.0.4 is now available.
  • hash algorithm script rsasign-1.2.js uses was changed from Paul Johnstons's to CryptJS.
  • static hash method md5,sha1,sha256,sha512,ripemd160 added to KJUR.crypto.Util
2013-May-12:
Release 3.0.3 is now available.
  • ExtKeyUsage class added to asn1x509.js.
2013-May-12:
Release 3.0.2 is now available.
  • Signature class now supports signature verification.
2013-May-12:
Release 3.0.1 is now available.
  • MessageDigest/Signature class now supports MD5, SHA224, SHA256, SHA384, SHA512, RIPEMD160 algorithms
  • QUnit unit test codes also be published. This may be useful for examples.
2013-May-10:
Release 3.0.0 is now available.
  • New feature: ASN.1 encoder class, MessageDigest, Signature class like Java JCE, certificate issuance.
  • Merged contribution by David Halls. Thank you Dave!. Now jsrsasign supports PKCS#1 PSS and OAEP
  • 'JavaScript Certification Authority' sample tool added.
2013-Apr-14:
Release 2.0.0 is now available.
  • Now support reading passcode encrypted PKCS#5 RSA private key in pkcs5pkey.js. See PKCS#5 sample.
2013-Apr-14:
Release 1.3.1 is now available.
  • add readPrivateKeyFromASN1HexString method to rsapem-1.1.js
2012-May-11:
Release 1.3 is now available.
  • enhanced X509 class support for getting basic certificate fields.
  • enhanced ASN1HEX class to refer decendant ASN.1 data
  • API document added.
2012-May-03:
Release 1.2.1 is released. Minified scripts are added.
2012-Apr-30:
Release 1.2 is available for fixing critical zero padding bug and supporting some other hash functions.

Old News Summary

Back to TOP.