Imported Upstream version 0.19.1
[platform/upstream/p11-kit.git] / doc / manual / html / config.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>PKCS#11 Configuration</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="index.html" title="p11-kit">
8 <link rel="up" href="index.html" title="p11-kit">
9 <link rel="prev" href="index.html" title="p11-kit">
10 <link rel="next" href="config-example.html" title="Example">
11 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td> </td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">p11-kit</th>
20 <td><a accesskey="n" href="config-example.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="chapter">
23 <div class="titlepage"><div><div><h1 class="title">
24 <a name="config"></a>PKCS#11 Configuration</h1></div></div></div>
25 <div class="toc"><dl class="toc">
26 <dt><span class="section"><a href="config.html#config-introduction">Consistent configuration</a></span></dt>
27 <dt><span class="section"><a href="config-example.html">Example</a></span></dt>
28 <dt><span class="section"><a href="ch01s03.html">Configuration Files</a></span></dt>
29 </dl></div>
30 <div class="section">
31 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
32 <a name="config-introduction"></a>Consistent configuration</h2></div></div></div>
33 <p>In order for multiple applications on the user's desktop to use
34                         PKCS#11 modules in a consistent manner, there must be a configuration
35                         or registry to specify which modules to load and how to use them. The
36                         PKCS#11 specification does not specify such a configuration standard.
37                 </p>
38 <p>Because of the multi-library module initialization problem, use of
39                         PKCS#11 modules must be coordinated within an application. p11-kit
40                         provides that coordination. Since coordination is required, it follows
41                         that p11-kit can also implement a consistent module configuration.
42                 </p>
43 </div>
44 </div>
45 <div class="footer">
46 <hr>
47           Generated by GTK-Doc V1.18</div>
48 </body>
49 </html>