cryptography
cryptography copied to clipboard
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
It has no versions that support Python 3.7. This is necessary to support using `uv` to manage our ci-constraints file
Hello, I try to sign a mail with cryptography but I have still problems. There was the issue #4488. But at that time, S/MIME support was not yet so advanced....
* Versions of Python, ``cryptography``, ``cffi``, ``pip``, and ``setuptools`` you're using `cryptography-43.0.0` * How you installed ``cryptography`` `pip install cryptography` * Clear steps for reproducing your bug I'm trying to...
Hello, I found an inconsistent IDP extension constraint check per RFC5280 Section 5.2.5. I do not think the indirectCRL needs to be subject to that. Excerpt from the RFC: --...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support....
The 'ssh-ed448' key type is documented along with 'ssh-ed25519' in [1], but has never been supported by any as-yet-released version of OpenSSH. However, LANcom router devices (which appear to be...
This is an attempt to get a conversation started. I wasn't responsible for the original change here, but I've been cleaning up after it in Debian's Python team and I'm...
There seems to have been a regression in `cryptography` 38.0.0 where OIDs with a bit length exceeding 32 bits are no longer supported. More specifically, using a UUID OID ([subtree...
In numerous places we only support the concrete classes, and there's no real use case for people to implement the ABCs themselves. Therefore, we should just drop the ABCs, and...