File: control

package info (click to toggle)
libauthen-u2f-perl 0.003-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: javascript: 334; perl: 209; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,710 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: libauthen-u2f-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcrypt-openssl-x509-perl (>= 1.8.6),
                     libcryptx-perl,
                     libexporter-tiny-perl,
                     libjson-perl,
                     libmath-random-secure-perl,
                     libnamespace-autoclean-perl,
                     libtry-tiny-perl,
                     libtype-tiny-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-u2f-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-u2f-perl.git
Homepage: https://metacpan.org/release/Authen-U2F

Package: libauthen-u2f-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcrypt-openssl-x509-perl (>= 1.8.6),
         libcryptx-perl,
         libexporter-tiny-perl,
         libjson-perl,
         libmath-random-secure-perl,
         libnamespace-autoclean-perl,
         libtry-tiny-perl,
         libtype-tiny-perl
Description: pure Perl FIDO U2F server library
 Authen::U2F provides the tools needed to add support for U2F in an application.
 .
 This module does not handle the wire encoding of U2F challenges and response,
 as these are different depending on the U2F host you're using and the style of
 your application. In the examples dir there are scripts that implement the 1.0
 wire format, used by Yubico's libu2f-host, and a Plack application that works
 with Google's JavaScript module.