2686359b2c
- Update to Salt release version 3006.0 (jsc#PED-3139) * See release notes: https://docs.saltproject.io/en/latest/topics/releases/3006.0.html - Add python3-looseversion as new dependency for salt - Add python3-packaging as new dependency for salt - Drop conflictive patch dicarded from upstream - Fix SLS rendering error when Jinja macros are used - Fix version detection and avoid building and testing failures - Added: * fix-version-detection-and-avoid-building-and-testing.patch * make-sure-the-file-client-is-destroyed-upon-used.patch - Modified: * 3005.1-implement-zypper-removeptf-573.patch * activate-all-beacons-sources-config-pillar-grains.patch * add-custom-suse-capabilities-as-grains.patch * add-environment-variable-to-know-if-yum-is-invoked-f.patch * add-migrated-state-and-gpg-key-management-functions-.patch * add-publish_batch-to-clearfuncs-exposed-methods.patch * add-salt-ssh-support-with-venv-salt-minion-3004-493.patch * add-sleep-on-exception-handling-on-minion-connection.patch * add-standalone-configuration-file-for-enabling-packa.patch * add-support-for-gpgautoimport-539.patch * allow-vendor-change-option-with-zypper.patch * async-batch-implementation.patch * avoid-excessive-syslogging-by-watchdog-cronjob-58.patch * bsc-1176024-fix-file-directory-user-and-group-owners.patch * change-the-delimeters-to-prevent-possible-tracebacks.patch * control-the-collection-of-lvm-grains-via-config.patch * debian-info_installed-compatibility-50453.patch * dnfnotify-pkgset-plugin-implementation-3002.2-450.patch * do-not-load-pip-state-if-there-is-no-3rd-party-depen.patch * don-t-use-shell-sbin-nologin-in-requisites.patch * drop-serial-from-event.unpack-in-cli.batch_async.patch * early-feature-support-config.patch * enable-passing-a-unix_socket-for-mysql-returners-bsc.patch * enhance-openscap-module-add-xccdf_eval-call-386.patch * fix-bsc-1065792.patch * fix-for-suse-expanded-support-detection.patch * fix-issue-2068-test.patch * fix-missing-minion-returns-in-batch-mode-360.patch * fix-ownership-of-salt-thin-directory-when-using-the-.patch * fix-regression-with-depending-client.ssh-on-psutil-b.patch * fix-salt-ssh-opts-poisoning-bsc-1197637-3004-501.patch * fix-salt.utils.stringutils.to_str-calls-to-make-it-w.patch * fix-the-regression-for-yumnotify-plugin-456.patch * fix-traceback.print_exc-calls-for-test_pip_state-432.patch * fixes-for-python-3.10-502.patch * include-aliases-in-the-fqdns-grains.patch * info_installed-works-without-status-attr-now.patch * let-salt-ssh-use-platform-python-binary-in-rhel8-191.patch * make-aptpkg.list_repos-compatible-on-enabled-disable.patch * make-setup.py-script-to-not-require-setuptools-9.1.patch * pass-the-context-to-pillar-ext-modules.patch * prevent-affection-of-ssh.opts-with-lazyloader-bsc-11.patch * prevent-pkg-plugins-errors-on-missing-cookie-path-bs.patch * prevent-shell-injection-via-pre_flight_script_args-4.patch * read-repo-info-without-using-interpolation-bsc-11356.patch * restore-default-behaviour-of-pkg-list-return.patch * return-the-expected-powerpc-os-arch-bsc-1117995.patch * revert-fixing-a-use-case-when-multiple-inotify-beaco.patch * run-salt-api-as-user-salt-bsc-1064520.patch * run-salt-master-as-dedicated-salt-user.patch * save-log-to-logfile-with-docker.build.patch * skip-package-names-without-colon-bsc-1208691-578.patch * switch-firewalld-state-to-use-change_interface.patch * temporary-fix-extend-the-whitelist-of-allowed-comman.patch * update-target-fix-for-salt-ssh-to-process-targets-li.patch * use-adler32-algorithm-to-compute-string-checksums.patch * use-rlock-to-avoid-deadlocks-in-salt-ssh.patch * use-salt-bundle-in-dockermod.patch * x509-fixes-111.patch * zypperpkg-ignore-retcode-104-for-search-bsc-1176697-.patch - Removed: * add-amazon-ec2-detection-for-virtual-grains-bsc-1195.patch * add-support-for-name-pkgs-and-diff_attr-parameters-t.patch * align-amazon-ec2-nitro-grains-with-upstream-pr-bsc-1.patch * allow-entrypoint-compatibility-for-importlib-metadat.patch * clarify-pkg.installed-pkg_verify-documentation.patch * detect-module.run-syntax.patch * fix-salt.states.file.managed-for-follow_symlinks-tru.patch * fix-state.apply-in-test-mode-with-file-state-module-.patch * fix-test_ipc-unit-tests.patch * fixes-pkg.version_cmp-on-openeuler-systems-and-a-few.patch * fopen-workaround-bad-buffering-for-binary-mode-563.patch * ignore-erros-on-reading-license-files-with-dpkg_lowp.patch * ignore-extend-declarations-from-excluded-sls-files.patch * ignore-non-utf8-characters-while-reading-files-with-.patch * include-stdout-in-error-message-for-zypperpkg-559.patch * make-pass-renderer-configurable-other-fixes-532.patch * make-sure-saltcacheloader-use-correct-fileclient-519.patch * normalize-package-names-once-with-pkg.installed-remo.patch * retry-if-rpm-lock-is-temporarily-unavailable-547.patch * set-default-target-for-pip-from-venv_pip_target-envi.patch * state.apply-don-t-check-for-cached-pillar-errors.patch * state.orchestrate_single-does-not-pass-pillar-none-4.patch OBS-URL: https://build.opensuse.org/request/show/1084999 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=210
432 lines
15 KiB
Diff
432 lines
15 KiB
Diff
From 094b34760a85c3ee27bf64783624b17bd3bbca0a Mon Sep 17 00:00:00 2001
|
|
From: Alexander Graul <agraul@suse.com>
|
|
Date: Tue, 18 Jan 2022 16:38:17 +0100
|
|
Subject: [PATCH] X509 fixes (#111)
|
|
|
|
* Return proper content type for the x509 certificate
|
|
|
|
* Remove parenthesis
|
|
|
|
* Remove extra-variables during the import
|
|
|
|
* Comment fix
|
|
|
|
* Remove double returns
|
|
|
|
* Change log level from trace to debug
|
|
|
|
* Remove 'pass' and add logging instead
|
|
|
|
* Remove unnecessary wrapping
|
|
|
|
Remove wrapping
|
|
|
|
* PEP 8: line too long
|
|
|
|
PEP8: line too long
|
|
|
|
* PEP8: Redefine RSAError variable in except clause
|
|
|
|
* Do not return None if name was not found
|
|
|
|
* Do not return None if no matched minions found
|
|
|
|
* Fix unit tests
|
|
|
|
Fix for log checking in x509 test
|
|
|
|
We are logging in debug and not in trace mode here.
|
|
---
|
|
salt/modules/publish.py | 2 +
|
|
salt/modules/x509.py | 93 ++++++++++++++++-----------------
|
|
salt/states/x509.py | 74 ++++++++++++++++++++++++--
|
|
tests/unit/modules/test_x509.py | 6 +--
|
|
4 files changed, 120 insertions(+), 55 deletions(-)
|
|
|
|
diff --git a/salt/modules/publish.py b/salt/modules/publish.py
|
|
index cc424cc383..a82cb3ac98 100644
|
|
--- a/salt/modules/publish.py
|
|
+++ b/salt/modules/publish.py
|
|
@@ -199,6 +199,8 @@ def _publish(
|
|
else:
|
|
return ret
|
|
|
|
+ return {}
|
|
+
|
|
|
|
def publish(
|
|
tgt, fun, arg=None, tgt_type="glob", returner="", timeout=5, via_master=None
|
|
diff --git a/salt/modules/x509.py b/salt/modules/x509.py
|
|
index 57c381ea38..6699a5d363 100644
|
|
--- a/salt/modules/x509.py
|
|
+++ b/salt/modules/x509.py
|
|
@@ -42,16 +42,13 @@ from salt.utils.odict import OrderedDict
|
|
|
|
try:
|
|
import M2Crypto
|
|
-
|
|
- HAS_M2 = True
|
|
except ImportError:
|
|
- HAS_M2 = False
|
|
+ M2Crypto = None
|
|
+
|
|
try:
|
|
import OpenSSL
|
|
-
|
|
- HAS_OPENSSL = True
|
|
except ImportError:
|
|
- HAS_OPENSSL = False
|
|
+ OpenSSL = None
|
|
|
|
__virtualname__ = "x509"
|
|
|
|
@@ -94,15 +91,10 @@ def __virtual__():
|
|
# salt.features appears to not be setup when invoked via peer publishing
|
|
if __opts__.get("features", {}).get("x509_v2"):
|
|
return (False, "Superseded, using x509_v2")
|
|
- if HAS_M2:
|
|
- salt.utils.versions.warn_until(
|
|
- "Potassium",
|
|
- "The x509 modules are deprecated. Please migrate to the replacement "
|
|
- "modules (x509_v2). They are the default from Salt 3008 (Argon) onwards.",
|
|
- )
|
|
- return __virtualname__
|
|
- else:
|
|
- return (False, "Could not load x509 module, m2crypto unavailable")
|
|
+ return (
|
|
+ __virtualname__ if M2Crypto is not None else False,
|
|
+ "Could not load x509 module, m2crypto unavailable",
|
|
+ )
|
|
|
|
|
|
class _Ctx(ctypes.Structure):
|
|
@@ -160,8 +152,8 @@ def _new_extension(name, value, critical=0, issuer=None, _pyfree=1):
|
|
x509_ext_ptr = M2Crypto.m2.x509v3_ext_conf(None, ctx, name, value)
|
|
lhash = None
|
|
except AttributeError:
|
|
- lhash = M2Crypto.m2.x509v3_lhash()
|
|
- ctx = M2Crypto.m2.x509v3_set_conf_lhash(lhash)
|
|
+ lhash = M2Crypto.m2.x509v3_lhash() # pylint: disable=no-member
|
|
+ ctx = M2Crypto.m2.x509v3_set_conf_lhash(lhash) # pylint: disable=no-member
|
|
# ctx not zeroed
|
|
_fix_ctx(ctx, issuer)
|
|
x509_ext_ptr = M2Crypto.m2.x509v3_ext_conf(lhash, ctx, name, value)
|
|
@@ -300,7 +292,7 @@ def _get_signing_policy(name):
|
|
signing_policy = policies.get(name)
|
|
if signing_policy:
|
|
return signing_policy
|
|
- return __salt__["config.get"]("x509_signing_policies", {}).get(name)
|
|
+ return __salt__["config.get"]("x509_signing_policies", {}).get(name) or {}
|
|
|
|
|
|
def _pretty_hex(hex_str):
|
|
@@ -338,9 +330,11 @@ def _text_or_file(input_):
|
|
"""
|
|
if _isfile(input_):
|
|
with salt.utils.files.fopen(input_) as fp_:
|
|
- return salt.utils.stringutils.to_str(fp_.read())
|
|
+ out = salt.utils.stringutils.to_str(fp_.read())
|
|
else:
|
|
- return salt.utils.stringutils.to_str(input_)
|
|
+ out = salt.utils.stringutils.to_str(input_)
|
|
+
|
|
+ return out
|
|
|
|
|
|
def _parse_subject(subject):
|
|
@@ -359,7 +353,7 @@ def _parse_subject(subject):
|
|
ret_list.append((nid_num, nid_name, val))
|
|
nids.append(nid_num)
|
|
except TypeError as err:
|
|
- log.trace("Missing attribute '%s'. Error: %s", nid_name, err)
|
|
+ log.debug("Missing attribute '%s'. Error: %s", nid_name, err)
|
|
for nid_num, nid_name, val in sorted(ret_list):
|
|
ret[nid_name] = val
|
|
return ret
|
|
@@ -557,8 +551,8 @@ def get_pem_entries(glob_path):
|
|
if os.path.isfile(path):
|
|
try:
|
|
ret[path] = get_pem_entry(text=path)
|
|
- except ValueError:
|
|
- pass
|
|
+ except ValueError as err:
|
|
+ log.debug("Unable to get PEM entries from %s: %s", path, err)
|
|
|
|
return ret
|
|
|
|
@@ -636,8 +630,8 @@ def read_certificates(glob_path):
|
|
if os.path.isfile(path):
|
|
try:
|
|
ret[path] = read_certificate(certificate=path)
|
|
- except ValueError:
|
|
- pass
|
|
+ except ValueError as err:
|
|
+ log.debug("Unable to read certificate %s: %s", path, err)
|
|
|
|
return ret
|
|
|
|
@@ -667,10 +661,9 @@ def read_csr(csr):
|
|
"Subject": _parse_subject(csr.get_subject()),
|
|
"Subject Hash": _dec2hex(csr.get_subject().as_hash()),
|
|
"Public Key Hash": hashlib.sha1(csr.get_pubkey().get_modulus()).hexdigest(),
|
|
+ "X509v3 Extensions": _get_csr_extensions(csr),
|
|
}
|
|
|
|
- ret["X509v3 Extensions"] = _get_csr_extensions(csr)
|
|
-
|
|
return ret
|
|
|
|
|
|
@@ -980,7 +973,7 @@ def create_crl(
|
|
# pyOpenSSL Note due to current limitations in pyOpenSSL it is impossible
|
|
# to specify a digest For signing the CRL. This will hopefully be fixed
|
|
# soon: https://github.com/pyca/pyopenssl/pull/161
|
|
- if not HAS_OPENSSL:
|
|
+ if OpenSSL is None:
|
|
raise salt.exceptions.SaltInvocationError(
|
|
"Could not load OpenSSL module, OpenSSL unavailable"
|
|
)
|
|
@@ -1131,6 +1124,7 @@ def get_signing_policy(signing_policy_name):
|
|
signing_policy = _get_signing_policy(signing_policy_name)
|
|
if not signing_policy:
|
|
return "Signing policy {} does not exist.".format(signing_policy_name)
|
|
+
|
|
if isinstance(signing_policy, list):
|
|
dict_ = {}
|
|
for item in signing_policy:
|
|
@@ -1147,7 +1141,7 @@ def get_signing_policy(signing_policy_name):
|
|
signing_policy["signing_cert"], "CERTIFICATE"
|
|
)
|
|
except KeyError:
|
|
- pass
|
|
+ log.debug('Unable to get "certificate" PEM entry')
|
|
|
|
return signing_policy
|
|
|
|
@@ -1782,7 +1776,8 @@ def create_csr(path=None, text=False, **kwargs):
|
|
)
|
|
)
|
|
|
|
- for entry in sorted(subject.nid):
|
|
+ # pylint: disable=unused-variable
|
|
+ for entry, num in subject.nid.items():
|
|
if entry in kwargs:
|
|
setattr(subject, entry, kwargs[entry])
|
|
|
|
@@ -1818,7 +1813,6 @@ def create_csr(path=None, text=False, **kwargs):
|
|
extstack.push(ext)
|
|
|
|
csr.add_extensions(extstack)
|
|
-
|
|
csr.sign(
|
|
_get_private_key_obj(
|
|
kwargs["private_key"], passphrase=kwargs["private_key_passphrase"]
|
|
@@ -1826,10 +1820,11 @@ def create_csr(path=None, text=False, **kwargs):
|
|
kwargs["algorithm"],
|
|
)
|
|
|
|
- if path:
|
|
- return write_pem(text=csr.as_pem(), path=path, pem_type="CERTIFICATE REQUEST")
|
|
- else:
|
|
- return csr.as_pem()
|
|
+ return (
|
|
+ write_pem(text=csr.as_pem(), path=path, pem_type="CERTIFICATE REQUEST")
|
|
+ if path
|
|
+ else csr.as_pem()
|
|
+ )
|
|
|
|
|
|
def verify_private_key(private_key, public_key, passphrase=None):
|
|
@@ -1854,7 +1849,7 @@ def verify_private_key(private_key, public_key, passphrase=None):
|
|
salt '*' x509.verify_private_key private_key=/etc/pki/myca.key \\
|
|
public_key=/etc/pki/myca.crt
|
|
"""
|
|
- return bool(get_public_key(private_key, passphrase) == get_public_key(public_key))
|
|
+ return get_public_key(private_key, passphrase) == get_public_key(public_key)
|
|
|
|
|
|
def verify_signature(
|
|
@@ -1910,7 +1905,10 @@ def verify_crl(crl, cert):
|
|
salt '*' x509.verify_crl crl=/etc/pki/myca.crl cert=/etc/pki/myca.crt
|
|
"""
|
|
if not salt.utils.path.which("openssl"):
|
|
- raise salt.exceptions.SaltInvocationError("openssl binary not found in path")
|
|
+ raise salt.exceptions.SaltInvocationError(
|
|
+ 'External command "openssl" not found'
|
|
+ )
|
|
+
|
|
crltext = _text_or_file(crl)
|
|
crltext = get_pem_entry(crltext, pem_type="X509 CRL")
|
|
crltempfile = tempfile.NamedTemporaryFile(delete=True)
|
|
@@ -1970,8 +1968,9 @@ def expired(certificate):
|
|
ret["expired"] = True
|
|
else:
|
|
ret["expired"] = False
|
|
- except ValueError:
|
|
- pass
|
|
+ except ValueError as err:
|
|
+ log.debug("Failed to get data of expired certificate: %s", err)
|
|
+ log.trace(err, exc_info=True)
|
|
|
|
return ret
|
|
|
|
@@ -1994,6 +1993,7 @@ def will_expire(certificate, days):
|
|
|
|
salt '*' x509.will_expire "/etc/pki/mycert.crt" days=30
|
|
"""
|
|
+ ts_pt = "%Y-%m-%d %H:%M:%S"
|
|
ret = {}
|
|
|
|
if os.path.isfile(certificate):
|
|
@@ -2007,14 +2007,11 @@ def will_expire(certificate, days):
|
|
_expiration_date = cert.get_not_after().get_datetime()
|
|
|
|
ret["cn"] = _parse_subject(cert.get_subject())["CN"]
|
|
-
|
|
- if _expiration_date.strftime("%Y-%m-%d %H:%M:%S") <= _check_time.strftime(
|
|
- "%Y-%m-%d %H:%M:%S"
|
|
- ):
|
|
- ret["will_expire"] = True
|
|
- else:
|
|
- ret["will_expire"] = False
|
|
- except ValueError:
|
|
- pass
|
|
+ ret["will_expire"] = _expiration_date.strftime(
|
|
+ ts_pt
|
|
+ ) <= _check_time.strftime(ts_pt)
|
|
+ except ValueError as err:
|
|
+ log.debug("Unable to return details of a sertificate expiration: %s", err)
|
|
+ log.trace(err, exc_info=True)
|
|
|
|
return ret
|
|
diff --git a/salt/states/x509.py b/salt/states/x509.py
|
|
index aebbc4cc82..f9cbec87f9 100644
|
|
--- a/salt/states/x509.py
|
|
+++ b/salt/states/x509.py
|
|
@@ -192,11 +192,12 @@ import re
|
|
import salt.exceptions
|
|
import salt.utils.versions
|
|
from salt.features import features
|
|
+import salt.utils.stringutils
|
|
|
|
try:
|
|
from M2Crypto.RSA import RSAError
|
|
except ImportError:
|
|
- pass
|
|
+ RSAError = Exception("RSA Error")
|
|
|
|
log = logging.getLogger(__name__)
|
|
|
|
@@ -215,7 +216,7 @@ def __virtual__():
|
|
)
|
|
return "x509"
|
|
else:
|
|
- return (False, "Could not load x509 state: m2crypto unavailable")
|
|
+ return False, "Could not load x509 state: the x509 is not available"
|
|
|
|
|
|
def _revoked_to_list(revs):
|
|
@@ -704,7 +705,70 @@ def certificate_managed(name, days_remaining=90, append_certs=None, **kwargs):
|
|
"Old": invalid_reason,
|
|
"New": "Certificate will be valid and up to date",
|
|
}
|
|
- return ret
|
|
+ private_key_args.update(managed_private_key)
|
|
+ kwargs["public_key_passphrase"] = private_key_args["passphrase"]
|
|
+
|
|
+ if private_key_args["new"]:
|
|
+ rotate_private_key = True
|
|
+ private_key_args["new"] = False
|
|
+
|
|
+ if _check_private_key(
|
|
+ private_key_args["name"],
|
|
+ bits=private_key_args["bits"],
|
|
+ passphrase=private_key_args["passphrase"],
|
|
+ new=private_key_args["new"],
|
|
+ overwrite=private_key_args["overwrite"],
|
|
+ ):
|
|
+ private_key = __salt__["x509.get_pem_entry"](
|
|
+ private_key_args["name"], pem_type="RSA PRIVATE KEY"
|
|
+ )
|
|
+ else:
|
|
+ new_private_key = True
|
|
+ private_key = __salt__["x509.create_private_key"](
|
|
+ text=True,
|
|
+ bits=private_key_args["bits"],
|
|
+ passphrase=private_key_args["passphrase"],
|
|
+ cipher=private_key_args["cipher"],
|
|
+ verbose=private_key_args["verbose"],
|
|
+ )
|
|
+
|
|
+ kwargs["public_key"] = private_key
|
|
+
|
|
+ current_days_remaining = 0
|
|
+ current_comp = {}
|
|
+
|
|
+ if os.path.isfile(name):
|
|
+ try:
|
|
+ current = __salt__["x509.read_certificate"](certificate=name)
|
|
+ current_comp = copy.deepcopy(current)
|
|
+ if "serial_number" not in kwargs:
|
|
+ current_comp.pop("Serial Number")
|
|
+ if "signing_cert" not in kwargs:
|
|
+ try:
|
|
+ current_comp["X509v3 Extensions"][
|
|
+ "authorityKeyIdentifier"
|
|
+ ] = re.sub(
|
|
+ r"serial:([0-9A-F]{2}:)*[0-9A-F]{2}",
|
|
+ "serial:--",
|
|
+ current_comp["X509v3 Extensions"]["authorityKeyIdentifier"],
|
|
+ )
|
|
+ except KeyError:
|
|
+ pass
|
|
+ current_comp.pop("Not Before")
|
|
+ current_comp.pop("MD5 Finger Print")
|
|
+ current_comp.pop("SHA1 Finger Print")
|
|
+ current_comp.pop("SHA-256 Finger Print")
|
|
+ current_notafter = current_comp.pop("Not After")
|
|
+ current_days_remaining = (
|
|
+ datetime.datetime.strptime(current_notafter, "%Y-%m-%d %H:%M:%S")
|
|
+ - datetime.datetime.now()
|
|
+ ).days
|
|
+ if days_remaining == 0:
|
|
+ days_remaining = current_days_remaining - 1
|
|
+ except salt.exceptions.SaltInvocationError:
|
|
+ current = "{} is not a valid Certificate.".format(name)
|
|
+ else:
|
|
+ current = "{} does not exist.".format(name)
|
|
|
|
contents = __salt__["x509.create_certificate"](text=True, **kwargs)
|
|
# Check the module actually returned a cert and not an error message as a string
|
|
@@ -900,6 +964,8 @@ def pem_managed(name, text, backup=False, **kwargs):
|
|
Any arguments supported by :py:func:`file.managed <salt.states.file.managed>` are supported.
|
|
"""
|
|
file_args, kwargs = _get_file_args(name, **kwargs)
|
|
- file_args["contents"] = __salt__["x509.get_pem_entry"](text=text)
|
|
+ file_args["contents"] = salt.utils.stringutils.to_str(
|
|
+ __salt__["x509.get_pem_entry"](text=text)
|
|
+ )
|
|
|
|
return __states__["file.managed"](**file_args)
|
|
diff --git a/tests/unit/modules/test_x509.py b/tests/unit/modules/test_x509.py
|
|
index f1ca5bb45a..a5c44f0ed2 100644
|
|
--- a/tests/unit/modules/test_x509.py
|
|
+++ b/tests/unit/modules/test_x509.py
|
|
@@ -119,9 +119,9 @@ class X509TestCase(TestCase, LoaderModuleMockMixin):
|
|
|
|
subj = FakeSubject()
|
|
x509._parse_subject(subj)
|
|
- assert x509.log.trace.call_args[0][0] == "Missing attribute '%s'. Error: %s"
|
|
- assert x509.log.trace.call_args[0][1] == list(subj.nid.keys())[0]
|
|
- assert isinstance(x509.log.trace.call_args[0][2], TypeError)
|
|
+ assert x509.log.debug.call_args[0][0] == "Missing attribute '%s'. Error: %s"
|
|
+ assert x509.log.debug.call_args[0][1] == list(subj.nid.keys())[0]
|
|
+ assert isinstance(x509.log.debug.call_args[0][2], TypeError)
|
|
|
|
@pytest.mark.skipif(
|
|
not HAS_M2CRYPTO, reason="Skipping, reason=M2Crypto is unavailable"
|
|
--
|
|
2.39.2
|
|
|
|
|