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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: libkcapi
Section: libs
Priority: optional
Maintainer: Mathieu Malaterre <malat@debian.org>
Build-Depends: debhelper (>= 10), pkg-config
Build-Depends-Indep: docbook-xsl, xmlto
Standards-Version: 4.2.1
Homepage: http://www.chronox.de/libkcapi.html
Package: libkcapi1
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Linux Kernel Crypto API User Space Interface Library
The Linux kernel exports a Netlink interface of type AF_ALG to allow user
space to utilize the kernel crypto API. libkcapi uses this Netlink interface
and exports easy to use APIs so that a developer does not need to consider the
low-level Netlink interface handling.
.
The library does not implement any cipher algorithms. All consumer requests
are sent to the kernel for processing. Results from the kernel crypto API
are returned to the consumer via the library API.
.
The kernel interface and therefore this library can be used by unprivileged
processes.
.
This package contains the libraries needed to run libkcapi applications.
Package: kcapi-tools
Architecture: linux-any
Section: utils
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Command-line tools for Linux Kernel Crypto API
The Linux kernel exports a Netlink interface of type AF_ALG to allow user
space to utilize the kernel crypto API. libkcapi uses this Netlink interface
and exports easy to use APIs so that a developer does not need to consider the
low-level Netlink interface handling.
.
The library does not implement any cipher algorithms. All consumer requests
are sent to the kernel for processing. Results from the kernel crypto API
are returned to the consumer via the library API.
.
The kernel interface and therefore this library can be used by unprivileged
processes.
.
Install this package for the kcapi-dgst, kcapi-enc & kcapi-rng applications
Package: libkcapi-dev
Multi-Arch: same
Section: libdevel
Architecture: linux-any
Depends: libkcapi1 (= ${binary:Version}), ${misc:Depends}
Description: Development files for Linux Kernel Crypto API
The Linux kernel exports a Netlink interface of type AF_ALG to allow user
space to utilize the kernel crypto API. libkcapi uses this Netlink interface
and exports easy to use APIs so that a developer does not need to consider the
low-level Netlink interface handling.
.
The library does not implement any cipher algorithms. All consumer requests
are sent to the kernel for processing. Results from the kernel crypto API
are returned to the consumer via the library API.
.
The kernel interface and therefore this library can be used by unprivileged
processes.
.
This package contains development files needed to build libkcapi applications.
Package: libkcapi-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Description: Documentation for Linux Kernel Crypto API
The Linux kernel exports a Netlink interface of type AF_ALG to allow user
space to utilize the kernel crypto API. libkcapi uses this Netlink interface
and exports easy to use APIs so that a developer does not need to consider the
low-level Netlink interface handling.
.
The library does not implement any cipher algorithms. All consumer requests
are sent to the kernel for processing. Results from the kernel crypto API
are returned to the consumer via the library API.
.
The kernel interface and therefore this library can be used by unprivileged
processes.
.
This is the documentation for libkcapi
|