From 370bffb5dd691a7fa0b9c300a735d8e5e72803b3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 6 Oct 2007 18:40:44 +0000 Subject: Doc svn path=/scripts/rpki/__init__.py; revision=1105 --- scripts/rpki/__init__.py | 22 +++++++++++++++++++--- scripts/rpki/pkcs10.py | 2 ++ 2 files changed, 21 insertions(+), 3 deletions(-) (limited to 'scripts/rpki') diff --git a/scripts/rpki/__init__.py b/scripts/rpki/__init__.py index 6913b3cc..f498d111 100644 --- a/scripts/rpki/__init__.py +++ b/scripts/rpki/__init__.py @@ -1,11 +1,27 @@ # $Id$ +# This file exists to tell Python that this the content of this +# directory constitute a Python package. Since we're not doing +# anything exotic, this file doesn't need to contain any code, but +# since its existance defines the package, it's as sensible a place as +# any to put the Doxygen mainpage. + ## @mainpage ## ## This collection of Python modules implements a prototype of the -## RPKI Engine. Well, ok, it will when it's done, this is a work in -## progress. +## RPKI Engine. This is a work in progress. ## ## See http://viewvc.hactrn.net/subvert-rpki.hactrn.net/ for code, ## design documents, a text mirror of portions of APNIC's Wiki, etc. - +## +## The documentation you're reading is generated automatically by +## Doxygen from comments and documentation in the code. +## +## This work is funded by ARIN, in +## collaboration with the other RIRs. If you're interested in this +## package you might also be interested in: +## +## \li the rcynic validation tool +## \li a sample of rcynic's summary output +## \li APNIC's Wiki +## \li APNIC's project Trac instance diff --git a/scripts/rpki/pkcs10.py b/scripts/rpki/pkcs10.py index 6404870a..3617a837 100644 --- a/scripts/rpki/pkcs10.py +++ b/scripts/rpki/pkcs10.py @@ -8,6 +8,8 @@ just keeping it around in case I discover some horrible bug in the new code that would make me want to fall back to this. """ +raise NotImplementedError, "You shouldn't be using this module anymore, see rpki.x509.PKCS10" + import POW, rpki.x509, os, rpki.exceptions, binascii req_fmt = ''' -- cgit v1.2.3