aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allocate only 16 bytesPaul Kehrer2014-05-211-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 entryPaul Kehrer2014-05-201-0/+2
|
* add AES CTR support to OpenSSL 0.9.8Paul Kehrer2014-05-202-2/+55
|
* Merge pull request #1063 from Ivoz/patch-1Alex Gaynor2014-05-191-0/+4
|\ | | | | Add a badge to tell you the latest version
| * Add a badge to tell you the latest versionMatt Iversen2014-05-201-0/+4
|/
* Merge pull request #1056 from alex/doc8Paul Kehrer2014-05-182-2/+9
|\ | | | | Testing for doc8
| * grumpAlex Gaynor2014-05-181-1/+1
| |
| * Allow long titlesAlex Gaynor2014-05-181-2/+2
| |
| * Merge branch 'master' into doc8Alex Gaynor2014-05-1824-168/+187
| |\ | |/ |/|
* | Merge pull request #1058 from public/another-ec-bindingPaul Kehrer2014-05-181-0/+11
|\ \ | | | | | | Add EC_GROUP_get_degree and OPENSSL_EC_NAMED_CURVE bindings
| * | Add OPENSSL_EC_NAMED_CURVE constantAlex Stapleton2014-05-181-0/+6
| | |
| * | Add EC_GROUP_get_degree bindingAlex Stapleton2014-05-181-0/+5
|/ /
* | Merge pull request #1055 from alex/linewrapAlex Stapleton2014-05-183-6/+12
|\ \ | | | | | | More line wrapping
| * | More line wrappingAlex Gaynor2014-05-173-6/+12
| | |
* | | Merge pull request #1057 from Ayrx/i-am-boredAlex Stapleton2014-05-1820-162/+164
|\ \ \ | |/ / |/| | Make exceptions end with a period consistently
| * | Make exceptions end with a period consistentlyAyrx2014-05-1820-162/+164
|/ /
| * Part of the py3 job as well for consistencyAlex Gaynor2014-05-171-1/+4
| |
| * Move to being a part of the pep8 jobAlex Gaynor2014-05-172-14/+6
| |
| * Remove duplicate jobsAlex Gaynor2014-05-171-0/+7
| |
| * Testing for doc8Alex Gaynor2014-05-172-1/+6
|/
* Merge pull request #1053 from alex/long-lines-docsPaul Kehrer2014-05-177-15/+17
|\ | | | | Word wrap some long lines in teh docs
| * One moreAlex Gaynor2014-05-171-1/+2
| |
| * Word wrap some long lines in teh docsAlex Gaynor2014-05-176-14/+15
|/
* Merge pull request #1052 from alex/new-pypa-locationDonald Stufft2014-05-171-3/+3
|\ | | | | Use the new official URL for downloading get-pip.py
| * Use the new official URL for downloading get-pip.pyAlex Gaynor2014-05-171-3/+3
| |
* | Merge pull request #1051 from alex/bytes-is-bytesDonald Stufft2014-05-178-27/+16
|\ \ | |/ |/| We don't need six.binary_type, it's always bytes
| * We don't need six.binary_type, it's always bytesAlex Gaynor2014-05-178-27/+16
|/
* Merge pull request #1048 from Ayrx/change-unicode-checkAlex Stapleton2014-05-1715-52/+60
|\ | | | | Fixed TypeError and added documentation
| * Simplified exception messageAyrx2014-05-1715-105/+34
| |
| * Fixed TypeError and added documentationAyrx2014-05-1715-38/+117
|/
* Merge pull request #1047 from reaperhulk/remove-cms-macroAlex Gaynor2014-05-161-3/+0
|\ | | | | remove the macro we just added
| * remove the macro we just addedPaul Kehrer2014-05-161-3/+0
|/
* Merge pull request #1046 from reaperhulk/add-cms-macroAlex Gaynor2014-05-161-0/+3
|\ | | | | add a CMS macro
| * add a CMS macroPaul Kehrer2014-05-161-0/+3
| |
* | Merge pull request #1030 from alex/pypy-2.3Paul Kehrer2014-05-161-2/+2
|\ \ | | | | | | Use PyPy 2.3 on OS X
| * | ugh. good system.Alex Gaynor2014-05-161-2/+2
| | |
| * | Merge branch 'master' into pypy-2.3Alex Gaynor2014-05-1612-62/+337
| |\|
| * | Use PyPy 2.3 on OS XAlex Gaynor2014-05-091-2/+2
| | |
* | | Merge pull request #1044 from alex/reduce-duplicationPaul Kehrer2014-05-161-20/+11
|\ \ \ | | | | | | | | Reduce duplication. Also improve error message
| * | | FixAlex Gaynor2014-05-161-1/+5
| | | |
| * | | Reduce duplication. Also improve error messageAlex Gaynor2014-05-161-25/+12
| | | |
* | | | Merge pull request #1045 from reaperhulk/fix-coverage-i-are-dumbAlex Gaynor2014-05-161-0/+8
|\ \ \ \ | |/ / / |/| | | fix coverage for CFB8
| * | | fix coverage for CFB8Paul Kehrer2014-05-161-0/+8
| | |/ | |/|
* | | Merge pull request #1043 from reaperhulk/support-some-cfb8Alex Stapleton2014-05-167-9/+116
|\ \ \ | |/ / |/| | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends
| * | sometimes you can't read and leave things inPaul Kehrer2014-05-161-2/+1
| | |
| * | native_size is not needed with the CFB8 approach we chosePaul Kehrer2014-05-161-2/+1
| | |
| * | add some docs and changelogPaul Kehrer2014-05-152-0/+17
| | |
| * | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backendsPaul Kehrer2014-05-155-10/+102
|/ /
* | Merge pull request #1042 from alex/improve-docsPaul Kehrer2014-05-151-2/+8
|\ \ | | | | | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs
| * | Missing semicolonAlex Gaynor2014-05-151-4/+4
| | |