CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/14 14:11:35
Added files:
lib/libcbor : LICENSE.md Makefile README.md README.openbsd
shlib_version
lib/libcbor/src: allocators.c cbor.c cbor.h
lib/libcbor/src/cbor: arrays.c arrays.h bytestrings.c
bytestrings.h callbacks.c callbacks.h
common.c common.h configuration.h
configuration.h.in data.h encoding.c
encoding.h floats_ctrls.c floats_ctrls.h
ints.c ints.h maps.c maps.h
serialization.c serialization.h
streaming.c streaming.h strings.c
strings.h tags.c tags.h
lib/libcbor/src/cbor/internal: builder_callbacks.c
builder_callbacks.h encoders.c
encoders.h loaders.c loaders.h
memory_utils.c memory_utils.h
stack.c stack.h unicode.c
unicode.h
Log message:
Add libcbor; an implementation of the Concise Binary Object
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@