Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cover a missing branch in the commoncrypto bindings | Paul Kehrer | 2014-01-09 | 1 | -2/+8 |
| | |||||
* | Add initial CommonCrypto bindings (no backend yet) | Paul Kehrer | 2014-01-09 | 4 | -0/+144 |
| | |||||
* | Merge pull request #425 from reaperhulk/travis-me-too | David Reid | 2014-01-09 | 2 | -14/+153 |
|\ | | | | | Travis OS X Support | ||||
| * | add comment about why the travis exclude matrix is so large | Paul Kehrer | 2014-01-08 | 1 | -0/+4 |
| | | |||||
| * | support osx and linux on travis | Paul Kehrer | 2014-01-08 | 2 | -14/+149 |
| | | |||||
* | | Merge pull request #440 from public/vanity | Hynek Schlawack | 2014-01-09 | 1 | -1/+1 |
|\ \ | | | | | | | Add Alex Stapleton to __authors__ | ||||
| * | | Add myself to __authors__ | Alex Stapleton | 2014-01-09 | 1 | -1/+1 |
|/ / | |||||
* | | 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 |
| | | |