Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 userl... | David Reid | 2013-11-05 | 1 | -3/+0 |
| * | 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 |
|\ | |||||
| * | 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 |
| |\ | |/ |/| | |||||
* | | Merge pull request #221 from alex/move-ffi-to-class | David Reid | 2013-11-04 | 2 | -13/+30 |
|\ \ | |||||
| * | | 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 t... | Alex Gaynor | 2013-11-04 | 1 | -12/+24 |
* | | | Merge pull request #213 from reaperhulk/arc4-vectors | David Reid | 2013-11-04 | 7 | -0/+1761 |
|\ \ \ | |||||
| * | | | 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 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | 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 | Alex Gaynor | 2013-11-03 | 1 | -0/+2 |
* | | | | Merge pull request #217 from alex/glossary | Hynek Schlawack | 2013-11-03 | 2 | -0/+31 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Get real scary | Alex Gaynor | 2013-11-03 | 1 | -1/+2 |
| * | | | Began writing a glossary | Alex Gaynor | 2013-11-03 | 2 | -0/+30 |
* | | | | Merge pull request #218 from alex/coc | Donald Stufft | 2013-11-03 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Document the way we strive to interact with otehrs | Alex Gaynor | 2013-11-03 | 1 | -0/+5 |
|/ / / | |||||
| | * | typo fix | Alex Gaynor | 2013-11-03 | 1 | -1/+1 |
| | * | Replaced an assertion in the OpenSSL backend with a proper exception | Alex Gaynor | 2013-11-03 | 2 | -4/+22 |
| |/ |/| | |||||
* | | Merge pull request #215 from alex/unsupported-cipher | David Reid | 2013-11-02 | 6 | -3/+53 |
|\ \ | |||||
| * | | Changed excpetion name based on feedback from dreid | Alex Gaynor | 2013-11-02 | 5 | -11/+11 |
| * | | pep8 | Alex Gaynor | 2013-11-02 | 1 | -0/+1 |
| * | | Document and implement the public API for when the backend doesn't support th... | Alex Gaynor | 2013-11-02 | 6 | -3/+52 |
|/ / | |||||
* | | Merge pull request #211 from alex/stream-ciphers | David Reid | 2013-11-01 | 1 | -1/+8 |
|\ \ | |||||
| * | | better english | Alex Gaynor | 2013-11-01 | 1 | -2/+2 |
| * | | For example | Alex Gaynor | 2013-11-01 | 1 | -3/+4 |
| * | | Document how this returns bytes | Alex Gaynor | 2013-11-01 | 1 | -1/+7 |
* | | | Merge pull request #212 from dreid/primitive-hmac | Alex Gaynor | 2013-11-01 | 5 | -65/+46 |
|\ \ \ | |||||
| * | | | Encode Reasons. | David Reid | 2013-11-01 | 1 | -1/+1 |
| * | | | TypeErrors are pretty cool, there are lot of reasons you get them. | David Reid | 2013-11-01 | 1 | -1/+1 |
| * | | | Update documentation | David Reid | 2013-11-01 | 1 | -11/+10 |
| * | | | Enforce HMAC taking an instance of HashAlgorithm | David Reid | 2013-11-01 | 3 | -10/+16 |