~ubuntu-branches/ubuntu/natty/pyca/natty

« back to all changes in this revision

Viewing changes to debian/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Lars Bahner
  • Date: 2003-12-02 19:39:35 UTC
  • Revision ID: james.westby@ubuntu.com-20031202193935-a2izk0amdo1gre1e
Tags: 20031118-1
* New upstream release
* conversion to dpatch
* Significantly reworked debian/rules
* Added patch for encoding type utf-8 to pylib/openssl/cnf.py
  io. to avoid croak from ca2ldif.py. My system
  is utf-8 an so I trust are many others.
* New frontpage
* Typos in man-pages ... which are also UTF-8 :|
* Cascade the manpages to actual files shut lintian up. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
4
<html>
 
5
<head>
 
6
  <title>pyCA - X.509 CA</title>
 
7
  <meta name="author" content="michael@stroeder.com" />
 
8
  <meta name="description" content="pyCA: Software for running a X.509/PKIX certificate authority" />
 
9
  <meta name="keywords" content="Security, X.509, PKI, CA, PKIX, S/MIME, SSL, single sign-on, client certificates, authentication">
 
10
  <meta name="robots" content="INDEX,NOFOLLOW" />
 
11
  <link rev="made" href="mailto:www@stroeder.com" />
 
12
  <link rel="contents" href="http://www.pyca.de" title="pyCA" />
 
13
  <link rel="copyright" href="" title="Copyright by Michael Str&ouml;der <michael@stroeder.com>" />
 
14
  <script language="JavaScript">
 
15
    <!--
 
16
     if(top.frames.length > 0)
 
17
      top.location.href=self.location;
 
18
    //-->
 
19
  </script>
 
20
</head>
 
21
 
 
22
<body bgcolor="#fafafa" text="#000000" link="#AA5022" vlink="#772000" alink="#0A0A0A">
 
23
 
 
24
 
 
25
<table
 
26
  summary="Navigation"
 
27
  width="100%"
 
28
  cellspacing="0"
 
29
  cellpadding="12"
 
30
  border="8"
 
31
>
 
32
  <tr>
 
33
    <td>
 
34
     <h1>
 
35
       <a href="pyca.html">pyCA</a> -
 
36
       X.509 CA
 
37
     </h1>
 
38
     Software for running a X.509/PKIX certificate authority
 
39
    </td>
 
40
    <td valign="top" width="35%">
 
41
      <font size="-1">
 
42
        <dl>
 
43
          <dt>
 
44
            General
 
45
          </dt>
 
46
          <dd>
 
47
            &lt;<a href="download.html">Download</a>&gt;
 
48
            &lt;<a href="news.html">News</a>&gt;
 
49
            &lt;<a href="demo.html">Demo</a>&gt;
 
50
            &lt;<a href="related.html">Related</a>&gt;
 
51
          </dd>
 
52
          <dt>
 
53
            Support
 
54
          </dt>
 
55
          <dd>
 
56
            &lt;<a href="http://www.stroeder.com">Commercial</a>&gt;
 
57
            &lt;<a href="feedback.html">Feedback</a>&gt;
 
58
            &lt;<a href="faq.html">FAQ</a>&gt;
 
59
          </dd>
 
60
          <dt>
 
61
            Documentation
 
62
          </dt>
 
63
          <dd>
 
64
            &lt;<a href="features.html">Features</a>&gt;
 
65
            &lt;<a href="overview.html">Overview</a>&gt;
 
66
            &lt;<a href="install.html">Installing</a>&gt;
 
67
            &lt;<a href="config.html">Configuration</a>&gt;
 
68
            &lt;<a href="changes.html">Changes</a>&gt;
 
69
            &lt;<a href="files.html">Files</a>&gt;
 
70
            &lt;<a href="roadmap.html">Roadmap</a>&gt;
 
71
          </dd>
 
72
        </dl>
 
73
      </font>
 
74
    </td>
 
75
  </tr>
 
76
</table>
 
77
 
 
78
 
 
79
 
 
80
 
 
81
<h2><A NAME="Abstract">Abstract</a></h2>
 
82
<p>
 
83
  The usage of cryptographic techniques promises secure usage of
 
84
  Internet services concerning authentication of clients and servers and
 
85
  authorized access to sensitive data. During the last two years it turned
 
86
  out that X.509 certificates, SSL and S/MIME are the relevant, widely
 
87
  adopted cryptographic standards for securing various Internet services
 
88
  like WWW, Mail, etc.
 
89
</p>
 
90
<p>
 
91
  However these standards require setting up a working X.509-based PKI
 
92
  (pulic key infrastructure).
 
93
  Although there is a quite lot of documentation and some example software
 
94
  for setting up a primitive PKI with an own certificate authority
 
95
  with the free package <a href="http://www.openssl.org/">OpenSSL</a>
 
96
  it seems that this task is not easy for most people. There is a lot of
 
97
  discussion on various mailing-lists, e.g. how to generate self-signed
 
98
  CA certificates, generate certificate requests with the famous WWW browsers and how to provide
 
99
  client certificates / certificate revocation lists for download, etc.
 
100
  Additionally if the certification business of an organization gets only a
 
101
  little bit more serious one has to take care about critical security issues.
 
102
</p>
 
103
<p>
 
104
  <a href="http://www.pyca.de/">pyCA</a> tries to make it
 
105
  easier for people to set up and run a organizational certificate authority
 
106
  which fulfills the need for a fairly secure certification processing.
 
107
  The package also tries to reduce administrative tasks and user's frustration
 
108
  by providing a comfortable web interface to users contacting the certificate
 
109
  authority.
 
110
</p>
 
111
 
 
112
<h2>Project status</h2>
 
113
<p>
 
114
Unfortunately I do not have the time at the moment to spend more time
 
115
on developing this project. I will apply bug fixes and patches submitted
 
116
by users as long as they do not require too much rewriting of code.
 
117
</p>
 
118
 
 
119
<p id="footer">
 
120
<hr width="100%">
 
121
<font size=-1>
 
122
Page last modified: Thursday, 15-May-2003 20:32:19 CEST,
 
123
sponsored by<br>
 
124
<a href="http://www.stroeder.com">
 
125
stroeder.com - Information Technology, IT-Security, Identity Management,
 
126
System Integration</a>
 
127
 
 
128
</font>
 
129
</p>
 
130
 
 
131
</body>
 
132
</html>
 
133