aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* consistencyAlex Gaynor2013-09-101-5/+5
|
* Merge branch 'master' into triple-desAlex Gaynor2013-09-104-40/+93
|\ | | | | | | | | Conflicts: tests/primitives/test_nist.py
| * Merge pull request #55 from reaperhulk/parameterize-encrypt-changesAlex Gaynor2013-09-101-22/+30
| |\ | | | | | | Changes to parameterize_encrypt_test to support other NIST vectors
| | * changes to parameterize_encrypt_test to support other NIST vectorsPaul Kehrer2013-09-101-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-contributingHynek Schlawack2013-09-093-38/+91
| |\ \ | | | | | | | | More fully document the contribution process
| | * | Captitalize GH properlyAlex Gaynor2013-09-091-2/+2
| | | |
| | * | More fully document the contribution process, move most of the details fromAlex Gaynor2013-09-093-38/+91
| |/ / | | | | | | | | | CONTRIBUTING.rst to sphinx.
* | | Get tests running (fail miserably)Alex Gaynor2013-09-101-48/+109
| | |
* | | Write out the initial test cases, they don't even fail properly because the ↵Alex Gaynor2013-09-091-0/+40
| | | | | | | | | | | | 3DES cases look different from the AES ones
* | | Merge branch 'master' into triple-desAlex Gaynor2013-09-090-0/+0
|\| |
| * | Merge pull request #52 from alex/3des-vectorsDonald Stufft2013-09-0988-0/+48004
| |\ \ | | |/ | |/| Aded the 3DES vectors. Refs #51.
| | * Aded the 3DES vectors. Refs #51.Alex Gaynor2013-09-0988-0/+48004
| |/
* | These are capitalizedAlex Gaynor2013-09-091-1/+1
| |
* | Iinital work on 3DES. No tests and no implementation yet.Alex Gaynor2013-09-0990-0/+48035
|/
* Merge pull request #50 from alex/simplify-nist-testsDonald Stufft2013-09-091-150/+31
|\ | | | | Simplified the NIST tests and reduced duplication
| * Simplified the NIST tests and reduced duplicationAlex Gaynor2013-09-091-150/+31
|/
* Merge pull request #49 from reaperhulk/masterAlex Gaynor2013-09-091-0/+1
|\ | | | | Update authors
| * update authorsPaul Kehrer2013-09-091-0/+1
|/
* Merge pull request #48 from reaperhulk/masterAlex Gaynor2013-09-093-1/+23
|\ | | | | Add OpenSSL Version Text Method
| * Update docstring to pass alex8 lintingPaul Kehrer2013-09-092-2/+4
| |
| * openssl_version_text now calls startswith rather than findPaul Kehrer2013-09-091-1/+1
| |
| * Accurate friendly string name example textPaul Kehrer2013-09-091-1/+1
| |
| * ascii decode on openssl_version_text + doc string improvementsPaul Kehrer2013-09-092-2/+12
| |
| * Add method to bindings to get OPENSSL_VERSION_TEXTPaul Kehrer2013-09-092-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 AESPaul Kehrer2013-09-091-1/+1
|/
* Merge pull request #28 from alex/simple-symmetric-encryptionHynek Schlawack2013-09-0713-5/+530
|\ | | | | [WIP] initial implementation of symmetric encryption
| * This isn't a thingAlex Gaynor2013-08-311-1/+0
| |
| * remove this duplicateAlex Gaynor2013-08-311-4/+0
| |
| * put this backAlex Gaynor2013-08-311-1/+1
| |
| * This is a const but raelly a macro or somethingAlex Gaynor2013-08-311-1/+1
| |
| * Removed some dead codeAlex Gaynor2013-08-311-5/+0
| |
| * Replace paths we have no idea how to test with assertsAlex Gaynor2013-08-301-22/+5
| |
| * Merge branch 'simple-symmetric-encryption' of ↵Alex Gaynor2013-08-121-3/+9
| |\ | | | | | | | | | https://github.com/alex/cryptography into simple-symmetric-encryption
| | * Test the symmetric encryption doc snippets using doctestDonald Stufft2013-08-121-3/+9
| | |
| * | Some systems need this headerAlex Gaynor2013-08-121-0/+1
| |/
| * Moved comment to the right place, use integer enumsAlex Gaynor2013-08-121-3/+3
| |
| * Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-123-4/+7
| |\
| * \ Merge branch 'master' into simple-symmetric-encryptionDonald Stufft2013-08-1110-15/+156
| |\ \ | | | | | | | | | | | | | | | | Conflicts: setup.py
| * | | Addressed a TODOAlex Gaynor2013-08-111-2/+5
| | | |
| * | | Style fixAlex Gaynor2013-08-111-2/+3
| | | |
| * | | Add mandatory headers to files touched by this branchHynek Schlawack2013-08-118-0/+30
| | | |
| * | | Ciphers should know what size blocks they useDonald Stufft2013-08-101-0/+1
| | | |
| * | | Small note about the purposeDonald Stufft2013-08-101-0/+1
| | | |
| * | | Add a comment to note that disabling padding is desiredDonald Stufft2013-08-101-1/+3
| | | |
| * | | 2.6 compatAlex Gaynor2013-08-101-1/+1
| | | |
| * | | Fixed wrong testAlex Gaynor2013-08-101-1/+1
| | | |
| * | | Ensure that AES gets a proper key sizeDonald Stufft2013-08-102-0/+10
| | | |
| * | | Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-101-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: docs/primitives/symmetric-encryption.rst
| * \ \ \ Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-100-0/+0
| |\ \ \ \
| * | | | | Fixed toxAlex Gaynor2013-08-101-1/+3
| | | | | |