blob: bab188e9c0c05588338db0c996b870594ae72625 (
plain)
1
2
3
4
5
6
7
8
9
10
|
**Title:** Fix strict hex parsing </br>
**Date:** 2021-12-09 </br>
# Summary
Fix so that sigsum-log-go is strict about lower-case hex parsing.
# Description
The current sigsum-log-go implementation uses "encoding/hex" which accepts
upper-case and lower-case hex. This is a violation of the Sigsum API
specification and needs to be fixed: upper-case hex must be rejected.
|