File: control

package info (click to toggle)
pkcs11-dump 0.3.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 1,544 kB
  • ctags: 924
  • sloc: sh: 10,116; cpp: 2,316; makefile: 38
file content (21 lines) | stat: -rw-r--r-- 805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: pkcs11-dump
Section: utils
Priority: extra
Maintainer: Max Vozeler <xam@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libstdc++-dev, libssl-dev, pkg-config
Standards-Version: 3.9.3
Vcs-Browser: http://git.debian.org/?p=users/xam/pkcs11-dump.git
Vcs-Git: git://git.debian.org/~xam/pkcs11-dump.git

Package: pkcs11-dump
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dump PKCS#11 token content
 pkcs11-dump is a program to query PKCS#11 (cryptoki) provider 
 modules for objects available on a specific crypto device and
 dump them to stdout in a human-readable format.
 . 
 This package is mostly interesting for people familiar with
 PKCS#11 who are developing or analyzing a PKCS#11 module or
 like to get a detailed view of objects on a crypto device.