output of 'bin/openssl version
(self)
| 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): |
nothing calls this directly
no test coverage detected