aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 19571517247d8bea0bac8578451baa990e2ba0b1 (plain) (blame)
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
$Id$

Files associated with routing PKI project.

Required reading:

- RFC 3779
- Portions of RFCs 3280 and 3852
- draft-ietf-sidr-*

Programs:

- openssl: development copy of OpenSSL with RFC 3779 support added.
  Patches for this have been submitted to the OpenSSL project and were
  incorporated into release OpenSSL 0.9.8e.

  At present we're using unmodified copies of OpenSSL project
  snapshots, because we need CMS code that's not yet in any released
  version.  So we keep a distribution tarball and a makefile that
  knows how to unpack, configure, and build it, so that other tools in
  this package can use the resulting libraries.

- rcynic: "cynical rsync" validator for rsync-based RPKI repositories.

- rpkid: rpkid and friends, a collection of Python programs to handle
  the publication side of the RPKI project.

- myrpki: a minimal (text-file-based) sample back-end setup (IRBE).
  No GUI, not suitable for anything complex, but perhaps sufficient
  for alpha testers.

- utils and scripts: various little test programs and utilities, not
  really intended for use by anyone but the author.  If they're
  useful, cool, enjoy, but if they blow up in your face, set your
  computer on fire, and turn your cat blue, that's your problem.

Other:

- presentations: miscellaneous presentations and design documents for
  the project.

- wiki-mirror: Mirror of selected documents from a Wiki at APNIC.