Skip to content

Commit

Permalink
release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Apr 13, 2013
1 parent 082ecbd commit 6c709af
Show file tree
Hide file tree
Showing 11 changed files with 1,139 additions and 909 deletions.
52 changes: 31 additions & 21 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@

ChangeLog for jsrsasig

* Changes between 1.2 and 1.2.1 [May 03, 2012]
- now minified files also provided

* Changes between 1.1 and 1.2 [Apr 30, 2012]
- fixed critial signature generation and verification bug related to
zero padding of big integer.
- add MD5, SHA512 and RIPEMD-160 support
- default hash libraries were changed which was developed by
Paul Johnston (See http://pajhome.org.uk/crypt/md5/md5.html).
- now download site is hosted on github.

* Changes between 1.0 and 1.1 [Sep 25, 2010]
- some web contents update

* 1.0 Initial Relasse [Jun 03, 2010]




ChangeLog for jsrsasig

* Changes between 1.3 and 1.3.1 [Apr 14, 2013]
- rsapem.js updated to 1.1 to 1.1.1
- method RSAKey.readPrivateKeyFromASN1HexString added.

* Changes between 1.2.1 and 1.3 [May 10, 2012]
- ASN1HEX class defined in asn1hex.js
- update x509.js and rsapem.js for ASN1HEX class.
- enhance ASN1HEX and X509class.
- JavaScript API document is available.

* Changes between 1.2 and 1.2.1 [May 03, 2012]
- now minified files also provided

* Changes between 1.1 and 1.2 [Apr 30, 2012]
- fixed critial signature generation and verification bug related to
zero padding of big integer.
- add MD5, SHA512 and RIPEMD-160 support
- default hash libraries were changed which was developed by
Paul Johnston (See http://pajhome.org.uk/crypt/md5/md5.html).
- now download site is hosted on github.

* Changes between 1.0 and 1.1 [Sep 25, 2010]
- some web contents update

* 1.0 Initial Relasse [Jun 03, 2010]



2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The 'jsrsasign'(RSA-Sign JavaScript Library) License

Copyright (c) 2010-2012 Kenji Urushima
Copyright (c) 2010-2013 Kenji Urushima

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion THIRDPARTY_LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

The 'RSA-Sign JavaScript Library' (jsrsasig) THIRD PARTY LICENSE:
The 'RSA-Sign JavaScript Library' (jsrsasig) THRID PARTY LICENSE:

Apr 30, 2012

Expand Down
Loading

0 comments on commit 6c709af

Please sign in to comment.