Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #439 from reaperhulk/hmac-verify-text | Alex Gaynor | 2014-01-08 | 1 | -3/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | HMAC verify text update | |||||
| * | | | | | rewrite some text about the hmac verify method | Paul Kehrer | 2014-01-08 | 1 | -3/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #435 from reaperhulk/0.2-dev-open | David Reid | 2014-01-08 | 2 | -1/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update version to 0.2.dev1 on master | |||||
| * | | | | | add 0.2 changelog section | Paul Kehrer | 2014-01-08 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | update version to 0.2.dev1 in master | Paul Kehrer | 2014-01-08 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #438 from alex/more-prominent-verify | David Reid | 2014-01-08 | 1 | -11/+22 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make verify on HMAC more prominent | |||||
| * | | | | | | Make verify on HMAC more prominent | Alex Gaynor | 2014-01-08 | 1 | -11/+22 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #437 from rgbkrk/eggie | Paul Kehrer | 2014-01-08 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Ignore all eggs | |||||
| * | | | | | | Ignore all eggs | Kyle Kelley | 2014-01-08 | 1 | -4/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #434 from rgbkrk/minusix | Alex Gaynor | 2014-01-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Ignore six eggs, not a full dozen | |||||
| * | | | | | | Ignore six eggs, not a full dozen | Kyle Kelley | 2014-01-08 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #433 from alex/pip-install-me-captain | David Reid | 2014-01-08 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Document that we're on PyPI | |||||
| * | | | | | | Document that we're on PyPI | Alex Gaynor | 2014-01-08 | 1 | -3/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #431 from dreid/release-0.1 | Alex Gaynor | 2014-01-08 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Prepare to release. | |||||
| * | | | | | | Prepare to release. | David Reid | 2014-01-08 | 2 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #432 from dreid/blame-dreid | Alex Gaynor | 2014-01-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | I guess I should take some of the blame. | |||||
| * | | | | | I guess I should take some of the blame. | David Reid | 2014-01-08 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #429 from alex/changelog | David Reid | 2014-01-08 | 4 | -0/+11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed #428 -- added a changelog | |||||
| * | | | | | Reformat | Alex Gaynor | 2014-01-08 | 1 | -4/+2 | |
| | | | | | | ||||||
| * | | | | | Typo fix | Alex Gaynor | 2014-01-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fixed #428 -- added a changelog | Alex Gaynor | 2014-01-08 | 4 | -0/+13 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #424 from reaperhulk/padding-info-for-all | Alex Gaynor | 2014-01-07 | 1 | -2/+14 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add padding info to docs | |||||
| * | | | | | add padding info to docs | Paul Kehrer | 2014-01-07 | 1 | -2/+14 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #423 from alex/ignore | Paul Kehrer | 2014-01-07 | 1 | -3/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | These eggs are sometimes files. We still don't care. | |||||
| * | | | | These eggs are sometimes files. We still don't care. | Alex Gaynor | 2014-01-07 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #418 from reaperhulk/move-contexts | David Reid | 2014-01-07 | 1 | -73/+83 | |
|\ \ \ \ | | | | | | | | | | | Move ciphercontext/aeadciphercontext to bottom of symmetric encryption | |||||
| * | | | | move ciphercontext/aeadciphercontext to bottom of symmetric encryption | Paul Kehrer | 2014-01-07 | 1 | -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-required | Alex Gaynor | 2014-01-07 | 1 | -15/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | GCM does not require padding | |||||
| * | | | | GCM does not require padding (removing from docs example) | Paul Kehrer | 2014-01-07 | 1 | -15/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #416 from dreid/improved-aead-examples | Alex Gaynor | 2014-01-07 | 1 | -13/+73 | |
|\ \ \ \ | | | | | | | | | | | Try making the AEAD examples less dense. | |||||
| * | | | | Make the example more complete and add some comments walking the user ↵ | David Reid | 2014-01-07 | 1 | -14/+49 | |
| | | | | | | | | | | | | | | | | | | | | through some stuff. | |||||
| * | | | | Try making the AEAD examples less dense. | David Reid | 2014-01-07 | 1 | -13/+38 | |
| | | | | | ||||||
* | | | | | Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now | Alex Gaynor | 2014-01-07 | 5 | -85/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | remove CAST5 for first release | |||||
| * | | | | | also remove CAST5 docs | Paul Kehrer | 2014-01-07 | 1 | -9/+0 | |
| | | | | | | ||||||
| * | | | | | remove CAST5 for first release | Paul Kehrer | 2014-01-07 | 4 | -76/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #414 from alex/avail-cleanup | David Reid | 2014-01-07 | 3 | -44/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixed #408 -- cleanup how is_available works | |||||
| * | | | | Explanatory comment | Alex Gaynor | 2014-01-07 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Fixed #408 -- cleanup how is_available works | Alex Gaynor | 2014-01-07 | 3 | -44/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #392 from alex/setup-install-extension | Donald Stufft | 2014-01-07 | 4 | -11/+43 | |
|\ \ \ \ | | | | | | | | | | | All the necessary things for setup.py to build cffi stuff | |||||
| * | | | | This is dangerous | Alex Gaynor | 2014-01-07 | 1 | -4/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into setup-install-extension | Alex Gaynor | 2014-01-07 | 19 | -28/+528 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #410 from alex/release-automation | David Reid | 2014-01-07 | 4 | -0/+66 | |
|\ \ \ \ \ | | | | | | | | | | | | | Write release automation software. Fixes #375 | |||||
| * | | | | | How to verify that your released correctly | Alex Gaynor | 2014-01-07 | 1 | -1/+9 | |
| | | | | | | ||||||
| * | | | | | Python 2.6 support | Alex Gaynor | 2014-01-07 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | More stuff | Alex Gaynor | 2014-01-07 | 3 | -3/+5 | |
| | | | | | | ||||||
| * | | | | | You need a gpg key to do a release | Alex Gaynor | 2014-01-07 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | This is a dev dep | Alex Gaynor | 2014-01-07 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Update release docs | Alex Gaynor | 2014-01-06 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into release-automation | Alex Gaynor | 2014-01-06 | 12 | -10/+411 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #412 from alex/version-consistency | David Reid | 2014-01-06 | 1 | -4/+7 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Compute the version in the same way as setup.py does |