Zenon Mousmoulas

Results 2 issues of Zenon Mousmoulas

* Introduce utils.load_pem_x509_cert_str_safe to handle str or bytes as input to load_pem_x509_certificate * Use it to wrap calls to the latter where input can be str or bytes ### All...

`pkg_resources` is deprecated and not available by default in Python 3.12 virtual environments as `setuptools` is not pre-installed by `venv`. This patch transparently addresses this issue.