summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/shlib_version
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03sync to upstream libcbor v0.7.0; some minor fixes, but a note majordjm1-2/+2
crank due to ABI change.
2019-11-28bump libcbor after symbol addition; ok deraadt@naddy1-1/+1
2019-11-14extra whitespacederaadt1-1/+0
2019-11-14Add libcbor; an implementation of the Concise Binary Objectdjm1-0/+3
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@