Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARC4 support | Paul Kehrer | 2013-11-07 | 6 | -2/+129 |
| | |||||
* | Merge pull request #229 from dreid/dont-silence-apt-failures | Alex Gaynor | 2013-11-06 | 2 | -9/+29 |
|\ | | | | | Don't silence any failures. | ||||
| * | Get the package name right. | David Reid | 2013-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix stupid shell syntax error. | David Reid | 2013-11-06 | 1 | -1/+1 |
| | | |||||
| * | Use a script so you can write something resembling real code and reason ↵ | David Reid | 2013-11-06 | 2 | -9/+29 |
| | | | | | | | | about how it works. | ||||
| * | Don't silence any failures. | David Reid | 2013-11-06 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #228 from alex/use-sphinx-link | David Reid | 2013-11-06 | 1 | -1/+1 |
|\ \ | |/ |/| | Refer to the sphinx site, rather than the docutils one, for a reST prime... | ||||
| * | Refer to the sphinx site, rather than the docutils one, for a reST primer | Alex Gaynor | 2013-11-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #226 from reaperhulk/blockcipher-rename | David Reid | 2013-11-06 | 15 | -81/+86 |
|\ | | | | | Reorganize Block Cipher | ||||
| * | re-add base.py | Paul Kehrer | 2013-11-06 | 3 | -45/+59 |
| | | |||||
| * | update docs | Paul Kehrer | 2013-11-06 | 1 | -14/+13 |
| | | |||||
| * | rename cipher to algorithm within the Cipher object | Paul Kehrer | 2013-11-06 | 1 | -4/+6 |
| | | |||||
| * | block cipher rename | Paul Kehrer | 2013-11-06 | 14 | -117/+107 |
| | | | | | | | | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms | ||||
* | | Merge pull request #225 from alex/0.9.8-fixes | Donald Stufft | 2013-11-05 | 26 | -33/+163 |
|\ \ | |/ |/| | [WIP] Initial stab at fixing the first broken function | ||||
| * | kikc ci | Alex Gaynor | 2013-11-05 | 1 | -1/+1 |
| | | |||||
| * | Removed allow_failures | Alex Gaynor | 2013-11-05 | 1 | -13/+0 |
| | | |||||
| * | DOn't fail tox on coverage | Alex Gaynor | 2013-11-05 | 1 | -1/+1 |
| | | |||||
| * | Put this back in the readme | Alex Gaynor | 2013-11-05 | 1 | -1/+5 |
| | | |||||
| * | Added coveralls back | Alex Gaynor | 2013-11-05 | 1 | -1/+4 |
| | | |||||
| * | Fixed | Alex Gaynor | 2013-11-05 | 2 | -2/+25 |
| | | |||||
| * | flake8 | Alex Gaynor | 2013-11-05 | 1 | -1/+2 |
| | | |||||
| * | Handle GCM not beign around | Alex Gaynor | 2013-11-05 | 1 | -3/+12 |
| | | |||||
| * | Belongs to last commit | Alex Gaynor | 2013-11-05 | 1 | -1/+1 |
| | | |||||
| * | Fixed compatibility for hmac | Alex Gaynor | 2013-11-05 | 2 | -3/+24 |
| | | |||||
| * | Fix | Alex Gaynor | 2013-11-05 | 1 | -2/+3 |
| | | |||||
| * | Initial stab at fixing the first broken function | Alex Gaynor | 2013-11-05 | 23 | -5/+86 |
|/ | |||||
* | Merge pull request #224 from dreid/openssl098-travis | Alex Gaynor | 2013-11-05 | 1 | -2/+28 |
|\ | | | | | First crack at building w/ openssl 0.9.8 on travis. | ||||
| * | Fix allow failures and only update once. | David Reid | 2013-11-05 | 1 | -14/+15 |
| | | |||||
| * | Allow failures. | David Reid | 2013-11-05 | 1 | -0/+13 |
| | | |||||
| * | This check didn't work correctly because libssl-dev doesn't install the ↵ | David Reid | 2013-11-05 | 1 | -3/+0 |
| | | | | | | | | userland tools. | ||||
| * | String correctly. | David Reid | 2013-11-05 | 1 | -1/+3 |
| | | |||||
| * | Extra yes and check for expected openssl version. | David Reid | 2013-11-05 | 1 | -1/+2 |
| | | |||||
| * | First crack at building w/ openssl 0.9.8 on travis. | David Reid | 2013-11-05 | 1 | -0/+12 |
|/ | |||||
* | Merge pull request #216 from alex/more-error-condition | David Reid | 2013-11-04 | 2 | -1/+26 |
|\ | | | | | Replaced an assertion in the OpenSSL backend with a proper exception | ||||
| * | 79 cols | Alex Gaynor | 2013-11-04 | 1 | -1/+3 |
| | | |||||
| * | Replace assumption with some fakes | Alex Gaynor | 2013-11-04 | 1 | -7/+12 |
| | | |||||
| * | Merge branch 'master' into more-error-condition | Alex Gaynor | 2013-11-04 | 14 | -16/+1828 |
| |\ | |/ |/| | | | | | Conflicts: tests/hazmat/bindings/test_openssl.py | ||||
* | | Merge pull request #221 from alex/move-ffi-to-class | David Reid | 2013-11-04 | 2 | -13/+30 |
|\ \ | | | | | | | Moved the cffi attributes on the OpenSSL backend to be class attributes | ||||
| * | | Rewrite this test to be good | Alex Gaynor | 2013-11-04 | 1 | -2/+4 |
| | | | |||||
| * | | coverage | Alex Gaynor | 2013-11-04 | 1 | -1/+4 |
| | | | |||||
| * | | Moved the cffi attributes on the OpenSSL backend to be class attributes, so ↵ | Alex Gaynor | 2013-11-04 | 1 | -12/+24 |
| | | | | | | | | | | | | they're shared between all isntances | ||||
* | | | Merge pull request #213 from reaperhulk/arc4-vectors | David Reid | 2013-11-04 | 7 | -0/+1761 |
|\ \ \ | | | | | | | | | ARC4 Vectors | ||||
| * | | | add key 2 tests from rfc 6229 | Paul Kehrer | 2013-11-01 | 7 | -0/+882 |
| | | | | |||||
| * | | | ARC4 vectors from RFC 6229 reformatted for NIST loader | Paul Kehrer | 2013-11-01 | 7 | -0/+879 |
| | | | | |||||
* | | | | Merge pull request #220 from alex/docs-default | David Reid | 2013-11-04 | 1 | -4/+0 |
|\ \ \ \ | |_|/ / |/| | | | This is now the default theme on RTD | ||||
| * | | | pep8 fix | Alex Gaynor | 2013-11-04 | 1 | -1/+0 |
| | | | | |||||
| * | | | This is now the default theme on RTD | Alex Gaynor | 2013-11-04 | 1 | -3/+0 |
|/ / / | |||||
* | | | Merge pull request #219 from alex/hmac-rfc | Hynek Schlawack | 2013-11-04 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Refer to the RFC in the HMAC docs | ||||
| * | | | Refer to the RFC in the HMAC docs | Alex Gaynor | 2013-11-03 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #217 from alex/glossary | Hynek Schlawack | 2013-11-03 | 2 | -0/+31 |
|\ \ \ \ | |/ / / |/| | | | Initial work on a glossary |