~ubuntu-branches/ubuntu/raring/pyca/raring

« back to all changes in this revision

Viewing changes to htdocs/pyca.html

  • Committer: Bazaar Package Importer
  • Author(s): Lars Bahner
  • Date: 2003-12-02 19:39:35 UTC
  • Revision ID: james.westby@ubuntu.com-20031202193935-fzzt289mntvy6a8q
Tags: upstream-20031118
ImportĀ upstreamĀ versionĀ 20031118

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--#set var="pyca_subtitle" value="X.509 CA"-->
 
2
<!--#set var="pyca_pagedescription" value="Software for running a X.509/PKIX certificate authority"-->
 
3
<!--#include file="ssi/head.html"-->
 
4
<!--#include file="ssi/navigation.html"-->
 
5
 
 
6
<h2><A NAME="Abstract">Abstract</a></h2>
 
7
<p>
 
8
  The usage of cryptographic techniques promises secure usage of
 
9
  Internet services concerning authentication of clients and servers and
 
10
  authorized access to sensitive data. During the last two years it turned
 
11
  out that X.509 certificates, SSL and S/MIME are the relevant, widely
 
12
  adopted cryptographic standards for securing various Internet services
 
13
  like WWW, Mail, etc.
 
14
</p>
 
15
<p>
 
16
  However these standards require setting up a working X.509-based PKI
 
17
  (pulic key infrastructure).
 
18
  Although there is a quite lot of documentation and some example software
 
19
  for setting up a primitive PKI with an own certificate authority
 
20
  with the free package <a href="http://www.openssl.org/">OpenSSL</a>
 
21
  it seems that this task is not easy for most people. There is a lot of
 
22
  discussion on various mailing-lists, e.g. how to generate self-signed
 
23
  CA certificates, generate certificate requests with the famous WWW browsers and how to provide
 
24
  client certificates / certificate revocation lists for download, etc.
 
25
  Additionally if the certification business of an organization gets only a
 
26
  little bit more serious one has to take care about critical security issues.
 
27
</p>
 
28
<p>
 
29
  <a href="http://www.pyca.de/">pyCA</a> tries to make it
 
30
  easier for people to set up and run a organizational certificate authority
 
31
  which fulfills the need for a fairly secure certification processing.
 
32
  The package also tries to reduce administrative tasks and user's frustration
 
33
  by providing a comfortable web interface to users contacting the certificate
 
34
  authority.
 
35
</p>
 
36
 
 
37
<h2>Project status</h2>
 
38
<p>
 
39
Unfortunately I do not have the time at the moment to spend more time
 
40
on developing this project. I will apply bug fixes and patches submitted
 
41
by users as long as they do not require too much rewriting of code.
 
42
</p>
 
43
 
 
44
<!--#include file="ssi/footer.html"-->