diff options
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; |