diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-11 06:37:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-11 06:37:32 +0000 |
commit | a780a7809f44fdd4d088f81f3f8b97a055fbc9da (patch) | |
tree | ae1da6644a3a90b5d3fcfa123c64146d3854b6d2 /rpkid/rpki/manifest.py | |
parent | 125c61b4f7040e1206fa3eb5b627147bbbd5645b (diff) |
Cosmetic doc changes.
svn path=/rpkid/irbe-setup.py; revision=2424
Diffstat (limited to 'rpkid/rpki/manifest.py')
-rw-r--r-- | rpkid/rpki/manifest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpkid/rpki/manifest.py b/rpkid/rpki/manifest.py index 97b1cc71..8581f3a0 100644 --- a/rpkid/rpki/manifest.py +++ b/rpkid/rpki/manifest.py @@ -1,4 +1,5 @@ -"""Signed manifests. This is just the ASN.1 encoder, the rest is in +""" +Signed manifests. This is just the ASN.1 encoder, the rest is in rpki.x509 with the rest of the DER_object code. Note that rpki.x509.SignedManifest implements the signed manifest; |