aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 pull request #44 from hynek/fix-__about__Donald Stufft2013-08-121-3/+3
| |\ | | | | | | Fix __author__
| | * Fix __author__Hynek Schlawack2013-08-121-3/+3
| | |
| * | Merge pull request #42 from dstufft/doctestsHynek Schlawack2013-08-122-2/+4
| |\ \ | | |/ | |/| Use the Sphinx doctest builder
| | * Use the Sphinx doctest builderDonald Stufft2013-08-112-2/+4
| | | | | | | | | | | | | | | This allows us to test our documentation snippets using the standard "doctest" utility.
| * | Merge pull request #43 from tiran/masterDonald Stufft2013-08-111-1/+2
| |\ \ | | |/ | |/| Fix spelling of my name
| | * Fix spelling of my nameChristian Heimes2013-08-121-1/+2
| |/
* | Merge branch 'master' into simple-symmetric-encryptionDonald Stufft2013-08-1110-15/+156
|\| | | | | | | | | Conflicts: setup.py
| * Merge pull request #41 from dstufft/fix-setupAlex Gaynor2013-08-115-9/+96
| |\ | | | | | | Fix setup
| | * Ignore the dist directoryDonald Stufft2013-08-111-0/+1
| | |
| | * Include all of our files in the distributions, and install packagesDonald Stufft2013-08-112-1/+10
| | |
| | * Fix the packaging meta-dataDonald Stufft2013-08-113-9/+86
| |/
| * Merge pull request #40 from dstufft/fix-docsAlex Gaynor2013-08-111-1/+1
| |\ | | | | | | Make the example error free
| | * Make the example error freeDonald Stufft2013-08-111-1/+1
| |/ | | | | | | | | Without padding b"my secret message" is not divisible by AES's block size and thus would throw an error.
| * Merge pull request #37 from tiran/masterAlex Gaynor2013-08-113-2/+33
| |\ | | | | | | add classifiers, url, description and nose integration for python setup....
| | * hyper nit-pickChristian Heimes2013-08-111-1/+0
| | |
| | * super nit-pickChristian Heimes2013-08-111-1/+2
| | |
| | * drop setup.py test againChristian Heimes2013-08-111-16/+0
| | |
| | * Merge remote-tracking branch 'upstream/master'Christian Heimes2013-08-112-10/+18
| | |\ | | |/ | |/|
| * | Merge pull request #38 from alex/why-cryptographyHynek Schlawack2013-08-112-10/+18
| |\ \ | | | | | | | | Better describe why this library exists. Refs #5
| | * | Another issue we're targettingAlex Gaynor2013-08-111-0/+1
| | | |
| | * | English grammarAlex Gaynor2013-08-111-6/+6
| | | |
| | * | Merge branch 'master' into why-cryptographyAlex Gaynor2013-08-111-0/+4
| | |\ \ | | |/ / | |/| | | | | | | | | | Conflicts: README.rst
| | * | Added another item from hynekAlex Gaynor2013-08-111-0/+1
| | | |
| | * | Document that we want AES-GCMAlex Gaynor2013-08-111-0/+1
| | | |
| | * | Better gramarAlex Gaynor2013-08-111-1/+1
| | | |
| | * | Make this a headingAlex Gaynor2013-08-111-1/+2
| | | |
| | * | Better describe why this library exists. Refs #5Alex Gaynor2013-08-112-7/+13
| | | |
| | | * Merge remote-tracking branch 'upstream/master'Christian Heimes2013-08-112-5/+18
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #39 from alex/link-docsHynek Schlawack2013-08-111-0/+6
| |\ \ \ | | |/ / | |/| | Link the docs in the readme
| | * | Dropped a wordAlex Gaynor2013-08-111-1/+1
| | | |
| | * | Link the docs in the readmeAlex Gaynor2013-08-111-0/+6
| |/ /
| * | Merge pull request #35 from hynek/add-new-file-requirements-to-contributingDonald Stufft2013-08-111-5/+12
| |\ \ | | | | | | | | Add requirements for code files to CONTRIBUTING
| | * | Add requirements for code files to CONTRIBUTINGHynek Schlawack2013-08-111-5/+12
| |/ /
| | * use py.test for testingChristian Heimes2013-08-113-6/+26
| | | | | | | | | | | | | | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst
| | * add classifiers, url, description and nose integration for python setup.py testChristian Heimes2013-08-101-0/+27
| |/
* | 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
| |