Old News
- 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
- Release 3.0.0: May 10, 2013 - ASN.1 encoder, MessageDigest and Signature class like Java JCE, PKCS#1 PSS and OAEP support
- Release 2.0.0: Apr 14, 2013 - encrypted PKCS#5 private key support
- Release 1.3.1: Apr 14, 2013 - add readPrivateKeyFromASN1HexString method to rsapem-1.1.js
- Release 1.3: Mar 11, 2012 - X509 and ASN1HEX class enhancement
- Release 1.2.1: Mar 3, 2012 - minified scripts (*.min.js) added
- Release 1.2: Apr 30, 2012 - Critical zero padding bug fix and some other hash support
- Release 1.1: Sep 25, 2010 - Web contents update
- Release 1.0: Jun 03, 2010 - Initial release at
old site
(www9.atwiki.jp/kurushima/pub/jsrsa/)
.
Back to TOP.