source: postlfs/security/p11-kit.xml@ b2c18590

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b2c18590 was b2c18590, checked in by Pierre Labastie <pieere@…>, 7 years ago

dovecot-2.2.29
exim-4.89
Fix instructions to link libp11-kit.so to libnssckbi.so

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18587 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.1 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 for tests)">
12 <!ENTITY p11-kit-time "0.4 SBU (with for 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 &lfs80_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&p11-kit-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&p11-kit-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &p11-kit-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &p11-kit-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &p11-kit-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &p11-kit-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">p11-kit Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="cacerts"/>,
78 <xref linkend="libtasn1"/>, and
79 <xref linkend="libffi"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="nss"/>,
85 <xref linkend="gtk-doc"/> and
86 <xref linkend="libxslt"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/p11-kit"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of p11-kit</title>
96
97 <para>
98 Install <application>p11-kit</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr \
103 --sysconfdir=/etc \
104 --with-trust-paths=/etc/pki/anchors &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make check</command>.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <parameter>--with-trust-paths=/etc/pki/anchors</parameter>: this switch
124 sets the location of trusted certificates used by libp11-kit.so.
125 </para>
126
127 <para>
128 <option>--with-hash-impl=freebl</option>: Use this switch if you want to
129 use the Freebl library from <application>NSS</application> for SHA1 and
130 MD5 hashing.
131 </para>
132
133 <para>
134 <option>--enable-doc</option>: Use this switch if you have installed
135 <xref linkend="gtk-doc"/> and <xref linkend="libxslt"/> and wish to
136 rebuild the documentation and generate manual pages.
137 </para>
138
139 </sect2>
140
141 <sect2 role="configuration">
142 <title>Configuring p11-kit</title>
143
144 <para>If <xref linkend="nss"/> is installed,
145 <filename>/usr/lib/libp11-kit.so</filename> can be used as a drop-in
146 replacement for <filename>/usr/lib/libnssckbi.so</filename> to
147 transparently make the system CAs available to
148 <application>NSS</application> aware applications, rather than the static
149 list provided by <filename>/usr/lib/libnssckbi.so</filename>. As the
150 <systemitem class="username">root</systemitem> user, execute the following
151 commands:</para>
152
153<screen role="root"><userinput>if [ -e /usr/lib/libnssckbi.so ]; then
154 readlink /usr/lib/libnssckbi.so ||
155 rm -v /usr/lib/libnssckbi.so &amp;&amp;
156 ln -sfv libp11-kit.so /usr/lib/libnssckbi.so
157fi</userinput></screen>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Program</segtitle>
166 <segtitle>Installed Libraries</segtitle>
167 <segtitle>Installed Directories</segtitle>
168
169 <seglistitem>
170 <seg>
171 p11-kit and trust
172 </seg>
173 <seg>
174 libp11-kit.so and p11-kit-proxy.so
175 </seg>
176 <seg>
177 /etc/pkcs11,
178 /usr/include/p11-kit-1,
179 /usr/lib/{p11-kit,pkcs11},
180 /usr/share/gtk-doc/html/p11-kit, and
181 /usr/share/p11-kit
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="p11-kit-prog">
192 <term><command>p11-kit</command></term>
193 <listitem>
194 <para>
195 is a command line tool that can be used to perform operations
196 on PKCS#11 modules configured on the system.
197 </para>
198 <indexterm zone="p11-kit p11-kit-prog">
199 <primary sortas="b-p11-kit">p11-kit</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="trust">
205 <term><command>trust</command></term>
206 <listitem>
207 <para>
208 is a command line tool to examine and modify the shared trust
209 policy store.
210 </para>
211 <indexterm zone="p11-kit trust">
212 <primary sortas="b-trust">trust</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217
218 <varlistentry id="libp11-kit">
219 <term><filename class="libraryfile">libp11-kit.so</filename></term>
220 <listitem>
221 <para>
222 contains functions used to coordinate initialization and
223 finalization of any PKCS#11 module.
224 </para>
225 <indexterm zone="p11-kit libp11-kit">
226 <primary sortas="c-libp11-kit">libp11-kit.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="p11-kit-proxy">
232 <term><filename class="libraryfile">p11-kit-proxy.so</filename></term>
233 <listitem>
234 <para>
235 is the PKCS#11 proxy module.
236 </para>
237 <indexterm zone="p11-kit p11-kit-proxy">
238 <primary sortas="c-p11-kit-proxy">p11-kit-proxy.so</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.