Do not use unsupported __attribute__((warn_unused_result)) on gcc3.This prevents building libfido2 stops with error on luna88k because itis compiled with -Werror option.ok, and better #if condit
Do not use unsupported __attribute__((warn_unused_result)) on gcc3.This prevents building libfido2 stops with error on luna88k because itis compiled with -Werror option.ok, and better #if condition by miod@
show more ...
update to upstream libcbor v.0.10.0 and crank major. Also includese308674c5d to fix PR259. This release includes a number of memoryleak fixes.Disable the upsteam custom allocators feature.Feedb
update to upstream libcbor v.0.10.0 and crank major. Also includese308674c5d to fix PR259. This release includes a number of memoryleak fixes.Disable the upsteam custom allocators feature.Feedback/ok tb@Thanks also to Pedro Martelletto for pointing out the new release aswell as PR259.
spelling fixes; from paul tagliamonteany changes not taken noted on tech, but chiefly here i did not take thecancelation - cancellation changes;
sync to upstream libcbor v0.7.0; some minor fixes, but a note majorcrank due to ABI change.
bump libcbor after symbol addition; ok deraadt@
update to libcbor rev 56a43b1e799; this includes a number of fixesfor unaligned accesses, requested by miod@ok deraadt@
our older gcc requires forced -std=c99
extra whitespace
Add libcbor; an implementation of the Concise Binary ObjectRepresentation (CBOR) encoding format defined in RFC7049.This is a dependency of libfido2, that we'll use for U2F/FIDOsupport in OpenSSH
Add libcbor; an implementation of the Concise Binary ObjectRepresentation (CBOR) encoding format defined in RFC7049.This is a dependency of libfido2, that we'll use for U2F/FIDOsupport in OpenSSH.feedback and "Looks good enough to me" deraadt@