Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allocate only 16 bytes | Paul Kehrer | 2014-05-21 | 1 | -1/+1 |
| | | | | | cffi allocates 17 bytes (one for trailing null), but that isn't used by this function so we don't need to allocate it. | ||||
* | add changelog entry | Paul Kehrer | 2014-05-20 | 1 | -0/+2 |
| | |||||
* | add AES CTR support to OpenSSL 0.9.8 | Paul Kehrer | 2014-05-20 | 2 | -2/+55 |
| | |||||
* | Merge pull request #1063 from Ivoz/patch-1 | Alex Gaynor | 2014-05-19 | 1 | -0/+4 |
|\ | | | | | Add a badge to tell you the latest version | ||||
| * | Add a badge to tell you the latest version | Matt Iversen | 2014-05-20 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1056 from alex/doc8 | Paul Kehrer | 2014-05-18 | 2 | -2/+9 |
|\ | | | | | Testing for doc8 | ||||
| * | grump | Alex Gaynor | 2014-05-18 | 1 | -1/+1 |
| | | |||||
| * | Allow long titles | Alex Gaynor | 2014-05-18 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into doc8 | Alex Gaynor | 2014-05-18 | 24 | -168/+187 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1058 from public/another-ec-binding | Paul Kehrer | 2014-05-18 | 1 | -0/+11 |
|\ \ | | | | | | | Add EC_GROUP_get_degree and OPENSSL_EC_NAMED_CURVE bindings | ||||
| * | | Add OPENSSL_EC_NAMED_CURVE constant | Alex Stapleton | 2014-05-18 | 1 | -0/+6 |
| | | | |||||
| * | | Add EC_GROUP_get_degree binding | Alex Stapleton | 2014-05-18 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #1055 from alex/linewrap | Alex Stapleton | 2014-05-18 | 3 | -6/+12 |
|\ \ | | | | | | | More line wrapping | ||||
| * | | More line wrapping | Alex Gaynor | 2014-05-17 | 3 | -6/+12 |
| | | | |||||
* | | | Merge pull request #1057 from Ayrx/i-am-bored | Alex Stapleton | 2014-05-18 | 20 | -162/+164 |
|\ \ \ | |/ / |/| | | Make exceptions end with a period consistently | ||||
| * | | Make exceptions end with a period consistently | Ayrx | 2014-05-18 | 20 | -162/+164 |
|/ / | |||||
| * | Part of the py3 job as well for consistency | Alex Gaynor | 2014-05-17 | 1 | -1/+4 |
| | | |||||
| * | Move to being a part of the pep8 job | Alex Gaynor | 2014-05-17 | 2 | -14/+6 |
| | | |||||
| * | Remove duplicate jobs | Alex Gaynor | 2014-05-17 | 1 | -0/+7 |
| | | |||||
| * | Testing for doc8 | Alex Gaynor | 2014-05-17 | 2 | -1/+6 |
|/ | |||||
* | Merge pull request #1053 from alex/long-lines-docs | Paul Kehrer | 2014-05-17 | 7 | -15/+17 |
|\ | | | | | Word wrap some long lines in teh docs | ||||
| * | One more | Alex Gaynor | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Word wrap some long lines in teh docs | Alex Gaynor | 2014-05-17 | 6 | -14/+15 |
|/ | |||||
* | Merge pull request #1052 from alex/new-pypa-location | Donald Stufft | 2014-05-17 | 1 | -3/+3 |
|\ | | | | | Use the new official URL for downloading get-pip.py | ||||
| * | Use the new official URL for downloading get-pip.py | Alex Gaynor | 2014-05-17 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1051 from alex/bytes-is-bytes | Donald Stufft | 2014-05-17 | 8 | -27/+16 |
|\ \ | |/ |/| | We don't need six.binary_type, it's always bytes | ||||
| * | We don't need six.binary_type, it's always bytes | Alex Gaynor | 2014-05-17 | 8 | -27/+16 |
|/ | |||||
* | Merge pull request #1048 from Ayrx/change-unicode-check | Alex Stapleton | 2014-05-17 | 15 | -52/+60 |
|\ | | | | | Fixed TypeError and added documentation | ||||
| * | Simplified exception message | Ayrx | 2014-05-17 | 15 | -105/+34 |
| | | |||||
| * | Fixed TypeError and added documentation | Ayrx | 2014-05-17 | 15 | -38/+117 |
|/ | |||||
* | Merge pull request #1047 from reaperhulk/remove-cms-macro | Alex Gaynor | 2014-05-16 | 1 | -3/+0 |
|\ | | | | | remove the macro we just added | ||||
| * | remove the macro we just added | Paul Kehrer | 2014-05-16 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #1046 from reaperhulk/add-cms-macro | Alex Gaynor | 2014-05-16 | 1 | -0/+3 |
|\ | | | | | add a CMS macro | ||||
| * | add a CMS macro | Paul Kehrer | 2014-05-16 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #1030 from alex/pypy-2.3 | Paul Kehrer | 2014-05-16 | 1 | -2/+2 |
|\ \ | | | | | | | Use PyPy 2.3 on OS X | ||||
| * | | ugh. good system. | Alex Gaynor | 2014-05-16 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into pypy-2.3 | Alex Gaynor | 2014-05-16 | 12 | -62/+337 |
| |\| | |||||
| * | | Use PyPy 2.3 on OS X | Alex Gaynor | 2014-05-09 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1044 from alex/reduce-duplication | Paul Kehrer | 2014-05-16 | 1 | -20/+11 |
|\ \ \ | | | | | | | | | Reduce duplication. Also improve error message | ||||
| * | | | Fix | Alex Gaynor | 2014-05-16 | 1 | -1/+5 |
| | | | | |||||
| * | | | Reduce duplication. Also improve error message | Alex Gaynor | 2014-05-16 | 1 | -25/+12 |
| | | | | |||||
* | | | | Merge pull request #1045 from reaperhulk/fix-coverage-i-are-dumb | Alex Gaynor | 2014-05-16 | 1 | -0/+8 |
|\ \ \ \ | |/ / / |/| | | | fix coverage for CFB8 | ||||
| * | | | fix coverage for CFB8 | Paul Kehrer | 2014-05-16 | 1 | -0/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #1043 from reaperhulk/support-some-cfb8 | Alex Stapleton | 2014-05-16 | 7 | -9/+116 |
|\ \ \ | |/ / |/| | | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends | ||||
| * | | sometimes you can't read and leave things in | Paul Kehrer | 2014-05-16 | 1 | -2/+1 |
| | | | |||||
| * | | native_size is not needed with the CFB8 approach we chose | Paul Kehrer | 2014-05-16 | 1 | -2/+1 |
| | | | |||||
| * | | add some docs and changelog | Paul Kehrer | 2014-05-15 | 2 | -0/+17 |
| | | | |||||
| * | | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends | Paul Kehrer | 2014-05-15 | 5 | -10/+102 |
|/ / | |||||
* | | Merge pull request #1042 from alex/improve-docs | Paul Kehrer | 2014-05-15 | 1 | -2/+8 |
|\ \ | | | | | | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs | ||||
| * | | Missing semicolon | Alex Gaynor | 2014-05-15 | 1 | -4/+4 |
| | | |