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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: muscleframework
Section: libs
Priority: extra
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Build-Depends: debhelper (>> 4.0.0), libmusclecard-dev (>= 1.3.0-0), libssl-dev, libpam-dev, autotools-dev, pkg-config, dpatch
Standards-Version: 3.7.3
Homepage: https://alioth.debian.org/projects/muscleplugins/
Package: libcflexplugin
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: pcscd
Description: MuscleCard Cryptoflex PlugIn
This package works as a plug-in for the MuscleCard Framework and provides
card support through the MuscleCard API's.
.
The smartcard used is a Schlumberger Cryptoflex.
.
In order to use this package you must personalize the Cryptoflex card with
some directories, files, etc.
.
muscleTool(1) and xcard(1) from the Debian packages muscletools and xcardii
provides the capability to format the Cryptoflex card.
Package: libmcardplugin
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: pcscd
Description: MuscleCard Applet PlugIn
This package works as a plug-in for the MuscleCard Framework and provides
card support through the MuscleCard API's.
.
The smartcard used is a JavaCard smartcard with the MuscleCard applet loaded.
.
In order to use this package you must personalize the MuscleCard applet
installed in the smartcard with some directories, files, etc.
.
muscleTool(1) and xcard(1) from the Debian packages muscletools and xcardii
provides the capability to format the Cryptoflex card.
Package: libpam-musclecard
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libcflexplugin | libmcardplugin
Description:PAM module for MuscleCard Framework
This PAM module will allow you to login, screenlock, and validate to services
using your MuscleCard smartcard.
.
It offers two methods of authentication both based on x509 DER encoded
certificates.
Package: libmusclepkcs11-dev
Section: libdevel
Architecture: any
Depends: libmusclepkcs11 (= ${binary:Version}), libpcsclite-dev
Description: MuscleCard PKCS#11 development files
Files necessary for developing applications using libmusclepkcs11 library
from MuscleCard framework.
Package: libmusclepkcs11
Section: libs
Architecture: any
Depends: libcflexplugin | libmcardplugin, ${shlibs:Depends}
Description: PKCS#11 support using the MuscleCard framework
This package provides a PKCS#11 token driver (libmusclepkcs11.so) to be used
in a browser like Mozilla 1.1.1.
.
The library uses the MuscleCard framework to drive the hardware token. The
hardware token may be a Cryptoflex card (see package libcflexplugin) or a
JavaCard smartcard with the MuscleCard applet (see libmcardplugin).
|