aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2021-12-08 09:58:17 +0100
committerLinus Nordberg <linus@nordberg.se>2021-12-08 09:58:17 +0100
commitada17b1688d0a5257d65217b2aba77905afda566 (patch)
treee13efba1930aabdc8e6a6486a4d50365fdd9bdea
parent7576a1ebd03e1d7e68bd1701b8bff8159230fe19 (diff)
parent241007acd22cc1cbb9ffc201d48ead62b9ece093 (diff)
Merge branch 'main' of git.sigsum.org:sigsum-witness-py
-rw-r--r--issues/strict-hex-parsing.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/strict-hex-parsing.md b/issues/strict-hex-parsing.md
new file mode 100644
index 0000000..003ff86
--- /dev/null
+++ b/issues/strict-hex-parsing.md
@@ -0,0 +1,5 @@
+# Strict hex parsing
+reported by: rgdd
+
+Our API spec requires use of lower-case hex. The `binascii` library already
+outputs lower-case hex, but it also parses upper-case hex. Needs to be fixed.