summaryrefslogtreecommitdiff
path: root/lib/libcbor
AgeCommit message (Collapse)Author
2019-11-28bump libcbor after symbol addition; ok deraadt@Christian Weisgerber
2019-11-28update to libcbor rev 56a43b1e799; this includes a number of fixesDamien Miller
for unaligned accesses, requested by miod@ ok deraadt@
2019-11-15our older gcc requires forced -std=c99Theo de Raadt
2019-11-14extra whitespaceTheo de Raadt
2019-11-14Add libcbor; an implementation of the Concise Binary ObjectDamien Miller
Representation (CBOR) encoding format defined in RFC7049. This is a dependency of libfido2, that we'll use for U2F/FIDO support in OpenSSH. feedback and "Looks good enough to me" deraadt@