aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typoAlex Gaynor2013-11-131-1/+1
* Clearer!Alex Gaynor2013-11-131-2/+2
* typo fixAlex Gaynor2013-11-131-1/+1
* Explain ways in which we can make our docs strongerAlex Gaynor2013-11-131-0/+12
* Merge pull request #254 from alex/contributingDonald Stufft2013-11-121-0/+8
|\
| * giv eup and use a headerAlex Gaynor2013-11-121-3/+4
| * Donald says this is goodAlex Gaynor2013-11-121-1/+1
| * Another elementAlex Gaynor2013-11-121-1/+1
| * Try this elementAlex Gaynor2013-11-121-1/+1
| * Call out the security reporting info in the CONTRIBUTING fileAlex Gaynor2013-11-121-0/+7
* | Merge pull request #252 from alex/silly-sliceDonald Stufft2013-11-121-2/+2
|\ \ | |/ |/|
| * Remove unnecesary slice boundsAlex Gaynor2013-11-121-2/+2
|/
* Merge pull request #249 from dreid/hmac-context-from-backendAlex Gaynor2013-11-123-34/+55
|\
| * Merge branch 'master' into hmac-context-from-backendDavid Reid2013-11-1210-65/+196
| |\ | |/ |/|
* | Merge pull request #251 from alex/dont-query-opensslDavid Reid2013-11-122-4/+4
|\ \
| * | Don't query OpenSSL for block sizes, we already know themAlex Gaynor2013-11-122-4/+4
* | | Merge pull request #250 from alex/drop-inheritanceDavid Reid2013-11-127-23/+9
|\ \ \ | |/ / |/| |
| * | Drop random support for weird inheritanceAlex Gaynor2013-11-127-23/+9
|/ /
* | Merge pull request #248 from dreid/hash-context-from-backendAlex Gaynor2013-11-123-37/+51
|\ \
| * | Reflow Hashes.supported.David Reid2013-11-121-3/+4
| * | Get a HashContext from the backend like we do a CipherContextDavid Reid2013-11-123-38/+51
* | | Merge pull request #182 from reaperhulk/gcm-loadersDavid Reid2013-11-122-1/+135
|\ \ \
| * | | GCM loader supportPaul Kehrer2013-11-122-1/+135
|/ / /
| | * Don't use self.__class__David Reid2013-11-122-2/+2
| | * Get a HashContext from the hmac backend like we do a CipherContextDavid Reid2013-11-123-36/+60
| |/ |/|
* | Merge pull request #246 from alex/delete-testsDavid Reid2013-11-121-151/+15
|\ \
| * | flake8Alex Gaynor2013-11-121-0/+1
| * | fixed bytesAlex Gaynor2013-11-121-4/+4
| * | simplifyAlex Gaynor2013-11-121-11/+17
| * | Simplify and make better hte tests for load_from_fileAlex Gaynor2013-11-121-154/+11
| |/
* | Merge pull request #247 from alex/fix-hash-copyDavid Reid2013-11-122-1/+7
|\ \ | |/ |/|
| * Fixed using copied hashesAlex Gaynor2013-11-122-1/+7
|/
* Merge pull request #244 from reaperhulk/less-loadersAlex Gaynor2013-11-1211-93/+83
|\
| * Remove separate file loaders and replace with onePaul Kehrer2013-11-1111-93/+83
* | Merge pull request #245 from cyli/ssl_simple_function_bindingsAlex Gaynor2013-11-111-0/+55
|\ \ | |/ |/|
| * Simple function declarations (no callbacks)cyli2013-11-111-0/+55
|/
* Merge pull request #242 from alex/ignore-nist-sectionsDavid Reid2013-11-117-83/+27
|\
| * Removed some tests that are now duplicatesAlex Gaynor2013-11-111-159/+2
| * Ignore the sections of the NIST filesAlex Gaynor2013-11-117-33/+134
* | Merge pull request #241 from cyli/ssl_type_bindingsAlex Gaynor2013-11-111-0/+96
|\ \ | |/ |/|
| * Handle customizations in another PR as per @alexcyli2013-11-111-25/+0
| * Remove the two declarations that are not in 0.9.8cyli2013-11-111-2/+0
| * Add all the variable declarations (and customizations necessary to make them ...cyli2013-11-111-0/+123
* | Merge pull request #240 from alex/cleanupDavid Reid2013-11-111-5/+9
|\ \ | |/ |/|
| * Simplify the code by doing the filtering earlier, rather than laterAlex Gaynor2013-11-111-5/+9
|/
* Merge pull request #214 from reaperhulk/arc4-supportDavid Reid2013-11-097-3/+160
|\
| * update docs to include arc4 examplePaul Kehrer2013-11-091-0/+11
| * Merge branch 'master' into arc4-supportPaul Kehrer2013-11-085-6/+110
| |\
| * | add ARC4 keysize testingPaul Kehrer2013-11-071-1/+20
| * | ARC4 supportPaul Kehrer2013-11-076-2/+129