Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|/ | ||||||
* | 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 | |
| | | | | | | ||||||
| * | | | | | Remove padding from the docs. | Alex Gaynor | 2013-08-10 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Be consistent | Alex Gaynor | 2013-08-10 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-10 | 0 | -0/+0 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Remove the padding from the BlockCipher API | Donald Stufft | 2013-08-10 | 4 | -39/+22 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-10 | 1 | -6/+0 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | BlockCiphers should know their own name | Donald Stufft | 2013-08-10 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We normalize on CIPHER-KEYSIZE-MODE for the block cipher name. | |||||
| * | | | | | | | Ciphers should know what size their keys are | Donald Stufft | 2013-08-10 | 3 | -1/+34 | |
| | | | | | | | | ||||||
| * | | | | | | | Make flake8 happy | Donald Stufft | 2013-08-10 | 3 | -0/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into simple-symmetric-encryption | Donald Stufft | 2013-08-10 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ensure that a BlockCipher can only be used for one operation | Donald Stufft | 2013-08-10 | 2 | -2/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents trying to call encrypt() and then decrypt() on a block cipher. It also enables finalize() to know what type of finalization to call. | |||||
| * | | | | | | | | Some apache license headers (we need a pyflkaes check for thsi) | Alex Gaynor | 2013-08-10 | 8 | -0/+104 | |
| | | | | | | | | |