Lines Matching full:gh
5 ** winhello: translate NTE_USER_CANCELLED to FIDO_ERR_OPERATION_DENIED; gh#685.
12 ** Support for linking against OpenSSL on Windows; gh#668.
21 ** Support for hidraw(4) on FreeBSD; gh#597.
53 ** hid_osx: handle devices with paths > 511 bytes; gh#462.
54 ** bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480.
85 ** Better handling of HID devices without identification strings; gh#381.
86 ** Fixed detection of Windows's native webauthn API; gh#382.
110 ** Fixed musl build; gh#259.
111 ** hid_win: detect devices with vendor or product IDs > 0x7fff; gh#264.
139 ** New fido_init flag to disable fido_dev_open's U2F fallback; gh#282.
160 - repair communication with U2F tokens, gh#166;
171 ** Use COSE_ECDH_ES256 with CTAP_CBOR_CLIENT_PIN; gh#154.
172 ** Allow CTAP messages up to 2048 bytes; gh#171.
195 ** assert/hmac: encode public key as per spec, gh#60.
198 ** hid_osx: detect device removal, gh#56.