mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* add support for update_into on CipherContext This allows you to provide your own buffer (like recv_into) to improve performance when repeatedly calling encrypt/decrypt on large payloads. * another skip_if * more skip_if complexity * maybe do this right * correct number of args * coverage for the coverage gods * add a cffi minimum test tox target and travis builder This tests against macOS so we capture some commoncrypto branches * extra arg * need to actually install py35 * fix * coverage for GCM decrypt in CC * no longer relevant * 1.8 now * pep8 * dramatically simplify * update docs * remove unneeded test * changelog entry * test improvements * coverage fix * add some comments to example * move the comments to their own line * fix and move comment |
||
|---|---|---|
| .. | ||
| hazmat | ||
| hypothesis | ||
| __init__.py | ||
| conftest.py | ||
| doubles.py | ||
| test_cryptography_utils.py | ||
| test_fernet.py | ||
| test_interfaces.py | ||
| test_utils.py | ||
| test_warnings.py | ||
| test_x509.py | ||
| test_x509_crlbuilder.py | ||
| test_x509_ext.py | ||
| test_x509_revokedcertbuilder.py | ||
| utils.py | ||