diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-09 14:29:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-09 14:29:36 +0000 |
commit | f195daa6afd37bd7c48c1c2ae5738adee012d90f (patch) | |
tree | 01196c86e7e7cdc7908c2601a7103e63614c2685 | |
parent | cc66bcf80273ff5e32d59946c6a5b2bef7a3bcf1 (diff) |
Doc
svn path=/scripts/rpki/manifest.py; revision=1128
-rw-r--r-- | scripts/rpki/manifest.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/rpki/manifest.py b/scripts/rpki/manifest.py index 68cb1cce..2da70373 100644 --- a/scripts/rpki/manifest.py +++ b/scripts/rpki/manifest.py @@ -1,8 +1,7 @@ # $Id$ -"""Signed manifests. - -At the moment this is just the ASN.1 encoder. +"""Signed manifests. This is just the ASN.1 encoder, the rest is in +rpki.x509 with the rest of the DER_object code. """ from POW._der import * |