tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libfido2
/
at
jcs
2 folders
5 files
man
add .Lb libfido2 libcbor libcrypto libz ; ok djm@ upstream likes this in principle, but wants to delay merging the patch until groff perfectly supports this style, see https://github.com/Yubico/libfido2/pull/877
9 months ago
src
Use EC_POINT_[sg]et_affine_coordinates()
11 months ago
LICENSE
update to libfido2 1.8.0; ok sthen@ "timing is fine" deraadt@
4 years ago
Makefile
Avoid symbol collision with libcrypto
3 years ago
NEWS
update libfido2 to 1.11.0, taking in just over a year of upstream development. "looks ok" miod@ ok sthen@
3 years ago
README.openbsd
update libfido2 to 1.11.0, taking in just over a year of upstream development. "looks ok" miod@ ok sthen@
3 years ago
shlib_version
Make the FILE object opaque. Move the __sFILE definition into libc/hidden/_stdio.h. All programs that refer to the internal structure of the FILE object can't be compiled from now on. std{in,out,err} doesn't refer __sF[] now, but the hidden __sF along with __srget and __swbuf symbols are kept temporarily to make our transition easier. But those symbols will be deleted soon. The shared library versions are bumped for libc and all the other libraries that refer to std{in,out,err}.
8 months ago