Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into triple-des | Alex Gaynor | 2013-09-10 | 4 | -40/+93 |
|\ | | | | | | | | | Conflicts: tests/primitives/test_nist.py | ||||
| * | Merge pull request #55 from reaperhulk/parameterize-encrypt-changes | Alex Gaynor | 2013-09-10 | 1 | -22/+30 |
| |\ | | | | | | | Changes to parameterize_encrypt_test to support other NIST vectors | ||||
| | * | changes to parameterize_encrypt_test to support other NIST vectors | Paul Kehrer | 2013-09-10 | 1 | -22/+30 |
| | | | | | | | | | | | | | | | * ECB has no IV so we need to be able to pass params rather than have them hardcoded in the method | ||||
| * | | Merge pull request #54 from alex/document-contributing | Hynek Schlawack | 2013-09-09 | 3 | -38/+91 |
| |\ \ | | | | | | | | | More fully document the contribution process | ||||
| | * | | Captitalize GH properly | Alex Gaynor | 2013-09-09 | 1 | -2/+2 |
| | | | | |||||
| | * | | More fully document the contribution process, move most of the details from | Alex Gaynor | 2013-09-09 | 3 | -38/+91 |
| |/ / | | | | | | | | | | CONTRIBUTING.rst to sphinx. | ||||
* | | | Get tests running (fail miserably) | Alex Gaynor | 2013-09-10 | 1 | -48/+109 |
| | | | |||||
* | | | Write out the initial test cases, they don't even fail properly because the ↵ | Alex Gaynor | 2013-09-09 | 1 | -0/+40 |
| | | | | | | | | | | | | 3DES cases look different from the AES ones | ||||
* | | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-09-09 | 0 | -0/+0 |
|\| | | |||||
| * | | Merge pull request #52 from alex/3des-vectors | Donald Stufft | 2013-09-09 | 88 | -0/+48004 |
| |\ \ | | |/ | |/| | Aded the 3DES vectors. Refs #51. | ||||
| | * | Aded the 3DES vectors. Refs #51. | Alex Gaynor | 2013-09-09 | 88 | -0/+48004 |
| |/ | |||||
* | | These are capitalized | Alex Gaynor | 2013-09-09 | 1 | -1/+1 |
| | | |||||
* | | Iinital work on 3DES. No tests and no implementation yet. | Alex Gaynor | 2013-09-09 | 90 | -0/+48035 |
|/ | |||||
* | Merge pull request #50 from alex/simplify-nist-tests | Donald Stufft | 2013-09-09 | 1 | -150/+31 |
|\ | | | | | Simplified the NIST tests and reduced duplication | ||||
| * | Simplified the NIST tests and reduced duplication | Alex Gaynor | 2013-09-09 | 1 | -150/+31 |
|/ | |||||
* | Merge pull request #49 from reaperhulk/master | Alex Gaynor | 2013-09-09 | 1 | -0/+1 |
|\ | | | | | Update authors | ||||
| * | update authors | Paul Kehrer | 2013-09-09 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #48 from reaperhulk/master | Alex Gaynor | 2013-09-09 | 3 | -1/+23 |
|\ | | | | | Add OpenSSL Version Text Method | ||||
| * | Update docstring to pass alex8 linting | Paul Kehrer | 2013-09-09 | 2 | -2/+4 |
| | | |||||
| * | openssl_version_text now calls startswith rather than find | Paul Kehrer | 2013-09-09 | 1 | -1/+1 |
| | | |||||
| * | Accurate friendly string name example text | Paul Kehrer | 2013-09-09 | 1 | -1/+1 |
| | | |||||
| * | ascii decode on openssl_version_text + doc string improvements | Paul Kehrer | 2013-09-09 | 2 | -2/+12 |
| | | |||||
| * | Add method to bindings to get OPENSSL_VERSION_TEXT | Paul Kehrer | 2013-09-09 | 2 | -0/+10 |
| | | | | | | | | | | | | | | * This allows you to check that you're binding against the expected version of OpenSSL * Test is pretty basic (just checks to see that the string starts with OpenSSL) | ||||
| * | Fix issue mixing %s and format for ValueError in AES | Paul Kehrer | 2013-09-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #28 from alex/simple-symmetric-encryption | Hynek Schlawack | 2013-09-07 | 13 | -5/+530 |
|\ | | | | | [WIP] initial implementation of symmetric encryption | ||||
| * | This isn't a thing | Alex Gaynor | 2013-08-31 | 1 | -1/+0 |
| | | |||||
| * | remove this duplicate | Alex Gaynor | 2013-08-31 | 1 | -4/+0 |
| | | |||||
| * | put this back | Alex Gaynor | 2013-08-31 | 1 | -1/+1 |
| | | |||||
| * | This is a const but raelly a macro or something | Alex Gaynor | 2013-08-31 | 1 | -1/+1 |
| | | |||||
| * | Removed some dead code | Alex Gaynor | 2013-08-31 | 1 | -5/+0 |
| | | |||||
| * | Replace paths we have no idea how to test with asserts | Alex Gaynor | 2013-08-30 | 1 | -22/+5 |
| | | |||||
| * | Merge branch 'simple-symmetric-encryption' of ↵ | Alex Gaynor | 2013-08-12 | 1 | -3/+9 |
| |\ | | | | | | | | | | https://github.com/alex/cryptography into simple-symmetric-encryption | ||||
| | * | Test the symmetric encryption doc snippets using doctest | Donald Stufft | 2013-08-12 | 1 | -3/+9 |
| | | | |||||
| * | | Some systems need this header | Alex Gaynor | 2013-08-12 | 1 | -0/+1 |
| |/ | |||||
| * | Moved comment to the right place, use integer enums | Alex Gaynor | 2013-08-12 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-12 | 3 | -4/+7 |
| |\ | |||||
| * \ | Merge branch 'master' into simple-symmetric-encryption | Donald Stufft | 2013-08-11 | 10 | -15/+156 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: setup.py | ||||
| * | | | Addressed a TODO | Alex Gaynor | 2013-08-11 | 1 | -2/+5 |
| | | | | |||||
| * | | | Style fix | Alex Gaynor | 2013-08-11 | 1 | -2/+3 |
| | | | | |||||
| * | | | Add mandatory headers to files touched by this branch | Hynek Schlawack | 2013-08-11 | 8 | -0/+30 |
| | | | | |||||
| * | | | Ciphers should know what size blocks they use | Donald Stufft | 2013-08-10 | 1 | -0/+1 |
| | | | | |||||
| * | | | Small note about the purpose | Donald Stufft | 2013-08-10 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add a comment to note that disabling padding is desired | Donald Stufft | 2013-08-10 | 1 | -1/+3 |
| | | | | |||||
| * | | | 2.6 compat | Alex Gaynor | 2013-08-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed wrong test | Alex Gaynor | 2013-08-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Ensure that AES gets a proper key size | Donald Stufft | 2013-08-10 | 2 | -0/+10 |
| | | | | |||||
| * | | | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-10 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/primitives/symmetric-encryption.rst | ||||
| * \ \ \ | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-10 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| * | | | | | Fixed tox | Alex Gaynor | 2013-08-10 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Use an enum for determining BlockCipher operation | Donald Stufft | 2013-08-10 | 4 | -9/+25 |
| | | | | | |