aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rewrite some text about the hmac verify methodPaul Kehrer2014-01-081-3/+2
|
* Merge pull request #435 from reaperhulk/0.2-dev-openDavid Reid2014-01-082-1/+5
|\ | | | | Update version to 0.2.dev1 on master
| * add 0.2 changelog sectionPaul Kehrer2014-01-081-0/+4
| |
| * update version to 0.2.dev1 in masterPaul Kehrer2014-01-081-1/+1
| |
* | Merge pull request #438 from alex/more-prominent-verifyDavid Reid2014-01-081-11/+22
|\ \ | | | | | | Make verify on HMAC more prominent
| * | Make verify on HMAC more prominentAlex Gaynor2014-01-081-11/+22
| | |
* | | Merge pull request #437 from rgbkrk/eggiePaul Kehrer2014-01-081-4/+1
|\ \ \ | |/ / |/| | Ignore all eggs
| * | Ignore all eggsKyle Kelley2014-01-081-4/+1
|/ /
* | Merge pull request #434 from rgbkrk/minusixAlex Gaynor2014-01-081-0/+1
|\ \ | | | | | | Ignore six eggs, not a full dozen
| * | Ignore six eggs, not a full dozenKyle Kelley2014-01-081-0/+1
| | |
* | | Merge pull request #433 from alex/pip-install-me-captainDavid Reid2014-01-081-3/+2
|\ \ \ | |_|/ |/| | Document that we're on PyPI
| * | Document that we're on PyPIAlex Gaynor2014-01-081-3/+2
| | |
* | | Merge pull request #431 from dreid/release-0.1Alex Gaynor2014-01-082-2/+2
|\ \ \ | |/ / |/| | Prepare to release.
| * | Prepare to release.David Reid2014-01-082-2/+2
| |/
* | Merge pull request #432 from dreid/blame-dreidAlex Gaynor2014-01-081-0/+1
|\ \ | |/ |/| I guess I should take some of the blame.
| * I guess I should take some of the blame.David Reid2014-01-081-0/+1
|/
* Merge pull request #429 from alex/changelogDavid Reid2014-01-084-0/+11
|\ | | | | Fixed #428 -- added a changelog
| * ReformatAlex Gaynor2014-01-081-4/+2
| |
| * Typo fixAlex Gaynor2014-01-081-1/+1
| |
| * Fixed #428 -- added a changelogAlex Gaynor2014-01-084-0/+13
|/
* Merge pull request #424 from reaperhulk/padding-info-for-allAlex Gaynor2014-01-071-2/+14
|\ | | | | Add padding info to docs
| * add padding info to docsPaul Kehrer2014-01-071-2/+14
| |
* | Merge pull request #423 from alex/ignorePaul Kehrer2014-01-071-3/+3
|\ \ | |/ |/| These eggs are sometimes files. We still don't care.
| * These eggs are sometimes files. We still don't care.Alex Gaynor2014-01-071-3/+3
|/
* Merge pull request #418 from reaperhulk/move-contextsDavid Reid2014-01-071-73/+83
|\ | | | | Move ciphercontext/aeadciphercontext to bottom of symmetric encryption
| * move ciphercontext/aeadciphercontext to bottom of symmetric encryptionPaul Kehrer2014-01-071-73/+83
| | | | | | | | | | Add a bit of additional text to try to make the convoluted AEAD explanation better.
* | Merge pull request #419 from reaperhulk/gcm-no-pad-requiredAlex Gaynor2014-01-071-15/+5
|\ \ | |/ |/| GCM does not require padding
| * GCM does not require padding (removing from docs example)Paul Kehrer2014-01-071-15/+5
|/
* Merge pull request #416 from dreid/improved-aead-examplesAlex Gaynor2014-01-071-13/+73
|\ | | | | Try making the AEAD examples less dense.
| * Make the example more complete and add some comments walking the user ↵David Reid2014-01-071-14/+49
| | | | | | | | through some stuff.
| * Try making the AEAD examples less dense.David Reid2014-01-071-13/+38
| |
* | Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-nowAlex Gaynor2014-01-075-85/+2
|\ \ | | | | | | remove CAST5 for first release
| * | also remove CAST5 docsPaul Kehrer2014-01-071-9/+0
| | |
| * | remove CAST5 for first releasePaul Kehrer2014-01-074-76/+2
| |/
* | Merge pull request #414 from alex/avail-cleanupDavid Reid2014-01-073-44/+4
|\ \ | |/ |/| Fixed #408 -- cleanup how is_available works
| * Explanatory commentAlex Gaynor2014-01-071-0/+1
| |
| * Fixed #408 -- cleanup how is_available worksAlex Gaynor2014-01-073-44/+3
|/
* Merge pull request #392 from alex/setup-install-extensionDonald Stufft2014-01-074-11/+43
|\ | | | | All the necessary things for setup.py to build cffi stuff
| * This is dangerousAlex Gaynor2014-01-071-4/+1
| |
| * Merge branch 'master' into setup-install-extensionAlex Gaynor2014-01-0719-28/+528
| |\ | |/ |/|
* | Merge pull request #410 from alex/release-automationDavid Reid2014-01-074-0/+66
|\ \ | | | | | | Write release automation software. Fixes #375
| * | How to verify that your released correctlyAlex Gaynor2014-01-071-1/+9
| | |
| * | Python 2.6 supportAlex Gaynor2014-01-071-2/+2
| | |
| * | More stuffAlex Gaynor2014-01-073-3/+5
| | |
| * | You need a gpg key to do a releaseAlex Gaynor2014-01-071-1/+2
| | |
| * | This is a dev depAlex Gaynor2014-01-071-0/+1
| | |
| * | Update release docsAlex Gaynor2014-01-061-2/+1
| | |
| * | Merge branch 'master' into release-automationAlex Gaynor2014-01-0612-10/+411
| |\ \ | |/ / |/| |
* | | Merge pull request #412 from alex/version-consistencyDavid Reid2014-01-061-4/+7
|\ \ \ | | | | | | | | Compute the version in the same way as setup.py does
| * | | Compute the version in the same way as setup.py doesAlex Gaynor2014-01-061-4/+7
| | | |