diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-09 16:59:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-09 16:59:22 +0000 |
commit | 97be29ce45a4cea009e6be6fddcc6c3cf30cdbb9 (patch) | |
tree | ec3c750d5991c9a902bea0a7cf25d2071f14533a /scripts | |
parent | bad84d8c53a6d8f32860e37d998f6acf1ef3c673 (diff) |
Doc
svn path=/scripts/rpki/manifest.py; revision=1131
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rpki/manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/manifest.py b/scripts/rpki/manifest.py index 2da70373..11ac4e80 100644 --- a/scripts/rpki/manifest.py +++ b/scripts/rpki/manifest.py @@ -2,6 +2,9 @@ """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 inmplements the signed manifest; +the structures here are just the payload of the CMS eContent field. """ from POW._der import * |