cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

Results 194 cryptography issues
Sort by recently updated
recently updated
newest added

After finally working out the kinks of the DLL loading in [conda-forge](https://github.com/conda-forge/cryptography-feedstock/pull/98), there are now some failing tests with CPython 3.7 / 3.9 / 3.10 on windows (also after a...

Versions: * Python: 3.10.1 * cryptography: 37.0.2 * cffi: 1.15.0 Cryptography installed with poetry 1.2.0b1 I'm trying to create a self-signed certificate with cryptography, which mostly works, but it fails...

bugs

Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Little details, to know easily: - tls-unique for TLS =< 1.2 - tls-exporter for TLS...

These functions can be used to control the security level of a SSL context, which sometimes can be useful.

DO NOT MERGE, DROPS SUPPORT FOR PYTHON 3.6. FOR PROOF OF CONCEPT ONLY. Follow up action items: - [ ] Convert `crate::intern!()` to use `pyo3::intern!()` for basically all static strings...

Hello, Team! First of all, I am a newbie of cryptography and the cryptography library. 😅 I am trying to extract OID of Key Attributes and the Bit String. I...

primitives

_I read the instructions at https://cryptography.io/en/latest/security.html, but this is not a new report, I don't believe those instructions apply._ [CVE-2020-25659](https://nvd.nist.gov/vuln/detail/CVE-2020-25659) PR #5507, which states "we cannot completely mitigate this vulnerability...

Based on our discussion in #7358 I am opening this PR with the initial changes necessary for this feature. It doesn't handle usage of legacy ciphers gracefully yet (with `UnsupportedAlgorithm`)...

We re-added bindings in #7136 that we do not want to maintain in perpetuity. This is a tracking issue for removing them in an upcoming milestone.