2023-09-01 11:56:56 by Nia Alarie | Files touched by this commit (2) |
Log message:
libfido2: -Werror with arbitrary toolchains considered harmful
|
2023-07-30 10:28:23 by Nia Alarie | Files touched by this commit (1) |
Log message:
libfido2: Requires udev on Linux.
|
2023-03-15 15:38:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
libfido2: updated to 1.13.0
Version 1.13.0 (2023-02-20)
** Support for linking against OpenSSL on Windows.
** New API calls:
- fido_assert_empty_allow_list;
- fido_cred_empty_exclude_list.
** fido2-token: fix issue when listing large blobs.
** Improved support for different fuzzing engines.
Version 1.12.0 (2022-09-22)
** Support for COSE_ES384.
** Support for hidraw(4) on FreeBSD.
** Improved support for FIDO 2.1 authenticators.
** New API calls:
- es384_pk_free;
- es384_pk_from_EC_KEY;
- es384_pk_from_EVP_PKEY;
- es384_pk_from_ptr;
- es384_pk_new;
- es384_pk_to_EVP_PKEY;
- fido_cbor_info_certs_len;
- fido_cbor_info_certs_name_ptr;
- fido_cbor_info_certs_value_ptr;
- fido_cbor_info_maxrpid_minpinlen;
- fido_cbor_info_minpinlen;
- fido_cbor_info_new_pin_required;
- fido_cbor_info_rk_remaining;
- fido_cbor_info_uv_attempts;
- fido_cbor_info_uv_modality.
** Documentation and reliability fixes.
|
2022-08-05 22:22:05 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
libfido2: updated to 1.11.0
Version 1.11.0 (2022-05-03)
** Experimental PCSC support; enable with -DUSE_PCSC.
** Improved OpenSSL 3.0 compatibility.
** Use RFC1951 raw deflate to compress CTAP 2.1 largeBlobs.
** winhello: advertise "uv" instead of "clientPin".
** winhello: support hmac-secret in fido_dev_get_assert().
** New API calls:
- fido_cbor_info_maxlargeblob.
** Documentation and reliability fixes.
** Separate build and regress targets.
|
2022-04-19 09:11:10 by Nia Alarie | Files touched by this commit (1) |
Log message:
libfido2: needs pkg-config
|
2022-04-13 00:27:58 by Tobias Nygren | Files touched by this commit (6) | |
Log message:
libfido2: update to 1.10.0
Major changes include:
- Upstreamed NetBSD support
- NFC on Linux
- OpenSSL 3 compatibility
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2020-11-20 06:55:02 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
security/libfido2: Restore NetBSD support.
|
2020-10-22 22:29:44 by Tobias Nygren | Files touched by this commit (5) | |
Log message:
libfido2: update to 1.5.0
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.
|