summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 13:29:17 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 13:29:17 -0500
commit6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838 (patch)
treeed2bf5dd8fc3425092d541f7e6b9a4ec39543bca /func
parent71ca4184404df52dabfea318e3e0a1ca8c1b4c61 (diff)
downloadthird_party-func-6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.tar.gz
third_party-func-6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.tar.xz
third_party-func-6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.zip
first pass at splitting off certmaster
Diffstat (limited to 'func')
-rw-r--r--func/SSLCommon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/func/SSLCommon.py b/func/SSLCommon.py
index 6959749..b37fc68 100644
--- a/func/SSLCommon.py
+++ b/func/SSLCommon.py
@@ -30,6 +30,7 @@ def our_verify(connection, x509, errNum, errDepth, preverifyOK):
def CreateSSLContext(pkey, cert, ca_cert):
+ print pkey, cert, ca_cert
for f in pkey, cert, ca_cert:
if f and not os.access(f, os.R_OK):
print "%s does not exist or is not readable." % f