Commit Graph
5 Commits
Author SHA1 Message Date
Simon Ruderich 1f65a33525 don't use assign array to string ($@ -> $*)
Found by shellcheck.
2015-12-05 16:30:42 +01:00
Simon Ruderich 2e9c7a8c71 add missing quotes
Found by shellcheck.
2015-12-05 16:30:42 +01:00
Simon Ruderich 199b70b651 replace variable with %s in printf format string
Found by shellcheck.
2015-12-05 16:30:42 +01:00
Simon Ruderich 9fe313d887 add hex2bin helper function 2015-12-05 16:29:55 +01:00
Simon Ruderich fcb5a03b48 fix pubMod64 and thumbprint calculation
We must strip the trailing newline with `echo -n` before we pass it to
perl to convert the hex to binary, not after.
2015-12-05 16:27:30 +01:00