aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix doctests.David Reid2013-11-202-1/+2
|
* Add a default_backend and start updating docs.David Reid2013-11-204-9/+16
|
* Explicit backendDavid Reid2013-11-207-54/+27
|
* Merge pull request #271 from alex/fix-latexPaul Kehrer2013-11-191-2/+7
|\ | | | | Fix latex compilation (needed for pdf on read the docs)
| * Fix latex compilation (needed for pdf on read the docs)Alex Gaynor2013-11-191-2/+7
|/
* Merge pull request #269 from dreid/backend-interfacesAlex Gaynor2013-11-194-0/+210
|\ | | | | Backend interfaces
| * Describe what backends provide via these interfaces and that not all ↵David Reid2013-11-181-0/+8
| | | | | | | | backends must provide all interfaces.
| * Some docstrings.David Reid2013-11-181-1/+8
| |
| * Merge branch 'master' into backend-interfacesDavid Reid2013-11-180-0/+0
| |\
| * \ Merge branch 'master' into backend-interfacesDavid Reid2013-11-181-1/+4
| |\ \
| * | | Move more uses of interfaces.register...David Reid2013-11-182-2/+4
| | | |
| * | | Hashes and HMACs.David Reid2013-11-181-0/+11
| | | |
| * | | Document backend interfaces.David Reid2013-11-181-7/+82
| | | |
| * | | Fix usages of interfaces.registerDavid Reid2013-11-181-6/+7
| | | |
| * | | Start documenting the backend interfaces.David Reid2013-11-182-0/+44
| | | |
| * | | Change interface names to fit in the new smaller interface surface andDavid Reid2013-11-182-70/+15
| | | | | | | | | | | | | | | | correct method names on interfaces.
| * | | flesh out method definitions.David Reid2013-11-181-9/+65
| | | |
| * | | Move register so it can be used by cryptography.hazmat.bindings.interfaces.David Reid2013-11-189-30/+114
| | | |
* | | | Merge pull request #268 from reaperhulk/nist-loader-section-fixDavid Reid2013-11-182-43/+53
|\ \ \ \ | |_|_|/ |/| | | modify nist loader to support multi-line GCM sections
| * | | simplify nist loader to completely ignore sectionsPaul Kehrer2013-11-182-55/+37
| | | |
| * | | modify nist loader to support multi-line GCM sectionsPaul Kehrer2013-11-182-1/+29
| | |/ | |/|
* | | Merge pull request #270 from dreid/register-to-utils-register_interfaceAlex Gaynor2013-11-1811-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 Reid2013-11-1811-40/+63
|/ / | | | | | | interface modules.
* | Merge pull request #267 from reaperhulk/evp-cipher-ctx-structAlex Gaynor2013-11-181-1/+4
|\ \ | |/ |/| de-opaque EVP_CIPHER_CTX a bit
| * de-opaque EVP_CIPHER_CTX a bitPaul Kehrer2013-11-181-1/+4
|/
* Merge pull request #266 from cyli/ssl_macrosAlex Gaynor2013-11-171-1/+37
|\ | | | | Simple macros for ssl bindings for openssl
| * Simple macroscyli2013-11-171-1/+37
|/
* Merge pull request #265 from alex/updated-statusDonald Stufft2013-11-171-5/+0
|\ | | | | This document is now basically accurate
| * This document is now basically accurateAlex Gaynor2013-11-171-5/+0
|/
* Merge pull request #262 from dreid/cipher-algorithm-interfacesDonald Stufft2013-11-176-8/+67
|\ | | | | Implement and document an interface for cipher algorithms
| * Implement and document an interface for cipher algorithmsDavid Reid2013-11-156-8/+67
| |
* | Merge pull request #264 from alex/strict-pytestDonald Stufft2013-11-171-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 errorsAlex Gaynor2013-11-161-1/+1
|/ /
* | Merge pull request #263 from alex/spelling-fixesPaul Kehrer2013-11-154-8/+8
|\ \ | |/ |/| Fixed some spelling mistakes
| * Another twoAlex Gaynor2013-11-151-1/+1
| |
| * Two more fixesAlex Gaynor2013-11-152-2/+2
| |
| * Revert thisAlex Gaynor2013-11-151-1/+0
| |
| * Fixed some spelling mistakesAlex Gaynor2013-11-153-5/+6
|/
* Merge pull request #258 from alex/already-finalizedDavid Reid2013-11-136-10/+21
|\ | | | | Use AlreadyFinalized for symmetric ciphers
| * Here tooAlex Gaynor2013-11-131-1/+1
| |
| * Also mention finalizeAlex Gaynor2013-11-131-1/+1
| |
| * Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-135-9/+20
| |
* | Merge pull request #260 from dreid/hmac-already-finalizedAlex Gaynor2013-11-133-3/+36
|\ \ | | | | | | Make HMAC methods raise AlreadyFinalized.
| * | Add a message.David Reid2013-11-131-4/+3
| | |
| * | Make HMAC methods raise AlreadyFinalized.David Reid2013-11-133-3/+37
| |/
* | Merge pull request #259 from alex/gitignoreDavid Reid2013-11-131-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 installedAlex Gaynor2013-11-131-0/+1
|/
* Merge pull request #253 from dreid/hash-raise-after-finalizeAlex Gaynor2013-11-135-3/+40
|\ | | | | raise an exception if you try to use a HashContext after finalize is called.
| * Accidentally less words.David Reid2013-11-131-1/+1
| |
| * Import AlreadyFinalized instead of exceptions.David Reid2013-11-132-6/+6
| |