From 241007acd22cc1cbb9ffc201d48ead62b9ece093 Mon Sep 17 00:00:00 2001
From: Rasmus Dahlberg <rasmus.dahlberg@kau.se>
Date: Tue, 12 Oct 2021 18:24:06 +0200
Subject: added issue about strict hex parsing

---
 issues/strict-hex-parsing.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 issues/strict-hex-parsing.md

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.
-- 
cgit v1.2.3