cryptography
cryptography copied to clipboard
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
I have just been setting up CI for all available versions [here](https://github.com/lmmx/octopolars/pull/34) This means I now build a package using pygithub which depends transitively on cryptography, and while 3.15 is...
Tracking known blockers for us to migrate. - [ ] https://github.com/astral-sh/ty/issues/1112 - [x] https://github.com/astral-sh/ty/issues/783 - [x] https://github.com/astral-sh/ty/issues/1705 - [x] https://github.com/astral-sh/ty/issues/1706 - [ ] https://github.com/astral-sh/ty/issues/1708 - [x] https://github.com/astral-sh/ty/issues/1744 - [ ]...
OpenSSL 4 plans to [make ASN1_STRING opaque][1]. Using a forward declaration rather than a redefinition avoids the build breakage in cryptography's cffi when it tries to validate the sizes of...
This PR: 1. Adds `__eq__()` to all subclasses of HashAlgorithm. 2. Adds `__eq__()` to all padding classes. My primary use case is testing. First, it's really un-pythonic to me (obviously...
I think it would be really useful if the sidebar on https://cryptography.io contained a link to https://github.com/pyca/cryptography Currently, the link to the source repo is on the Development page.
Is this a serious proposal or a sh*tpost? CI timing will be the judge of that.
Hi, I have a certificate issuance and renewal script that leverages both this cryptography library (cryptography.hazmat.primitives.serialization.pkcs7) as well as [pkcs7csr](https://github.com/magnuswatn/pkcs7csr) to both request and renew certificates from a Microsoft ActiveDirectory...
This exposes the OpenSSL functions SSL_CTX_set_client_hello_cb, SSL_client_hello_get0_ext and SSL_client_hello_get1_extensions_present. These are required to implement to the client hello callback functionality in pyOpenSSL.
Hi, thanks again for the impressive work. (As a heads up, I hope I didn't miss that this feature was already supported. If that's the case I'm really sorry for...