aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Dedent the C declarations to give us more space to work withAlex Gaynor2013-09-282-19/+21
|/ /
* | Merge pull request #71 from reaperhulk/cryptrec-openssl-loaderAlex Gaynor2013-09-272-2/+203
|\ \
| * | simplify cryptrec loader, improve commentsPaul Kehrer2013-09-271-27/+17
| * | remove distinction between encrypt/decrypt in the openssl loaderPaul Kehrer2013-09-242-124/+13
| * | simplify and annotate loaders based on review feedbackPaul Kehrer2013-09-231-14/+17
| * | crazy pep8 contortionsPaul Kehrer2013-09-151-25/+42
| * | sort the cryptrec loader dict's items to test reliablyPaul Kehrer2013-09-151-1/+1
| * | add cryptrec and openssl test vector loaders + testsPaul Kehrer2013-09-152-2/+304
|/ /
* | Merge pull request #69 from reaperhulk/camellia-vectorsAlex Gaynor2013-09-156-0/+11687
|\ \
| * | Camellia test vectorsPaul Kehrer2013-09-146-0/+11687
|/ /
* | Merge pull request #68 from alex/cleanupDonald Stufft2013-09-131-28/+14
|\ \
| * | Inline this function, it didn't do muchAlex Gaynor2013-09-131-9/+3
| * | Slightly clean up the OpenSSL bindingAlex Gaynor2013-09-131-23/+15
|/ /
* | Merge pull request #67 from reaperhulk/api-refactorAlex Gaynor2013-09-134-30/+93
|\ \
| * | remove import function, rename attrs to upper in modulesPaul Kehrer2013-09-133-16/+9
| * | Various PR review fixesPaul Kehrer2013-09-135-67/+63
| * | API refactor to separate cffi declarationsPaul Kehrer2013-09-135-30/+104
|/ /
* | Merge pull request #60 from dreid/ofb-iv-not-nonceDonald Stufft2013-09-124-15/+11
|\ \
| * | OFB uses an initialization vector instead a nonce.David Reid2013-09-111-6/+8
| * | ModeWithNonce no longer exists.David Reid2013-09-111-2/+0
| * | ModeWithNonce is no longer used.David Reid2013-09-111-4/+0
| * | OFB is specified as having an IV instead of a Nonce.David Reid2013-09-111-3/+3
* | | Merge pull request #62 from dstufft/test-pypyAlex Gaynor2013-09-121-0/+6
|\ \ \ | |/ / |/| |
| * | Use the version of PyPy from PPAs to get PyPy 2.1Donald Stufft2013-09-121-0/+6
|/ /
* | Merge pull request #59 from reaperhulk/cfb-supportDavid Reid2013-09-113-0/+69
|\ \
| * | 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
|/ /
| * consistencyAlex Gaynor2013-09-101-5/+5
| * Merge branch 'master' into triple-desAlex Gaynor2013-09-104-40/+93
| |\ | |/ |/|
* | 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
|/ / /
| | * 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 3...Alex Gaynor2013-09-091-0/+40