aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add CFB to documentationPaul Kehrer2013-09-111-0/+13
* CFB supportPaul Kehrer2013-09-112-0/+56
* Merge pull request #57 from reaperhulk/ofb-supportDonald Stufft2013-09-105-0/+73
|\
| * change OFB iv to nonce to reflect dstufft nomenclature pitchPaul Kehrer2013-09-104-11/+15
| * add output feedback mode support + test vectors (aes)Paul Kehrer2013-09-103-0/+69
* | Merge pull request #56 from alex/docs-cleanupDonald Stufft2013-09-101-5/+9
|\ \ | |/ |/|
| * Cleaned up the docs for ECBAlex Gaynor2013-09-101-5/+9
|/
* Merge pull request #53 from reaperhulk/ecb-support-im-sorryAlex Gaynor2013-09-107-5/+103
|\
| * address style on import + remove a tox dependency (in setup.py already)Paul Kehrer2013-09-102-1/+1
| * move abc, inline introspect method, use six for abcsPaul Kehrer2013-09-107-17/+14
| * modify modes to use abc so api can determine what attribute to callPaul Kehrer2013-09-106-12/+36
| * rename get_null_for_ecb to get_iv_for_ecb per alex's commentsPaul Kehrer2013-09-103-4/+4
| * add get_iv_or_nonce() methods to replace _get_iv() on apiPaul Kehrer2013-09-103-18/+13
| * remove unneeded init in ECB class, add warning to docs for ECB modePaul Kehrer2013-09-102-3/+1
| * add ECB support to create_block_cipher_contextPaul Kehrer2013-09-102-1/+19
| * Add ECB class + docs + testsPaul Kehrer2013-09-103-0/+66
|/
* Merge pull request #55 from reaperhulk/parameterize-encrypt-changesAlex Gaynor2013-09-101-22/+30
|\
| * changes to parameterize_encrypt_test to support other NIST vectorsPaul Kehrer2013-09-101-22/+30
* | Merge pull request #54 from alex/document-contributingHynek Schlawack2013-09-093-38/+91
|\ \
| * | 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
|/ /
* | Merge pull request #52 from alex/3des-vectorsDonald Stufft2013-09-0988-0/+48004
|\ \ | |/ |/|
| * Aded the 3DES vectors. Refs #51.Alex Gaynor2013-09-0988-0/+48004
|/
* Merge pull request #50 from alex/simplify-nist-testsDonald Stufft2013-09-091-150/+31
|\
| * 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 authorsPaul Kehrer2013-09-091-0/+1
|/
* Merge pull request #48 from reaperhulk/masterAlex Gaynor2013-09-093-1/+23
|\
| * 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
| * 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
|\
| * 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 https://github.com/alex/cryptog...Alex Gaynor2013-08-121-3/+9
| |\
| | * 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
| |\ \
| * | | 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