source: postlfs/security/p11-kit.xml@ 1353bb4

systemd-13485
Last change on this file since 1353bb4 was 1353bb4, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to LibRaw-0.17.2
Update to libevdev-1.5.1
Above merged from trunk r17363.
GCC6 Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17364 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY p11-kit-download-http "http://p11-glue.freedesktop.org/releases/p11-kit-&p11-kit-version;.tar.gz">
8 <!ENTITY p11-kit-download-ftp " ">
9 <!ENTITY p11-kit-md5sum "738af2442331fc22f440df9bee9b062a">
10 <!ENTITY p11-kit-size "1000 KB">
11 <!ENTITY p11-kit-buildsize "73 MB (with tests)">
12 <!ENTITY p11-kit-time "0.4 SBU (with tests)">
13]>
14
15<sect1 id="p11-kit" xreflabel="p11-kit-&p11-kit-version;">
16 <?dbhtml filename="p11-kit.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>p11-kit-&p11-kit-version;</title>
24
25 <indexterm zone="p11-kit">
26 <primary sortas="a-p11-kit">p11-kit</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to p11-kit</title>
31
32 <para>
33 The <application>p11-kit</application> package provides a way to load and
34 enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.
35 </para>
36
37 &lfs79_checked;
38
39 &gcc6_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&p11-kit-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&p11-kit-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &p11-kit-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &p11-kit-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &p11-kit-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &p11-kit-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">p11-kit Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="cacerts"/>,
80 <xref linkend="libtasn1"/>, and
81 <xref linkend="libffi"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="nss"/>,
87 <xref linkend="gtk-doc"/> and
88 <xref linkend="libxslt"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/p11-kit"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of p11-kit</title>
98
99 <para>
100 Install <application>p11-kit</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make -k check</command>.
109 The <emphasis>test-token</emphasis> test is known to fail.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <option>--with-hash-impl=freebl</option>: Use this switch if you want to
125 use the Freebl library from <application>NSS</application> for SHA1 and MD5
126 hashing.
127 </para>
128
129 <para>
130 <option>--enable-doc</option>: Use this switch if you have installed
131 <xref linkend="gtk-doc"/> and <xref linkend="libxslt"/> and wish to
132 rebuild the documentation and generate manual pages.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 p11-kit and trust
148 </seg>
149 <seg>
150 libp11-kit.so and p11-kit-proxy.so
151 </seg>
152 <seg>
153 /etc/pkcs11,
154 /usr/include/p11-kit-1,
155 /usr/lib/{p11-kit,pkcs11},
156 /usr/share/gtk-doc/html/p11-kit, and
157 /usr/share/p11-kit
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="p11-kit-prog">
168 <term><command>p11-kit</command></term>
169 <listitem>
170 <para>
171 is a command line tool that can be used to perform operations
172 on PKCS#11 modules configured on the system.
173 </para>
174 <indexterm zone="p11-kit p11-kit-prog">
175 <primary sortas="b-p11-kit">p11-kit</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="trust">
181 <term><command>trust</command></term>
182 <listitem>
183 <para>
184 is a command line tool to examine and modify the shared trust
185 policy store.
186 </para>
187 <indexterm zone="p11-kit trust">
188 <primary sortas="b-trust">trust</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193
194 <varlistentry id="libp11-kit">
195 <term><filename class="libraryfile">libp11-kit.so</filename></term>
196 <listitem>
197 <para>
198 contains functions used to coordinate initialization and
199 finalization of any PKCS#11 module.
200 </para>
201 <indexterm zone="p11-kit libp11-kit">
202 <primary sortas="c-libp11-kit">libp11-kit.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="p11-kit-proxy">
208 <term><filename class="libraryfile">p11-kit-proxy.so</filename></term>
209 <listitem>
210 <para>
211 is the PKCS#11 proxy module.
212 </para>
213 <indexterm zone="p11-kit p11-kit-proxy">
214 <primary sortas="c-p11-kit-proxy">p11-kit-proxy.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.