MCPcopy Index your code
hub / github.com/python/cpython / openssl_version

Method openssl_version

Tools/ssl/multissltests.py:226–229  ·  view source on GitHub ↗

output of 'bin/openssl version

(self)

Source from the content-addressed store, hash-verified

224
225 @property
226 def openssl_version(self):
227 """output of 'bin/openssl version'"""
228 cmd = [self.openssl_cli, "version"]
229 return self._subprocess_output(cmd)
230
231 @property
232 def pyssl_version(self):

Callers

nothing calls this directly

Calls 1

_subprocess_outputMethod · 0.95

Tested by

no test coverage detected