diff options
Diffstat (limited to 'scripts/rpki')
-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 * |