MCPcopy Create free account
hub / github.com/apache/qpid-proton / _sslConnection

Function _sslConnection

python/tests/proton_tests/sasl.py:379–382  ·  view source on GitHub ↗
(domain, transport, connection)

Source from the content-addressed store, hash-verified

377
378
379def _sslConnection(domain, transport, connection):
380 transport.bind(connection)
381 SSL(transport, domain, None)
382 return connection
383
384
385class SSLSASLTest(Test):

Callers 6

testSSLPlainSimpleMethod · 0.85
testSSLPlainAuthzidMethod · 0.85
testSSLExternalSimpleMethod · 0.85

Calls 2

SSLClass · 0.90
bindMethod · 0.45

Tested by

no test coverage detected