This file is indexed.

/usr/share/doc/libpkcs11-helper1-dev/api/index.html is in libpkcs11-helper1-dev 1.21-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>pkcs11-helper: pkcs11-helper-1.0</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">pkcs11-helper
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">pkcs11-helper-1.0 </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="about"></a>
About</h1>
<dl class="section user"><dt></dt><dd><a href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-11">PKCS#11</a> is <a href="http://www.rsasecurity.com">RSA Security</a> published standard. PKCS#11 is the de-facto standard to access cryptographic devices. </dd></dl>
<dl class="section user"><dt></dt><dd>pkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. </dd></dl>
<h1><a class="anchor" id="features"></a>
Features</h1>
<dl class="section user"><dt></dt><dd>pkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. </dd></dl>
<dl class="section user"><dt></dt><dd>pkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. </dd></dl>
<h1><a class="anchor" id="compatibility"></a>
Compatibility</h1>
<ul>
<li>The pkcs11-helper library is available in POSIX and WIN32 compliant systems.</li>
<li>The pkcs11-helper library should work with almost any PKCS#11 provider, since it uses the minimum required features of the PKCS#11 standard. </li>
</ul>
<h1><a class="anchor" id="support"></a>
Support</h1>
<dl class="section user"><dt></dt><dd>pkcs11-helper support is available via the <a href="http://www.opensc-project.org">OpenSC Project</a>. </dd></dl>
<h1><a class="anchor" id="license"></a>
License</h1>
<dl class="section user"><dt></dt><dd><a class="el" href="License.html">pkcs11-helper license</a> is dual BSD or GPL. </dd></dl>
<h1><a class="anchor" id="modules"></a>
Modules</h1>
<ul>
<li><a class="el" href="group__pkcs11h__core.html">pkcs11-helper core interface</a> - Initialize library, adding providers, hooks.</li>
<li><a class="el" href="group__pkcs11h__token.html">Token interface</a> - Handle tokens.</li>
<li><a class="el" href="group__pkcs11h__certificate.html">Certificate interface</a> - Handle certificate objects.</li>
<li><a class="el" href="group__pkcs11h__data.html">Data object interface</a> - Handle data objects.</li>
<li><a class="el" href="group__pkcs11h__openssl.html">OpenSSL interface</a> - OpenSSL engine support. </li>
</ul>
</div></div><!-- contents -->
<hr>
<table width="100%"><tr><td>pkcs11-helper, Copyright (C) Alon Bar-Lev &lt;alon.barlev@gmail.com&gt;</td><td align="right"><a href="http://www.opensc-project.org"><img src="opensc-logo.gif" alt="OpenSC-Project.org Logo" border="0"/></a></td></tr></table>