summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/src/cbor/arrays.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync to upstream libcbor v0.7.0; some minor fixes, but a note majordjm2020-08-031-1/+1
| | | | crank due to ABI change.
* update to libcbor rev 56a43b1e799; this includes a number of fixesdjm2019-11-281-16/+17
| | | | | | for unaligned accesses, requested by miod@ ok deraadt@
* Add libcbor; an implementation of the Concise Binary Objectdjm2019-11-141-0/+112
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@