Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync to upstream libcbor v0.7.0; some minor fixes, but a note major | 2020-08-03 | 45 | -101/+129 | |
| | | | | crank due to ABI change. | ||||
* | bump libcbor after symbol addition; ok deraadt@ | 2019-11-28 | 1 | -1/+1 | |
| | |||||
* | update to libcbor rev 56a43b1e799; this includes a number of fixes | 2019-11-28 | 40 | -3396/+3347 | |
| | | | | | | for unaligned accesses, requested by miod@ ok deraadt@ | ||||
* | our older gcc requires forced -std=c99 | 2019-11-15 | 1 | -2/+2 | |
| | |||||
* | extra whitespace | 2019-11-14 | 1 | -1/+0 | |
| | |||||
* | Add libcbor; an implementation of the Concise Binary Object | 2019-11-14 | 47 | -0/+5933 | |
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@ |