Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #200 from dreid/primitive-hashes | Alex Gaynor | 2013-11-01 | 1 | -11/+17 |
|\ | | | | | [WIP] Reduce the surface of the primitive hash interface. | ||||
| * | Improve Hash documentation. | David Reid | 2013-11-01 | 1 | -3/+12 |
| | | |||||
| * | Update documentation | David Reid | 2013-10-31 | 1 | -8/+5 |
| | | |||||
* | | add CAST5 docs | Paul Kehrer | 2013-10-31 | 1 | -1/+9 |
| | | |||||
* | | move blowfish docs to new weak ciphers section, linkify aes | Paul Kehrer | 2013-10-31 | 1 | -1/+11 |
| | | |||||
* | | add bf docs | Paul Kehrer | 2013-10-31 | 1 | -0/+9 |
|/ | |||||
* | Fixed pep8 | Alex Gaynor | 2013-10-29 | 1 | -0/+1 |
| | |||||
* | Document that you should use the hazmat directive | Alex Gaynor | 2013-10-29 | 1 | -4/+11 |
| | |||||
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 9 | -42/+58 |
| | |||||
* | Merge pull request #194 from alex/current-module-hmac | David Reid | 2013-10-29 | 1 | -1/+3 |
|\ | | | | | Use current module in the hmac docs, for consistency | ||||
| * | Use current module in the hmac docs, for consistency | Alex Gaynor | 2013-10-29 | 1 | -1/+3 |
| | | |||||
* | | Clean up var naming | Alex Gaynor | 2013-10-29 | 1 | -2/+1 |
| | | |||||
* | | Remove removed methods from docs | Alex Gaynor | 2013-10-29 | 1 | -10/+0 |
| | | |||||
* | | Removed helper | Alex Gaynor | 2013-10-29 | 1 | -1/+4 |
| | | |||||
* | | typo | Alex Gaynor | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | More docs | Alex Gaynor | 2013-10-29 | 2 | -9/+41 |
| | | |||||
* | | Start of docs | Alex Gaynor | 2013-10-29 | 2 | -0/+45 |
|/ | |||||
* | update hmac docs | Paul Kehrer | 2013-10-29 | 1 | -4/+5 |
| | |||||
* | fix indentation error and wrapping in docs | Paul Kehrer | 2013-10-28 | 1 | -3/+4 |
| | |||||
* | fix hmac docs to point to new hazmat location | Paul Kehrer | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | change type of exception raised, fix docs typo | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 1 | -5/+5 |
| | |||||
* | clean up loader and make docs default to hmac sha256 | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | HMAC support | Paul Kehrer | 2013-10-28 | 2 | -0/+51 |
| | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | ||||
* | Merge pull request #190 from alex/hashes-docs | David Reid | 2013-10-28 | 1 | -3/+12 |
|\ | | | | | example of how to use hashes | ||||
| * | example of how to use hashes | Alex Gaynor | 2013-10-28 | 1 | -3/+12 |
| | | |||||
* | | reorder | Alex Gaynor | 2013-10-28 | 1 | -2/+2 |
|/ | |||||
* | Hazard -> Hazardous | Donald Stufft | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | Move the danger to the very top of the file | Donald Stufft | 2013-10-28 | 5 | -15/+15 |
| | |||||
* | Warn about dragons and dinosaurs with laser guns | Donald Stufft | 2013-10-28 | 5 | -4/+32 |
| | |||||
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 4 | -7/+7 |
| | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 5 | -12/+19 |
| | |||||
* | Merge branch 'master' into api-to-backend-in-one-easy-step | Paul Kehrer | 2013-10-22 | 3 | -20/+34 |
|\ | | | | | | | | | | | | | | | | | | | | | * master: Make use of currentmodule to maybe reduce redundant module definitions and also get source links. Enable the new read the docs theme, it's pretty. use is for identical object comparison add gcm constants and EVP_CIPHER_CTX_ctrl macro md5 is 128-bit. The person responsible for this mistake has been shot add test to verify api is being copied in hash When copying a hash, pass the api through to the new object | ||||
| * | Merge pull request #171 from dreid/use-currentmodule | Alex Gaynor | 2013-10-22 | 2 | -19/+29 |
| |\ | | | | | | | Make use of currentmodule to maybe reduce redundant module definitions a... | ||||
| | * | Make use of currentmodule to maybe reduce redundant module definitions and ↵ | David Reid | 2013-10-22 | 2 | -19/+29 |
| | | | | | | | | | | | | also get source links. | ||||
| * | | Enable the new read the docs theme, it's pretty. | Alex Gaynor | 2013-10-22 | 1 | -0/+4 |
| | | | | | | | | | | | | Refs: https://twitter.com/readthedocs/status/392794577918099456 | ||||
| * | | md5 is 128-bit. The person responsible for this mistake has been shot | Paul Kehrer | 2013-10-22 | 1 | -1/+1 |
| |/ | |||||
* | | we regret the excesses of our previous api culling. restore some apis. | Paul Kehrer | 2013-10-22 | 1 | -2/+2 |
| | | |||||
* | | the great api -> backend rename | Paul Kehrer | 2013-10-22 | 1 | -3/+3 |
|/ | |||||
* | Don't try to fit the type into the :return: declaration instead describe it ↵ | David Reid | 2013-10-22 | 1 | -2/+6 |
| | | | | in the prose where it'll be properly linked. | ||||
* | Merge pull request #112 from reaperhulk/block-cipher-decrypt | David Reid | 2013-10-22 | 1 | -9/+27 |
|\ | | | | | Block Cipher Decryption | ||||
| * | more docs | Paul Kehrer | 2013-10-22 | 1 | -4/+3 |
| | | |||||
| * | fix doc test failure | Paul Kehrer | 2013-10-22 | 1 | -1/+1 |
| | | |||||
| * | fix typo and show result of decryption in docs | Paul Kehrer | 2013-10-22 | 1 | -2/+2 |
| | | |||||
| * | Create CipherContext interface & document it | Paul Kehrer | 2013-10-21 | 1 | -7/+22 |
| | | | | | | | | | | | | | | * Rename BlockCipherEncryption/DecryptionContexts to just CipherEncryption/DecryptionContext * Moved register to interfaces.py from modes.py since it is generic and can be used to decorate the _CipherEncryption/DecryptionContexts | ||||
| * | rename variables in encrypt/decrypt example | Paul Kehrer | 2013-10-21 | 1 | -4/+4 |
| | | |||||
| * | address review comments | Paul Kehrer | 2013-10-21 | 1 | -3/+6 |
| | | | | | | | | | | | | * inline some methods * refactor enc/dec classes * modify docs |