2 Commits

Author SHA256 Message Date
6897e63956 Accepting request 1325228 from security
OBS-URL: https://build.opensuse.org/request/show/1325228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfido2?expand=0&rev=16
2026-01-05 13:50:11 +00:00
1420d5a6ac - update to 1.16.0:
* Added support for enterprise attestation.
  * Improved handling of invalid key handles in U2F key
    lookup; gh#819.
  * Fixed issue where storing small CTAP 2.1 largeBlobs
    failed; gh#826.
  * Fixed APDU chaining issues for certain authenticators;
    gh#818, gh#855.
  * Improved documentation and examples.
  * New API calls:
    - fido_cred_entattest;
    - fido_cred_set_entattest.

OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=57
2026-01-03 18:45:58 +00:00
6 changed files with 21 additions and 5 deletions

Binary file not shown.

Binary file not shown.

3
libfido2-1.16.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4
size 683814

BIN
libfido2-1.16.0.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 2 21:39:16 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 1.16.0:
* Added support for enterprise attestation.
* Improved handling of invalid key handles in U2F key
lookup; gh#819.
* Fixed issue where storing small CTAP 2.1 largeBlobs
failed; gh#826.
* Fixed APDU chaining issues for certain authenticators;
gh#818, gh#855.
* Improved documentation and examples.
* New API calls:
- fido_cred_entattest;
- fido_cred_set_entattest.
-------------------------------------------------------------------
Sat Aug 31 15:49:20 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libfido2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define sover 1
Name: libfido2
Version: 1.15.0
Version: 1.16.0
Release: 0
Summary: FIDO U2F and FIDO 2.0 protocols
License: BSD-2-Clause