diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-02 03:47:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-02 03:47:25 +0000 |
commit | dcdf9ef1787cb0a4e86de1c37f50618b89974fb5 (patch) | |
tree | 66dbb156a5eda4dbd313819c330fe5c798a3b6b6 /scripts/rpki/x509.py | |
parent | 73b48ecc296883031e67f6806044dece8a878709 (diff) |
Checkpoint
svn path=/pow/POW-0.7/lib/pkix.py; revision=1231
Diffstat (limited to 'scripts/rpki/x509.py')
-rw-r--r-- | scripts/rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpki/x509.py b/scripts/rpki/x509.py index 60a86017..78be04c0 100644 --- a/scripts/rpki/x509.py +++ b/scripts/rpki/x509.py @@ -474,7 +474,7 @@ class PKCS10(DER_object): @classmethod def create(cls, keypair, exts = None): - """Create a new request for a given keypair, including given SIA value.""" + """Create a new request for a given keypair, including given extensions.""" cn = "".join(("%02X" % ord(i) for i in keypair.get_SKI())) req = POW.pkix.CertificationRequest() req.certificationRequestInfo.version.set(0) |