Future<bool> checkIsOpenSSLSupported() async { final response = await output('openssl version', runInShell: true); return response.isNotEmpty; }