aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Make it more constant timeAlex Gaynor2013-11-181-11/+28
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fixes for the module renamingAlex Gaynor2013-11-071-7/+7
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into fernetAlex Gaynor2013-11-0729-45/+240
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Pass around a backendAlex Gaynor2013-11-071-5/+6
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Include the licenseAlex Gaynor2013-11-021-0/+13
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update for new APIAlex Gaynor2013-11-011-4/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into fernetAlex Gaynor2013-11-015-51/+145
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | flake8Alex Gaynor2013-10-311-1/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Be C99Alex Gaynor2013-10-311-2/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Moved constant_time_compare to be CAlex Gaynor2013-10-311-12/+22
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | py3k uses a different exception hereAlex Gaynor2013-10-311-1/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixed pep8 issuesAlex Gaynor2013-10-311-2/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Started working on the invalid casesAlex Gaynor2013-10-311-5/+27
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | py3k fixAlex Gaynor2013-10-311-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | fix for py3kAlex Gaynor2013-10-311-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Address pep8 concernsAlex Gaynor2013-10-311-2/+7
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | UnusedAlex Gaynor2013-10-311-1/+0
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Extra assertAlex Gaynor2013-10-311-0/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixed test and implementationAlex Gaynor2013-10-311-2/+4
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added test cases, fixed a bugAlex Gaynor2013-10-311-2/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Slightly cleanerAlex Gaynor2013-10-301-3/+7
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Implemented decryptionAlex Gaynor2013-10-301-0/+29
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Started implementating encryption for fernetAlex Gaynor2013-10-301-0/+36
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add commoncrypto mark to skip on non-OS X platformsPaul Kehrer2014-01-042-1/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Re-add the ext_package decleration to the moved verify() callAlex Gaynor2014-01-041-1/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into setup-install-extensionAlex Gaynor2014-01-045-73/+135
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/bindings/openssl/binding.py
| * | | | | | | | | | | | | | improve docstringPaul Kehrer2014-01-041-2/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix indentation mistakePaul Kehrer2014-01-041-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | import build_ffi directlyPaul Kehrer2014-01-041-4/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | remove verify_kwargs and replace with pre_include/post_include/librariesPaul Kehrer2014-01-042-31/+29
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactor bindings to reduce code duplication with multiple backendsPaul Kehrer2014-01-042-58/+81
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #272 from alex/validate-ivDavid Reid2014-01-033-0/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate the IV/nonce length for a given algorithm.
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into validate-ivAlex Gaynor2014-01-0229-229/+306
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/primitives/ciphers/modes.py
| | * | | | | | | | | | | | | | Explanatory commentAlex Gaynor2014-01-011-1/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'master' into validate-ivAlex Gaynor2014-01-0132-202/+713
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/hazmat/backends/test_openssl.py tests/hazmat/primitives/test_block.py
| | * | | | | | | | | | | | | | | So the tests don't all explodeAlex Gaynor2013-12-161-0/+4
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'master' into validate-ivAlex Gaynor2013-12-1534-100/+401
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/primitives/ciphers/modes.py tests/hazmat/primitives/test_block.py
| | * | | | | | | | | | | | | | | Merge branch 'master' into validate-ivAlex Gaynor2013-11-276-18/+44
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/hazmat/primitives/test_block.py
| | * | | | | | | | | | | | | | | flake8Alex Gaynor2013-11-191-1/+0
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Implement this for CTRAlex Gaynor2013-11-191-0/+7
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Validate the IV/nonce length for a given algorithm.Alex Gaynor2013-11-193-0/+31
| | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #159
* | | | | | | | | | | | | | | | Merge branch 'master' into setup-install-extensionAlex Gaynor2014-01-031-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: setup.py
| * | | | | | | | | | | | | | | add to author listPaul Kehrer2014-01-031-1/+1
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Some flake8 fixesAlex Gaynor2014-01-022-2/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | All the necessary things for setup.py to build cffi stuffAlex Gaynor2014-01-023-2/+7
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'master' into privatize-me-captainAlex Gaynor2014-01-013-9/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/backends/openssl/backend.py
| * | | | | | | | | | | | | Merge pull request #386 from alex/move-gcm-tag-validationPaul Kehrer2014-01-013-9/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move GCM tag size/value validation farther forward
| | * | | | | | | | | | | | | RearrangeAlex Gaynor2014-01-011-10/+12
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Move GCM tag size/value validation farther forward -- this makes it easier ↵Alex Gaynor2014-01-013-7/+13
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by not requiring future backends to implement the same checks
* | / | | | | | | | | | | | Make lib and ffi be private on backendAlex Gaynor2014-01-011-95/+107
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because now they are public on a binding instance if you need them!