mirror of
https://github.com/token2/libfido2.git
synced 2026-03-13 11:12:49 -07:00
54 lines
1.9 KiB
Plaintext
54 lines
1.9 KiB
Plaintext
Source: libfido2
|
|
Priority: optional
|
|
Maintainer: Yubico Open Source Maintainers <ossmaint@yubico.com>
|
|
Uploaders: pedro martelletto <pedro@yubico.com>
|
|
Standards-Version: 4.1.2
|
|
Section: libs
|
|
Homepage: https://github.com/yubico/libfido2
|
|
Build-Depends: debhelper (>= 9),
|
|
pkg-config,
|
|
cmake,
|
|
mandoc,
|
|
libcbor-dev,
|
|
libssl-dev,
|
|
libudev-dev
|
|
|
|
Package: libfido2-1
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: libcbor0, libssl1.1, libudev1, ${shlibs:Depends}, ${misc:Depends}
|
|
Description: library for generating and verifying FIDO 2.0 objects
|
|
A library for communicating with a FIDO device over USB, and for verifying
|
|
attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
|
|
are supported. This package contains the runtime library.
|
|
|
|
Package: libfido2-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}
|
|
Suggests: libssl-dev
|
|
Description: library for generating and verifying FIDO 2.0 objects (development headers)
|
|
A library for communicating with a FIDO device over USB, and for verifying
|
|
attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
|
|
are supported. This package contains the development headers.
|
|
|
|
Package: fido2-tools
|
|
Section: utils
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: command-line tools to configure and use a FIDO 2 token
|
|
A set of tools to manage a FIDO 2 token, generate credentials and
|
|
assertions, and verify them.
|
|
|
|
Package: libfido2-udev
|
|
Section: libs
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}
|
|
Conflicts: libu2f-udev
|
|
Description: udev rules for access to U2F and FIDO2 devices
|
|
A set of udev rules allowing unprivileged system-level access
|
|
to U2F and FIDO2 USB devices for logged-on users.
|