diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-01 07:07:28 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-01 07:07:28 +0000 |
commit | ac9ca8b4e7904365dd0e37b0599f2f66b289ed46 (patch) | |
tree | 128d388c9c9aa8aad22cfa4d9998d994f5a46bf4 /rpkid/rpki/__init__.py | |
parent | dd4e65cc86b552daadc0d41408f8635236e182e0 (diff) |
Simplify BSC and start adding BPKI CRL support; the latter doesn't
work yet due to an apparent bug in OpenSSL (CMS_add0_crl() dumps core).
If through some bizzare twist of fate we revive the idea of allowing
CA certs in CMS messages, this is the change that will need to be
(partly) backed out.
svn path=/docs/left-right-xml; revision=1730
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index 8d088c65..9852d0b0 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -502,7 +502,7 @@ ## ## bsc --action= --type= --tag= --self_id= --bsc_id= ## --key_type= --hash_alg= --key_length= --signing_cert= -## --generate_keypair --clear_signing_certs +## --signing_cert_crl= --generate_keypair ## @endverbatim ## ## Global options (@c --config, @c --help, @c --pem_out) come first, then zero or |