Skip to content

Commit

Permalink
tool_tsreq and jsrsasign-*-min.js header URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Sep 7, 2021
1 parent 8151a48 commit a43ca79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

ChangeLog for jsrsasign

* Changes from 10.4.0 to next release
- tool/tool_tsreq.html
- messageImprint bug fix (#504)
- jsrsasign-*-min.js
- header URL fix to kjur.github.io (#503)
(will be fixed in next release while rebuild)

Full support for parsing OCSP response
* Changes from 10.3.2 to 10.4.0 (2021-08-17)
- asn1ocsp.js
Expand Down
4 changes: 2 additions & 2 deletions tool/tool_tsreq.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
var f1 = document.form1;

var json = {
mi: { hashAlg: f1.hashalg1.value,
hashValue: f1.hashval1.value }
messageImprint: { alg: f1.hashalg1.value,
hash: f1.hashval1.value }
};
if (f1.policy1.value != "")
json.policy = {oid: f1.policy1.value};
Expand Down

0 comments on commit a43ca79

Please sign in to comment.