Sslkeylog

Latest version: v0.5.0

Safety actively analyzes 613797 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

-------------------
Added
^^^^^
* Windows support for Python builds with OpenSSL 3.0

Removed
^^^^^^^
* CI for Python 2.7 & 3.6 as support was removed from GitHub Actions. Though the package itself
should still work with those versions.

0.4.0

-------------------

Added
^^^^^
* CI using GitHub Actions. Sadly can't test on Windows Python 2.7 anymore since Microsoft just nuked
the compilers for it from existence some time ago.
* Added `get_server_random` and `export_keying_material`.
* Add a guard to prevent using sslkeylog with a different version of OpenSSL at runtime then build time.

0.3.0

-------------------

Changed
^^^^^^^
* ``set_keylog(None)`` will no longer trigger monkey patching, making it easier to use it
conditionally.
* Updated documentation to show how to support ``SSLKEYLOGFILE``.
* Document that some methods don't work with TLS v1.3 as the values they are meant to return
don't exist anymore in TLS v1.3.

Fixed
^^^^^
* Fix tests when TLS v1.3 is enabled by default.

0.2.0

-------------------

Added
^^^^^
* Support for OpenSSL 1.1.1 and TLS 1.3
* Support setting keylog to ``None`` to disable.

Fixed
^^^^^
* Fix tests on Linux.

0.1.1

-------------------
Fix a broken URL in README.rst.

0.1.0

-------------------
Initial release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.