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

kde5-14686 systemd-13485
Last change on this file since b7588d9 was b7588d9, checked in by Christopher Gregory <cjg@…>, 10 years ago

Update to vala-0.26.0, p11-kit-0.20.7, dconf-0.22.0, gsettings-desktop-schemas-3.14.0, glib-networking-2.42.0 and dconf-0.22.0.

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

  • Property mode set to 100644
File size: 5.8 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 "6648cad01a3080b685b8b3bf7372c91a">
10 <!ENTITY p11-kit-size "964 KB">
11 <!ENTITY p11-kit-buildsize "38.9 MB (additional 7.6 MB for tests)">
12 <!ENTITY p11-kit-time "0.4 SBU (additional 0.1 SBU 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 &lfs76_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 --sysconfdir=/etc &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>. The
107 test-token test is known to fail.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <option>--with-hash-impl=freebl</option>: Use this switch if you want to
123 use Freebl library from <application>NSS</application> for SHA1 and MD5
124 hashing.
125 </para>
126
127 <para>
128 <option>--enable-doc</option>: Use this switch if you have installed
129 <xref linkend="gtk-doc"/> and <xref linkend="libxslt"/> and wish to
130 rebuild the documentation and generate manual pages.
131 </para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 p11-kit and trust
146 </seg>
147 <seg>
148 libp11-kit.so and p11-kit-proxy.so
149 </seg>
150 <seg>
151 /etc/pkcs11,
152 /usr/include/p11-kit-1,
153 /usr/lib/{p11-kit,pkcs11},
154 /usr/share/gtk-doc/html/p11-kit, and
155 /usr/share/p11-kit
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="p11-kit-prog">
166 <term><command>p11-kit</command></term>
167 <listitem>
168 <para>
169 is a command line tool that can be used to perform operations
170 on PKCS#11 modules configured on the system.
171 </para>
172 <indexterm zone="p11-kit p11-kit-prog">
173 <primary sortas="b-p11-kit">p11-kit</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libp11-kit">
179 <term><filename class="libraryfile">libp11-kit.so</filename></term>
180 <listitem>
181 <para>
182 contains functions used to coordinate initialization and
183 finalization of any PKCS#11 module.
184 </para>
185 <indexterm zone="p11-kit libp11-kit">
186 <primary sortas="c-libp11-kit">libp11-kit.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="p11-kit-proxy">
192 <term><filename class="libraryfile">p11-kit-proxy.so</filename></term>
193 <listitem>
194 <para>
195 is the PKCS#11 proxy module.
196 </para>
197 <indexterm zone="p11-kit p11-kit-proxy">
198 <primary sortas="c-p11-kit-proxy">p11-kit-proxy.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.