cryptography
cryptography copied to clipboard
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Hi PYCA team! When investigating a difference in behavior with PyOpenSSL behavior, I came across potential issue with X509 certificate creation in cryptography. The current version of the cryptography package...
This only supports ChaCha20 and ciphers in CTR mode.
I used x509.NoticeReference(organization, notice_numbers) to generate certificate content, but the function assigned the value to the wrong node, causing problems viewing the certificate. I used a script to extract the...
Hi i was compiling my apk on google colab when I experienced the error below which version of cryptography will fix the issue? Versions Python 3.11 Cffi 1.15.1 Setuptools 69.2.0...
As described in https://cryptography.io/en/latest/hazmat/primitives/asymmetric/#common-types > Asymmetric key types do not inherit from a common base class. The following union type aliases can be used instead to reference a multitude of...
I should have reported this sooner... In November of this year, a Certbot user on FreeBSD experienced an issue in which the stack trace ended with: * https://community.letsencrypt.org/t/did-openssl-3-0-break-certbot/207661/7 ``` File...
* Versions of Python, ``cryptography``, ``cffi``, ``pip``, and ``setuptools`` you're using: **Python 3.12 cffi-1.16.0 cryptography-42.0.8 pycparser-2.22 pip-24.1 setuptools-70.1.0** * How you installed ``cryptography`` **pip install cryptography** * Clear steps for...
Refs #11158