Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |||||
| | * | | | 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 | |||||
| | * | | | 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 | |
| |\ \ | | | | | | | | | Document and implement the public API for when the backend doesn't suppo... | |||||
| | * | | 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 ↵ | Alex Gaynor | 2013-11-02 | 6 | -3/+52 | |
| |/ / | | | | | | | | | | the requested algorithm | |||||
| * | | Merge pull request #211 from alex/stream-ciphers | David Reid | 2013-11-01 | 1 | -1/+8 | |
| |\ \ | | | | | | | | | Document how this returns bytes | |||||
| | * | | 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 | |
| | | | | ||||||
* | | | | Pass around a backend | Alex Gaynor | 2013-11-07 | 1 | -5/+6 | |
| | | | | ||||||
* | | | | Include the license | Alex Gaynor | 2013-11-02 | 2 | -0/+26 | |
| | | | | ||||||
* | | | | Update for new API | Alex Gaynor | 2013-11-01 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-01 | 23 | -150/+755 | |
|\| | | | ||||||
| * | | | Merge pull request #212 from dreid/primitive-hmac | Alex Gaynor | 2013-11-01 | 5 | -65/+46 | |
| |\ \ \ | | | | | | | | | | | Strip down the HMAC interface to match the Hash interface. | |||||
| | * | | | 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 | |
| | | | | | ||||||
| | * | | | Remove unused import. | David Reid | 2013-11-01 | 1 | -2/+0 | |
| | | | | | ||||||
| | * | | | Strip down the HMAC interface to be HashContext. | David Reid | 2013-11-01 | 3 | -44/+22 | |
| | |/ / | ||||||
| * | | | Merge pull request #210 from alex/docs-fix | David Reid | 2013-11-01 | 1 | -0/+1 | |
| |\ \ \ | | |/ / | |/| | | fixed rendering | |||||
| | * | | fixed rendering | Alex Gaynor | 2013-11-01 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Merge pull request #200 from dreid/primitive-hashes | Alex Gaynor | 2013-11-01 | 7 | -83/+139 | |
| |\ \ | | |/ | |/| | [WIP] Reduce the surface of the primitive hash interface. | |||||
| | * | Improve Hash documentation. | David Reid | 2013-11-01 | 1 | -3/+12 | |
| | | | ||||||
| | * | Inline _copy_ctx | David Reid | 2013-10-31 | 1 | -4/+1 | |
| | | | ||||||
| | * | Enforce that Hash takes a HashAlgorithm instance. | David Reid | 2013-10-31 | 4 | -29/+32 | |
| | | | ||||||
| | * | Fix python3 compat for the hash_test. | David Reid | 2013-10-31 | 1 | -2/+3 | |
| | | | ||||||
| | * | Update documentation | David Reid | 2013-10-31 | 1 | -8/+5 | |
| | | | ||||||
| | * | Merge branch 'master' into primitive-hashes | David Reid | 2013-10-31 | 238 | -347/+336 | |
| | |\ | ||||||
| | * | | Fix python3 compatibility and pep8 | David Reid | 2013-10-30 | 2 | -3/+3 | |
| | | | | ||||||
| | * | | Ignore abstractproperty. | David Reid | 2013-10-30 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Reduce the surface of the primitive hash interface. Add more interfaces, ↵ | David Reid | 2013-10-30 | 4 | -46/+94 | |
| | | | | | | | | | | | | | | | | drop direct hashlib compatibility. | |||||
| * | | | Merge pull request #202 from reaperhulk/cast128-cipher | Alex Gaynor | 2013-10-31 | 6 | -3/+106 | |
| |\ \ \ | | | | | | | | | | | CAST5 Support | |||||
| | * | | | disable support for CAST5 modes excepting ECB | Paul Kehrer | 2013-10-31 | 1 | -6/+5 | |
| | | | | |