HomeSort by relevance Sort by last modified time
    Searched refs:tlslite (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/tlslite/tlslite/
__init__.py 15 from tlslite import TLSConnection, ...
19 from tlslite.api import *
21 Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
22 (Or, use one of the integration classes in L{tlslite.integration}).
27 from tlslite.api import *
28 from tlslite.api import __version__ # Unsure why this is needed, but it is
errors.py 76 L{tlslite.constants.AlertDescription}
80 L{tlslite.constants.AlertLevel}
104 L{tlslite.constants.AlertDescription}
108 L{tlslite.constants.AlertLevel}
125 L{tlslite.Checker.Checker} has been passed to a handshake function.
verifierdb.py 8 from tlslite import mathtls
49 L{tlslite.verifierdb.VerifierDB.makeVerifier} to create a
  /external/chromium_org/third_party/tlslite/
Makefile 4 @echo To install tlslite run \"./setup.py install\" or \"make install\"
12 rm -rf tlslite/*.pyc
13 rm -rf tlslite/utils/*.pyc
14 rm -rf tlslite/integration/*.pyc
21 epydoc --html -v --introspect-only -o docs tlslite
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cipherfactory.py 8 from tlslite.utils import python_aes
9 from tlslite.utils import python_rc4
11 from tlslite.utils import cryptomath
16 from tlslite.utils import openssl_aes
17 from tlslite.utils import openssl_rc4
18 from tlslite.utils import openssl_tripledes
22 from tlslite.utils import pycrypto_aes
23 from tlslite.utils import pycrypto_rc4
24 from tlslite.utils import pycrypto_tripledes
40 @rtype: L{tlslite.utils.AES
    [all...]
keyfactory.py 12 from tlslite.utils import cryptomath
30 @rtype: L{tlslite.utils.rsakey.RSAKey}
93 @rtype: L{tlslite.utils.RSAKey.RSAKey}
133 @rtype: L{tlslite.utils.rsakey.RSAKey}
146 @rtype: L{tlslite.utils.rsakey.RSAKey}
  /external/chromium_org/third_party/tlslite/tests/
httpsclient.py 3 from tlslite import HTTPTLSConnection, HandshakeSettings
tlstest.py 25 from tlslite import TLSConnection, Fault, HandshakeSettings, \
32 from tlslite.errors import *
33 from tlslite.utils.cryptomath import prngName
39 from tlslite import *
402 print('Test 26 - good tlslite XMLRPC client')
  /external/chromium_org/third_party/tlslite/tlslite/integration/
smtp_tls.py 7 from tlslite.tlsconnection import TLSConnection
8 from tlslite.integration.clienthelper import ClientHelper
39 L{tlslite.TLSConnection.TLSConnection} for details on which
50 @type certChain: L{tlslite.x509certchain.X509CertChain}
54 @type privateKey: L{tlslite.utils.rsakey.RSAKey}
58 @type checker: L{tlslite.checker.Checker}
62 @type settings: L{tlslite.handshakesettings.HandshakeSettings}
tlssocketservermixin.py 6 from tlslite.tlsconnection import TLSConnection
23 from tlslite import *
xmlrpctransport.py 18 from tlslite.integration.httptlsconnection import HTTPTLSConnection
19 from tlslite.integration.clienthelper import ClientHelper
20 import tlslite.errors namespace
42 from tlslite import XMLRPCTransport
68 L{tlslite.TLSConnection.TLSConnection} for details on which
79 @type certChain: L{tlslite.x509certchain.X509CertChain}
83 @type privateKey: L{tlslite.utils.rsakey.RSAKey}
87 @type checker: L{tlslite.checker.Checker}
91 @type settings: L{tlslite.handshakesettings.HandshakeSettings}
httptlsconnection.py 17 from tlslite.tlsconnection import TLSConnection
18 from tlslite.integration.clienthelper import ClientHelper
56 L{tlslite.TLSConnection.TLSConnection} for details on which
73 @type certChain: L{tlslite.x509certchain.X509CertChain} or
77 @type privateKey: L{tlslite.utils.rsakey.RSAKey}
81 @type checker: L{tlslite.checker.Checker}
85 @type settings: L{tlslite.handshakesettings.HandshakeSettings}
imap4_tls.py 8 from tlslite.tlsconnection import TLSConnection
9 from tlslite.integration.clienthelper import ClientHelper
40 L{tlslite.TLSConnection.TLSConnection} for details on which
57 @type certChain: L{tlslite.x509certchain.X509CertChain}
61 @type privateKey: L{tlslite.utils.rsakey.RSAKey}
65 @type checker: L{tlslite.checker.Checker}
69 @type settings: L{tlslite.handshakesettings.HandshakeSettings}
pop3_tls.py 8 from tlslite.tlsconnection import TLSConnection
9 from tlslite.integration.clienthelper import ClientHelper
38 L{tlslite.TLSConnection.TLSConnection} for details on which
54 @type certChain: L{tlslite.x509certchain.X509CertChain}
58 @type privateKey: L{tlslite.utils.rsakey.RSAKey}
62 @type checker: L{tlslite.checker.Checker}
66 @type settings: L{tlslite.handshakesettings.HandshakeSettings}
clienthelper.py 12 from tlslite.checker import Checker
44 L{tlslite.TLSConnection.TLSConnection} for details on which
55 @type certChain: L{tlslite.x509certchain.X509CertChain}
59 @type privateKey: L{tlslite.utils.rsakey.RSAKey}
63 @type checker: L{tlslite.checker.Checker}
67 @type settings: L{tlslite.handshakesettings.HandshakeSettings}
tlsasyncdispatchermixin.py 11 from tlslite.tlsconnection import TLSConnection
50 from tlslite import *
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.py 16 import tlslite.api namespace
73 tlslite.api.TLSSocketServerMixIn,
87 self.cert_chain = tlslite.api.X509CertChain()
93 self.private_key = tlslite.api.parsePEMKey(pem_cert_and_key,
  /external/chromium_org/third_party/tlslite/scripts/
tlsdb.py 19 from tlslite import *
20 from tlslite import __version__
tls.py 30 from tlslite.api import *
31 from tlslite import __version__
  /external/chromium_org/net/tools/testserver/
testserver_base.py 17 import tlslite.errors namespace
76 if isinstance(value, tlslite.errors.TLSClosedConnectionError):
testserver.py 42 # Temporary hack to deal with tlslite 0.3.8 -> 0.4.6 upgrade.
47 os.remove(os.path.join(ROOT_DIR, 'third_party', 'tlslite',
48 'tlslite', 'utils', 'hmac.pyc'))
58 sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party', 'tlslite'))
67 import tlslite namespace
68 import tlslite.api namespace
147 class HTTPSServer(tlslite.api.TLSSocketServerMixIn,
159 self.cert_chain = tlslite.api.X509CertChain()
165 self.private_key = tlslite.api.parsePEMKey(pem_cert_and_key,
186 x509 = tlslite.api.X509(
    [all...]
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 69 import tlslite namespace
70 import tlslite.api namespace
71 import tlslite.utils namespace
72 import tlslite.utils.cryptomath namespace
    [all...]

Completed in 310 milliseconds