oxidecomputer / offline-keystore

yubihsm-setup replacing the yubico cruft with our own cruft!
Mozilla Public License 2.0
10 stars 1 forks source link

Fix encoding for labels in DCSR spec json. #185

Closed flihp closed 8 months ago

flihp commented 8 months ago

Labels are byte arrays but we want to map them to strings when we serialize the DcsrSpec struc to / from JSON.

this resolves #184