summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync to upstream libcbor v0.7.0; some minor fixes, but a note majordjm2020-08-031-2/+2
| | | | crank due to ABI change.
* bump libcbor after symbol addition; ok deraadt@naddy2019-11-281-1/+1
|
* extra whitespacederaadt2019-11-141-1/+0
|
* Add libcbor; an implementation of the Concise Binary Objectdjm2019-11-141-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@