aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/certutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/certutils.py')
-rw-r--r--netlib/certutils.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/netlib/certutils.py b/netlib/certutils.py
index c6f0e628..c699af00 100644
--- a/netlib/certutils.py
+++ b/netlib/certutils.py
@@ -333,12 +333,6 @@ class CertStore(object):
return entry.cert, entry.privatekey, entry.chain_file
- def gen_pkey(self, cert_):
- # FIXME: We should do something with cert here?
- from . import certffi
- certffi.set_flags(self.default_privatekey, 1)
- return self.default_privatekey
-
class _GeneralName(univ.Choice):
# We are only interested in dNSNames. We use a default handler to ignore