Skip to content

Commit

Permalink
4.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Sep 24, 2013
1 parent b1e432c commit db0d173
Show file tree
Hide file tree
Showing 11 changed files with 1,692 additions and 677 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

ChangeLog for jsrsasign

* Changes between 4.1.3 to 4.1.4 (2013-Sep-24)
- ext/cryptojs-312-core-fix*.js added to fix HmacSHA224/384 issue.
Please use
'http://kjur.github.io/jsrsasign/ext/cryptojs-312-core-fix.js' or
'http://kjur.github.io/jsrsasign/ext/cryptojs-312-core-fix-min.js' or
'http://kjur.github.io/jsrsasign/jsrsasign-4.1.4-all-min.js'
instead of orignal 'core.js' of CryptoJS.

* Changes between 4.1.2 to 4.1.3 (2013-Sep-23)
- keyutil 1.0.0
- PKCS5PKEY class is moved to KEYUTIL class.
Expand Down
2 changes: 1 addition & 1 deletion api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h2><a href="symbols/src/crypto-1.1.js.html">crypto-1.1.js</a></h2>


<dt class="heading">Version:</dt>
<dd>1.1.3 (2013-Aug-25)</dd>
<dd>1.1.4 (2013-Sep-24)</dd>



Expand Down
14 changes: 9 additions & 5 deletions api/symbols/KJUR.crypto.Mac.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,12 @@ <h1 class="classTitle">
<ul>
<li>hmacmd5 - cryptojs</li>
<li>hmacsha1 - cryptojs</li>
<li>hmacsha224 - cryptojs (NOT SUPPORTED BECAUSE OF Crypto-JS BUG)</li>
<li>hmacsha224 - cryptojs</li>
<li>hmacsha256 - cryptojs</li>
<li>hmacsha384 - cryptojs (NOT SUPPORTED BECAUSE OF Crypto-JS BUG)</li>
<li>hmacsha384 - cryptojs</li>
<li>hmacsha512 - cryptojs</li>
</ul></div>
</ul>
NOTE: HmacSHA224 and HmacSHA384 issue was fixed since jsrsasign 4.1.4.</div>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -464,11 +465,14 @@ <h1 class="classTitle">
<ul>
<li>hmacmd5 - cryptojs</li>
<li>hmacsha1 - cryptojs</li>
<li>hmacsha224 - cryptojs (NOT SUPPORTED BECAUSE OF Crypto-JS BUG)</li>
<li>hmacsha224 - cryptojs</li>
<li>hmacsha256 - cryptojs</li>
<li>hmacsha384 - cryptojs (NOT SUPPORTED BECAUSE OF Crypto-JS BUG)</li>
<li>hmacsha384 - cryptojs</li>
<li>hmacsha512 - cryptojs</li>
</ul>
NOTE: HmacSHA224 and HmacSHA384 issue was fixed since jsrsasign 4.1.4.
Please use 'ext/cryptojs-312-core-fix*.js' instead of 'core.js' of original CryptoJS
to avoid those issue.

</div>

Expand Down
1,329 changes: 666 additions & 663 deletions api/symbols/src/crypto-1.1.js.html

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions crypto-1.1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! crypto-1.1.3.js (c) 2013 Kenji Urushima | kjur.github.com/jsrsasign/license
/*! crypto-1.1.4.js (c) 2013 Kenji Urushima | kjur.github.com/jsrsasign/license
*/
/*
* crypto.js - Cryptographic Algorithm Provider class
Expand All @@ -16,7 +16,7 @@
* @fileOverview
* @name crypto-1.1.js
* @author Kenji Urushima [email protected]
* @version 1.1.3 (2013-Aug-25)
* @version 1.1.4 (2013-Sep-24)
* @since jsrsasign 2.2
* @license <a href="http://kjur.github.io/jsrsasign/license/">MIT License</a>
*/
Expand Down Expand Up @@ -484,11 +484,14 @@ KJUR.crypto.MessageDigest = function(params) {
* <ul>
* <li>hmacmd5 - cryptojs</li>
* <li>hmacsha1 - cryptojs</li>
* <li>hmacsha224 - cryptojs (NOT SUPPORTED BECAUSE OF Crypto-JS BUG)</li>
* <li>hmacsha224 - cryptojs</li>
* <li>hmacsha256 - cryptojs</li>
* <li>hmacsha384 - cryptojs (NOT SUPPORTED BECAUSE OF Crypto-JS BUG)</li>
* <li>hmacsha384 - cryptojs</li>
* <li>hmacsha512 - cryptojs</li>
* </ul>
* NOTE: HmacSHA224 and HmacSHA384 issue was fixed since jsrsasign 4.1.4.
* Please use 'ext/cryptojs-312-core-fix*.js' instead of 'core.js' of original CryptoJS
* to avoid those issue.
* @example
* var mac = new KJUR.crypto.Mac({alg: "HmacSHA1", prov: "cryptojs", "pass": "pass"});
* mac.updateString('aaa')
Expand Down
2 changes: 1 addition & 1 deletion crypto-1.1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions ext/THIRDPARTY_LICENSE.cryptojs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
https://code.google.com/p/crypto-js/wiki/License

LICENSE:
NEW BSD License

FILES:
ext/cryptojs-312-core-fix.js
ext/cryptojs-312-core-fix-min.js
ext/jsrsasign-*-all-min.js

Copyright (c) 2009-2013 Jeff Mott

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit db0d173

Please sign in to comment.