File: features.html

package info (click to toggle)
pyca 20031118-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 652 kB
  • ctags: 934
  • sloc: python: 4,998; sh: 760; makefile: 43
file content (42 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download | duplicates (5)
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
<!--#set var="pyca_subtitle" value="Features"-->
<!--#set var="pyca_pagedescription" value="List of currently available features"-->
<!--#include file="ssi/head.html"-->
<!--#include file="ssi/navigation.html"-->

<p>
  The following tasks will be provided by this package:
</p>
<ul>
  <li>
    Generate CA certificate hierarchy and initials CRLs
  </li>
  <li>
    Generate certificate requests with widely used web browsers
  </li>
  <li>
    Search tool for client certificates in the OpenSSL certificate database
  </li>
  <li>
    Download of client certificates / certificate revocation lists with appropriate MIME types
  </li>
  <li>
    Online-validation of certificates
  </li>
  <li>
    Storing all certificate data in LDAP repositories
  </li>
  <li>
    Scripts for the handling of the certification process on a
    non-networked system holding the CA's private key(s)
  </li>
  <li>
    Fairly easy configuration based on the OpenSSL configuration file
    (most times called <em>openssl.cnf</em>).
  </li>
</ul>
<p>
  See the <a href="roadmap.html">roadmap</a> for a detailed list of what is still
  to be done.
</p>

<!--#include file="ssi/footer.html"-->