Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | This document is now basically accurate | Alex Gaynor | 2013-11-17 | 1 | -5/+0 | |
|/ | ||||||
* | Merge pull request #262 from dreid/cipher-algorithm-interfaces | Donald Stufft | 2013-11-17 | 6 | -8/+67 | |
|\ | | | | | Implement and document an interface for cipher algorithms | |||||
| * | Implement and document an interface for cipher algorithms | David Reid | 2013-11-15 | 6 | -8/+67 | |
| | | ||||||
* | | Merge pull request #264 from alex/strict-pytest | Donald Stufft | 2013-11-17 | 1 | -1/+1 | |
|\ \ | | | | | | | Run pytest in --strict mode so that typso in pytest.mark give errors | |||||
| * | | Run pytest in --strict mode so that typso in pytest.mark give errors | Alex Gaynor | 2013-11-16 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #263 from alex/spelling-fixes | Paul Kehrer | 2013-11-15 | 4 | -8/+8 | |
|\ \ | |/ |/| | Fixed some spelling mistakes | |||||
| * | Another two | Alex Gaynor | 2013-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Two more fixes | Alex Gaynor | 2013-11-15 | 2 | -2/+2 | |
| | | ||||||
| * | Revert this | Alex Gaynor | 2013-11-15 | 1 | -1/+0 | |
| | | ||||||
| * | Fixed some spelling mistakes | Alex Gaynor | 2013-11-15 | 3 | -5/+6 | |
|/ | ||||||
* | Merge pull request #258 from alex/already-finalized | David Reid | 2013-11-13 | 6 | -10/+21 | |
|\ | | | | | Use AlreadyFinalized for symmetric ciphers | |||||
| * | Here too | Alex Gaynor | 2013-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Also mention finalize | Alex Gaynor | 2013-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Use AlreadyFinalized for symmetric ciphers | Alex Gaynor | 2013-11-13 | 5 | -9/+20 | |
| | | ||||||
* | | Merge pull request #260 from dreid/hmac-already-finalized | Alex Gaynor | 2013-11-13 | 3 | -3/+36 | |
|\ \ | | | | | | | Make HMAC methods raise AlreadyFinalized. | |||||
| * | | Add a message. | David Reid | 2013-11-13 | 1 | -4/+3 | |
| | | | ||||||
| * | | Make HMAC methods raise AlreadyFinalized. | David Reid | 2013-11-13 | 3 | -3/+37 | |
| |/ | ||||||
* | | Merge pull request #259 from alex/gitignore | David Reid | 2013-11-13 | 1 | -0/+1 | |
|\ \ | |/ |/| | Added .cache/ to the gitignore, it shows up if you have pytest-cache ins... | |||||
| * | Added .cache/ to the gitignore, it shows up if you have pytest-cache installed | Alex Gaynor | 2013-11-13 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #253 from dreid/hash-raise-after-finalize | Alex Gaynor | 2013-11-13 | 5 | -3/+40 | |
|\ | | | | | raise an exception if you try to use a HashContext after finalize is called. | |||||
| * | Accidentally less words. | David Reid | 2013-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Import AlreadyFinalized instead of exceptions. | David Reid | 2013-11-13 | 2 | -6/+6 | |
| | | ||||||
| * | Document AlreadyFinalized. | David Reid | 2013-11-13 | 2 | -2/+17 | |
| | | ||||||
| * | raise an exception if you try to use a HashContext after finalize is called. | David Reid | 2013-11-12 | 3 | -1/+23 | |
| | | ||||||
* | | Merge pull request #256 from alex/strong-docs | Paul Kehrer | 2013-11-13 | 1 | -0/+12 | |
|\ \ | | | | | | | Explain ways in which we can make our docs stronger | |||||
| * | | typo | Alex Gaynor | 2013-11-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Clearer! | Alex Gaynor | 2013-11-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | typo fix | Alex Gaynor | 2013-11-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Explain ways in which we can make our docs stronger | Alex Gaynor | 2013-11-13 | 1 | -0/+12 | |
| | | | ||||||
* | | | Merge pull request #257 from alex/hashes-break | Paul Kehrer | 2013-11-13 | 1 | -0/+9 | |
|\ \ \ | | | | | | | | | Describe that hashes get real broken over time | |||||
| * | | | Describe that hashes get real broken over time | Alex Gaynor | 2013-11-13 | 1 | -0/+9 | |
| |/ / | ||||||
* | | | Merge pull request #255 from alex/remove-backends | David Reid | 2013-11-13 | 14 | -137/+115 | |
|\ \ \ | |/ / |/| | | Remove the hash and hmac specific classes, now that the logic is the Con... | |||||
| * | | Also remove teh ciphers specific class | Alex Gaynor | 2013-11-13 | 8 | -85/+77 | |
| | | | ||||||
| * | | Remove the hash and hmac specific classes, now that the logic is the Context ↵ | Alex Gaynor | 2013-11-13 | 7 | -52/+38 | |
|/ / | | | | | | | classes they don't really add value | |||||
* | | Merge pull request #254 from alex/contributing | Donald Stufft | 2013-11-12 | 1 | -0/+8 | |
|\ \ | | | | | | | Call out the security reporting info in the CONTRIBUTING file | |||||
| * | | giv eup and use a header | Alex Gaynor | 2013-11-12 | 1 | -3/+4 | |
| | | | ||||||
| * | | Donald says this is good | Alex Gaynor | 2013-11-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Another element | Alex Gaynor | 2013-11-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Try this element | Alex Gaynor | 2013-11-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Call out the security reporting info in the CONTRIBUTING file | Alex Gaynor | 2013-11-12 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge pull request #252 from alex/silly-slice | Donald Stufft | 2013-11-12 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | Remove unnecesary slice bounds | |||||
| * | | Remove unnecesary slice bounds | Alex Gaynor | 2013-11-12 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #249 from dreid/hmac-context-from-backend | Alex Gaynor | 2013-11-12 | 3 | -34/+55 | |
|\ \ | |/ |/| | Get a HashContext from the hmac backend like we do a CipherContext | |||||
| * | Merge branch 'master' into hmac-context-from-backend | David Reid | 2013-11-12 | 10 | -65/+196 | |
| |\ | |/ |/| | | | | | | | Conflicts: cryptography/hazmat/bindings/openssl/backend.py cryptography/hazmat/primitives/hmac.py | |||||
* | | Merge pull request #251 from alex/dont-query-openssl | David Reid | 2013-11-12 | 2 | -4/+4 | |
|\ \ | | | | | | | Don't query OpenSSL for block sizes, we already know them | |||||
| * | | Don't query OpenSSL for block sizes, we already know them | Alex Gaynor | 2013-11-12 | 2 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #250 from alex/drop-inheritance | David Reid | 2013-11-12 | 7 | -23/+9 | |
|\ \ \ | |/ / |/| | | Drop random support for weird inheritance | |||||
| * | | Drop random support for weird inheritance | Alex Gaynor | 2013-11-12 | 7 | -23/+9 | |
|/ / | ||||||
* | | Merge pull request #248 from dreid/hash-context-from-backend | Alex Gaynor | 2013-11-12 | 3 | -37/+51 | |
|\ \ | | | | | | | Get a HashContext from the backend like we do a CipherContext | |||||
| * | | Reflow Hashes.supported. | David Reid | 2013-11-12 | 1 | -3/+4 | |
| | | |