aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* raise an exception if you try to use a HashContext after finalize is called.David Reid2013-11-123-1/+23
|
* Merge pull request #251 from alex/dont-query-opensslDavid Reid2013-11-122-4/+4
|\ | | | | Don't query OpenSSL for block sizes, we already know them
| * 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 inheritance
| * 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
|\ | | | | Get a HashContext from the backend like we do a CipherContext
| * 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 test vector loaders + tests
| * | GCM loader supportPaul Kehrer2013-11-122-1/+135
|/ /
* | Merge pull request #246 from alex/delete-testsDavid Reid2013-11-121-151/+15
|\ \ | | | | | | Simplify and make better hte tests for load_from_file
| * | 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 hashes
| * Fixed using copied hashesAlex Gaynor2013-11-122-1/+7
|/
* Merge pull request #244 from reaperhulk/less-loadersAlex Gaynor2013-11-1211-93/+83
|\ | | | | Remove separate vector file loaders and replace with one
| * Remove separate file loaders and replace with onePaul Kehrer2013-11-1111-93/+83
| | | | | | | | All tests updated to work with the new simplified loader
* | Merge pull request #245 from cyli/ssl_simple_function_bindingsAlex Gaynor2013-11-111-0/+55
|\ \ | |/ |/| The simple function bindings for openssl ssl.h
| * Simple function declarations (no callbacks)cyli2013-11-111-0/+55
|/
* Merge pull request #242 from alex/ignore-nist-sectionsDavid Reid2013-11-117-83/+27
|\ | | | | Ignore the sections of the NIST files
| * 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
|\ \ | |/ |/| Variable bindings for SSL
| * 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
| | | | | | | | work) for ssl.py
* | Merge pull request #240 from alex/cleanupDavid Reid2013-11-111-5/+9
|\ \ | |/ |/| Simplify the code by doing the filtering earlier, rather than later
| * 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
|\ | | | | ARC4 Support
| * update docs to include arc4 examplePaul Kehrer2013-11-091-0/+11
| |
| * Merge branch 'master' into arc4-supportPaul Kehrer2013-11-085-6/+110
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Typo Be really explicit about what's good and bad Mention return types. Consistently use e.g. Module documentation. Single space. Add a new Mode interface to document mode.name and start on some prose docs for interfaces. Proper name for the iv thing. Actually note the properties for cipher modes types on their ABCs. Conflicts: docs/hazmat/primitives/symmetric-encryption.rst
| * | add ARC4 keysize testingPaul Kehrer2013-11-071-1/+20
| | |
| * | ARC4 supportPaul Kehrer2013-11-076-2/+129
| | |
* | | Merge pull request #238 from alex/padding-only-fixesHynek Schlawack2013-11-092-2/+4
|\ \ \ | | | | | | | | Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs
| * | | Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs.Alex Gaynor2013-11-092-2/+4
|/ / /
* | | Merge pull request #237 from alex/rtd-themeDavid Reid2013-11-083-5/+16
|\ \ \ | | | | | | | | Try to use the sphinx rtd theme locally if it's installed
| * \ \ Merge branch 'master' into rtd-themeAlex Gaynor2013-11-084-10/+22
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: dev-requirements.txt
* | | | Merge pull request #235 from alex/include-all-requiremenstDavid Reid2013-11-082-1/+1
|\ \ \ \ | | | | | | | | | | Include all the requirements in the dev-requirements, even those which w...
| * | | | Do this another wayAlex Gaynor2013-11-081-2/+1
| | | | |
| * | | | Include all the requirements in the dev-requirements, even those which will ↵Alex Gaynor2013-11-082-1/+2
| | |_|/ | |/| | | | | | | | | | be installed by `pip install .`
* | | | Merge pull request #236 from alex/safer-docsDonald Stufft2013-11-082-9/+21
|\ \ \ \ | |/ / / |/| | | Be more and more explicit about how to do things correctly
| * | | Be more and more explicit about how to do things correctlyAlex Gaynor2013-11-082-9/+21
|/ / /
| * | Include in tox.iniAlex Gaynor2013-11-081-1/+3
| | |
| * | Put the theme in dev-requirementsAlex Gaynor2013-11-081-0/+1
| | |
| * | Try to use the sphinx rtd theme locally if it's installedAlex Gaynor2013-11-081-4/+12
|/ /
* | Merge pull request #231 from dreid/mode-interface-propertiesAlex Gaynor2013-11-075-3/+87
|\ \ | | | | | | [WIP] Document mode interfaces.
| * | Mention return types.David Reid2013-11-071-2/+2
| | |
| * | Consistently use e.g.David Reid2013-11-071-2/+2
| | |