The NetBSD Project

CVS log for src/external/bsd/libfido2/dist/openbsd-compat/types.h

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / libfido2 / dist / openbsd-compat

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: YUBICO, MAIN


Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jun 17 00:38:07 2021 UTC (3 years, 10 months ago) by christos
Branches: YUBICO, MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, libfido2-1-8-0, libfido2-1-7-0, libfido2-1-13-0, HEAD
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +5 -0 lines
Import libfido2 1.7.0; changes:

Version 1.7.0 (2021-03-29)
- New dependency on zlib.
- Fixed musl build; gh#259.
- hid_win: detect devices with vendor or product IDs > 0x7fff; gh#264.
- Support for FIDO 2.1 authenticator configuration.
- Support for FIDO 2.1 UV token permissions.
- Support for FIDO 2.1 "credBlobs" and "largeBlobs" extensions.
- New API calls:
    fido_assert_blob_len;
    fido_assert_blob_ptr;
    fido_assert_largeblob_key_len;
    fido_assert_largeblob_key_ptr;
    fido_assert_set_hmac_secret;
    fido_cbor_info_maxcredbloblen;
    fido_cred_largeblob_key_len;
    fido_cred_largeblob_key_ptr;
    fido_cred_set_blob;
    fido_dev_enable_entattest;
    fido_dev_force_pin_change;
    fido_dev_has_uv;
    fido_dev_largeblob_get;
    fido_dev_largeblob_get_array;
    fido_dev_largeblob_remove;
    fido_dev_largeblob_set;
    fido_dev_largeblob_set_array;
    fido_dev_set_pin_minlen;
    fido_dev_set_sigmask;
    fido_dev_supports_credman;
    fido_dev_supports_permissions;
    fido_dev_supports_uv;
    fido_dev_toggle_always_uv.
- New fido_init flag to disable fido_dev_open's U2F fallback; gh#282.
- Experimental NFC support on Linux; enable with -DNFC_LINUX.

Version 1.6.0 (2020-12-22)
- Fix OpenSSL 1.0 and Cygwin builds.
- hid_linux: fix build on 32-bit systems.
- hid_osx: allow reads from spawned threads.
- Documentation and reliability fixes.
- New API calls:
    fido_cred_authdata_raw_len;
    fido_cred_authdata_raw_ptr;
    fido_cred_sigcount;
    fido_dev_get_uv_retry_count;
    fido_dev_supports_credman.
- Hardened Windows build.
- Native FreeBSD and NetBSD support.
- Use CTAP2 canonical CBOR when combining hmac-secret and credProtect.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Dec 4 18:09:13 2020 UTC (4 years, 4 months ago) by christos
Branches: YUBICO, MAIN
CVS tags: libfido2-1-5-0, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +0 -7 lines
Version 1.5.0 (2020-09-01)
    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.
Version 1.4.0 (2020-04-15)
    hid_hidapi: hidapi backend; enable with -DUSE_HIDAPI=1.
    Fall back to U2F if the key claims to, but does not support FIDO2.
    FIDO2 credential protection (credprot) support.
    New API calls:
        fido_cbor_info_fwversion;
        fido_cred_prot;
        fido_cred_set_prot;
        fido_dev_set_transport_functions;
        fido_set_log_handler.
    Support for FreeBSD.
    Support for C++.
    Support for MSYS.
    Fixed EdDSA and RSA self-attestation.
Version 1.3.1 (2020-02-19)
    fix zero-ing of le1 and le2 when talking to a U2F device.
    dropping sk-libfido2 middleware, please find it in the openssh tree.

Revision 1.1.1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:46:09 2020 UTC (5 years ago) by martin
Branches: phil-wifi
Diff to: previous 1.1.1.1.2.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.1.1.2: preferred, colored
Changes since revision 1.1.1.1.2.1: +71 -0 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.1.1.1.2.1
Tue Mar 3 00:11:47 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.1.1.1: +0 -71 lines
file types.h was added on branch phil-wifi on 2020-04-13 07:46:09 +0000

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Mar 3 00:11:47 2020 UTC (5 years, 1 month ago) by christos
Branches: YUBICO, MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, libfido2-f6ab2ce65745f7f3b1bee7481623de5eaac28bb0
Branch point for: phil-wifi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import Yubico's libfido2 from https://github.com/Yubico/libfido2.git

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 3 00:11:47 2020 UTC (5 years, 1 month ago) by christos
Branch point for: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>