aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add CommonCrypto binding docsPaul Kehrer2014-01-092-0/+29
|
* add is_available() to CommonCrypto binding, use it for skipifPaul Kehrer2014-01-092-4/+11
|
* cover a missing branch in the commoncrypto bindingsPaul Kehrer2014-01-091-2/+8
|
* Add initial CommonCrypto bindings (no backend yet)Paul Kehrer2014-01-094-0/+144
|
* Merge pull request #425 from reaperhulk/travis-me-tooDavid Reid2014-01-092-14/+153
|\ | | | | Travis OS X Support
| * add comment about why the travis exclude matrix is so largePaul Kehrer2014-01-081-0/+4
| |
| * support osx and linux on travisPaul Kehrer2014-01-082-14/+149
| |
* | Merge pull request #440 from public/vanityHynek Schlawack2014-01-091-1/+1
|\ \ | | | | | | Add Alex Stapleton to __authors__
| * | Add myself to __authors__Alex Stapleton2014-01-091-1/+1
|/ /
* | Merge pull request #439 from reaperhulk/hmac-verify-textAlex Gaynor2014-01-081-3/+2
|\ \ | | | | | | HMAC verify text update
| * | 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
| |\ | |/ |/|