summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/src
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03sync to upstream libcbor v0.7.0; some minor fixes, but a note majordjm42-97/+124
crank due to ABI change.
2019-11-28update to libcbor rev 56a43b1e799; this includes a number of fixesdjm40-3266/+3217
for unaligned accesses, requested by miod@ ok deraadt@
2019-11-14Add libcbor; an implementation of the Concise Binary Objectdjm42-0/+5810
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@