Skip to content

Commit

Permalink
tool_asn1dumper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Oct 27, 2017
1 parent c057d34 commit 97ba0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

ChangeLog for jsrsasign

* Changes from 8.0.4 to 8.x.x (2017-xxx-xx)
- tool/tool_asn1dumper.html
- #304 pemtohex issue fix

* Changes from 8.0.3 to 8.0.4 (2017-Sep-15)
- asn1cms 1.0.4 to 1.0.5
- add KJUR.asn1.cms.CMSUtil.verifySignedData method to
Expand Down
2 changes: 1 addition & 1 deletion tool/tool_asn1dumper.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
try {
var s = f1.s_in.value;
if (s.indexOf("-----BEGIN") != -1) {
s = ASN1HEX.pemToHex(s);
s = pemtohex(s);
} else {
s = s.replace(/^\s+/, '');
s = s.replace(/\s+$/, '');
Expand Down

0 comments on commit 97ba0ba

Please sign in to comment.