Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Move more uses of interfaces.register... | David Reid | 2013-11-18 | 2 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | Hashes and HMACs. | David Reid | 2013-11-18 | 1 | -0/+11 | |
| | | | | | | ||||||
| * | | | | | Document backend interfaces. | David Reid | 2013-11-18 | 1 | -7/+82 | |
| | | | | | | ||||||
| * | | | | | Fix usages of interfaces.register | David Reid | 2013-11-18 | 1 | -6/+7 | |
| | | | | | | ||||||
| * | | | | | Start documenting the backend interfaces. | David Reid | 2013-11-18 | 2 | -0/+44 | |
| | | | | | | ||||||
| * | | | | | Change interface names to fit in the new smaller interface surface and | David Reid | 2013-11-18 | 2 | -70/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | correct method names on interfaces. | |||||
| * | | | | | flesh out method definitions. | David Reid | 2013-11-18 | 1 | -9/+65 | |
| | | | | | | ||||||
| * | | | | | Move register so it can be used by cryptography.hazmat.bindings.interfaces. | David Reid | 2013-11-18 | 9 | -30/+114 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #268 from reaperhulk/nist-loader-section-fix | David Reid | 2013-11-18 | 2 | -43/+53 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | modify nist loader to support multi-line GCM sections | |||||
| * | | | | | simplify nist loader to completely ignore sections | Paul Kehrer | 2013-11-18 | 2 | -55/+37 | |
| | | | | | | ||||||
| * | | | | | modify nist loader to support multi-line GCM sections | Paul Kehrer | 2013-11-18 | 2 | -1/+29 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #270 from dreid/register-to-utils-register_interface | Alex Gaynor | 2013-11-18 | 11 | -40/+63 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Move interfaces.register to utils.register_interface in preparation for more interface modules. | |||||
| * | | | | Move interfaces.register to utils.register_interface in preparation for more ↵ | David Reid | 2013-11-18 | 11 | -40/+63 | |
|/ / / / | | | | | | | | | | | | | interface modules. | |||||
* | | | | Merge pull request #267 from reaperhulk/evp-cipher-ctx-struct | Alex Gaynor | 2013-11-18 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | de-opaque EVP_CIPHER_CTX a bit | |||||
| * | | | de-opaque EVP_CIPHER_CTX a bit | Paul Kehrer | 2013-11-18 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | Merge pull request #266 from cyli/ssl_macros | Alex Gaynor | 2013-11-17 | 1 | -1/+37 | |
|\ \ \ | | | | | | | | | Simple macros for ssl bindings for openssl | |||||
| * | | | Simple macros | cyli | 2013-11-17 | 1 | -1/+37 | |
|/ / / | ||||||
* | | | Merge pull request #265 from alex/updated-status | Donald Stufft | 2013-11-17 | 1 | -5/+0 | |
|\ \ \ | | | | | | | | | This document is now basically accurate | |||||
| * | | | 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... |