ctutlz icon indicating copy to clipboard operation
ctutlz copied to clipboard

Python utils library and tools (verify-scts, ctloglist, ...) for Certificate Transparency.

Results 10 ctutlz issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 1.9 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.1.18 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.5.3 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 17.3.0 to 17.5.0. Changelog Sourced from pyopenssl's changelog. 17.5.0 (2017-11-30) Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The minimum cryptography version is now 2.1.4. Deprecations: ^^^^^^^^^^^^^ none Changes: ^^^^^^^^ Fixed a...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.1.3 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

Both the v1 and v2 CT log lists will be turned down on 17 October 2022. https://groups.google.com/a/chromium.org/g/ct-policy/c/zejEtWAJtEA/m/fX_AG-HUAQAJ The latest CT log list URL is https://www.gstatic.com/ct/log_list/v3/log_list.json. Here is the `log_list` code...

Hi, I tried the REPL example in the README and got no verifications. After looking through the code, I found a similar pattern in `verify_scts.py` which converted the results form...

`verify-scts`, like later versions of `openssl s_client`, make the check based on certificate material retrieved through TLS. This is great but it would be even greater if we could run...

It is giving the below error ``` verify-scts google.com --short Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 666, in _build_master ws.require(__requires__) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 984, in require needed =...