diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-06 18:13:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-06 18:13:43 +0000 |
commit | 258948849c072360876d02c1300853c293c31ab3 (patch) | |
tree | 054bf628aed985f05865b0a297b53b019f15324d /scripts/rpki/pkcs10.py | |
parent | e364ef51ed453b0d438ed5a5453179d552c298a1 (diff) |
Consolidate and debug PKCS #10 code.
svn path=/pow/POW-0.7/lib/pkix.py; revision=1104
Diffstat (limited to 'scripts/rpki/pkcs10.py')
-rw-r--r-- | scripts/rpki/pkcs10.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/rpki/pkcs10.py b/scripts/rpki/pkcs10.py index 4d77c442..6404870a 100644 --- a/scripts/rpki/pkcs10.py +++ b/scripts/rpki/pkcs10.py @@ -1,5 +1,13 @@ # $Id$ +"""Old code to generate PKCS #10 certification requests. + +This has been replaced by direct support for PKCS #10 in my hacked +version of the POW package. This module will go away eventually, I'm +just keeping it around in case I discover some horrible bug in the new +code that would make me want to fall back to this. +""" + import POW, rpki.x509, os, rpki.exceptions, binascii req_fmt = ''' |