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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
Source: pkcs11
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
illumos-source-2.10,
libldap2-dev,
libssl-dev,
libsunuuid1-dev | uuid-dev,
libtspi-dev,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libcryptoutil1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low-level functions to help implement cryptography
Package: libcryptoutil1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libcryptoutil-dev
Depends: libcryptoutil1 (= ${binary:Version}), ${misc:Depends}, libpkcs11-1-dev
Description: low-level functions to help implement cryptography (development)
Package: libsoftcrypto1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: common crypto and bignum algorithms
Package: libpkcs11-1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PKCS#11 Cryptographic Framework library
This package contains the libpkcs11 shared library.
.
The libpkcs11 library implements the PKCS#11 Cryptographic Token Interface
(Cryptoki), v2.20 specification by using plug-ins to provide the slots.
Package: libpkcs11-1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libpkcs11-dev
Suggests: pkcs11-doc
Depends: libpkcs11-1 (= ${binary:Version}), ${misc:Depends},
Description: PKCS#11 Cryptographic Framework library (development)
This package contains header files and symbolic links required
to compile applications that use the libpkcs11 library.
.
The libpkcs11 library implements the PKCS#11 Cryptographic Token Interface
(Cryptoki), v2.20 specification by using plug-ins to provide the slots.
Package: pkcs11-docs
Architecture: all
Section: doc
Priority: optional
Depends: ${misc:Depends}
Description: illumos PKCS#11 documentation
This package provides man pages for libpkcs11 and modules
Package: libpkcs11-kernel1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Recommends: cryptoadm
Suggests: pkcs11-doc
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PKCS#11 interface to Kernel Cryptographic Framework
This package contains the pkcs11_kernel module.
.
The pkcs11_kernel.so.1 object implements the RSA Security Inc. PKCS#11
Cryptographic Token Interface (Cryptoki), v2.20, specification by using a
private interface to communicate with the Kernel Cryptographic Framework.
.
Each unique hardware provider is represented by a PKCS#11 slot. In a system
with no hardware Kernel Cryptographic Framework providers, this PKCS#11
library presents no slots.
.
The PKCS#11 mechanisms provided by this library is determined by the
available hardware providers.
Package: libpkcs11-softtoken1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Recommends: cryptoadm
Suggests: pkcs11-doc
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Software RSA PKCS#11 softtoken
The pkcs11_softtoken.so.1 object implements the RSA Security Inc. PKCS#11
Cryptographic Token Interface (Cryptoki), v2.20, specification in software.
Package: libpkcs11-tpm1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Recommends: cryptoadm
Suggests: pkcs11-doc
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RSA PKCS#11 token for Trusted Platform Modules (TPM)
The pkcs11_tpm.so object implements the RSA PKCS#11 v2.20 specification
using Trusted Computing Group protocols to talk to a TPM security
device. This provider implements the PKCS#11 specification and uses the
TCG Software Stack (TSS) APIs
|