a18b0b618f
pkgsrc: also bump bl3 for libcbor solib version change. hid_linux: return FIDO_OK if no devices are found. hid_osx: repair communication with U2F tokens, gh#166; reliability fixes. fido2-{assert,cred}: new options to explicitly toggle UP, UV. Support for configurable report lengths. New API calls: fido_cbor_info_maxcredcntlst; fido_cbor_info_maxcredidlen; fido_cred_aaguid_len; fido_cred_aaguid_ptr; fido_dev_get_touch_begin; fido_dev_get_touch_status. Use COSE_ECDH_ES256 with CTAP_CBOR_CLIENT_PIN; gh#154. Allow CTAP messages up to 2048 bytes; gh#171. Ensure we only list USB devices by default.
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2020/10/22 20:29:44 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= libfido2
|
|
|
|
.if !defined(LIBFIDO2_BUILDLINK_MK)
|
|
LIBFIDO2_BUILDLINK_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libfido2+= libfido2>=1.4.0
|
|
BUILDLINK_ABI_DEPENDS.libfido2+= libfido2>=1.5.0
|
|
BUILDLINK_PKGSRCDIR.libfido2?= ../../security/libfido2
|
|
|
|
.endif # LIBFIDO2_BUILDLINK_MK
|
|
|
|
BUILDLINK_TREE+= -libfido2
|