forked from pool/libfido2
Accepting request 965472 from home:Simmphonie:yubico
- Version 1.10.0 (2022-01-17) * hid_osx: handle devices with paths > 511 bytes; gh#462. * bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480. * winhello: fallback to GetTopWindow() if GetForegroundWindow() fails. * winhello: fallback to hid_win.c if webauthn.dll isn’t available. * New API calls: - fido_dev_info_set; - fido_dev_io_handle; - fido_dev_new_with_info; - fido_dev_open_with_info. * Cygwin and NetBSD build fixes. * Documentation and reliability fixes. * Support for TPM 2.0 attestation of COSE_ES256 credentials. OBS-URL: https://build.opensuse.org/request/show/965472 OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=46
This commit is contained in:
parent
a1c5a79ba9
commit
93070625bd
3
libfido2-1.10.0.tar.gz
Normal file
3
libfido2-1.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:526efd3d56af706c05d09f3d21f18ee3b0b15ac0c1f5c5da1acbc27c2730b99b
|
||||||
|
size 591372
|
BIN
libfido2-1.10.0.tar.gz.sig
Normal file
BIN
libfido2-1.10.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba39e3af3736d2dfc8ad3d1cb6e3be7eccc09588610a3b07c865d0ed3e58c2d2
|
|
||||||
size 576088
|
|
Binary file not shown.
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 28 16:53:52 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
|
- Version 1.10.0 (2022-01-17)
|
||||||
|
* hid_osx: handle devices with paths > 511 bytes; gh#462.
|
||||||
|
* bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480.
|
||||||
|
* winhello: fallback to GetTopWindow() if GetForegroundWindow() fails.
|
||||||
|
* winhello: fallback to hid_win.c if webauthn.dll isn’t available.
|
||||||
|
* New API calls:
|
||||||
|
- fido_dev_info_set;
|
||||||
|
- fido_dev_io_handle;
|
||||||
|
- fido_dev_new_with_info;
|
||||||
|
- fido_dev_open_with_info.
|
||||||
|
* Cygwin and NetBSD build fixes.
|
||||||
|
* Documentation and reliability fixes.
|
||||||
|
* Support for TPM 2.0 attestation of COSE_ES256 credentials.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 10 17:22:01 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Mon Jan 10 17:22:01 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfido2
|
# spec file for package libfido2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
Name: libfido2
|
Name: libfido2
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FIDO U2F and FIDO 2.0 protocols
|
Summary: FIDO U2F and FIDO 2.0 protocols
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -28,8 +28,8 @@ Source0: https://developers.yubico.com/libfido2/Releases/%{name}-%{versio
|
|||||||
Source1: https://developers.yubico.com/libfido2/Releases/%{name}-%{version}.tar.gz.sig
|
Source1: https://developers.yubico.com/libfido2/Releases/%{name}-%{version}.tar.gz.sig
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(hidapi-hidraw)
|
BuildRequires: pkgconfig(hidapi-hidraw)
|
||||||
BuildRequires: pkgconfig(libcbor)
|
BuildRequires: pkgconfig(libcbor)
|
||||||
|
Loading…
Reference in New Issue
Block a user