Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | update docs to reflect new encryptor API | Paul Kehrer | 2013-10-21 | 1 | -1/+2 |
| | | |||||
* | | grammar | Alex Gaynor | 2013-10-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-22 | 1 | -1/+3 |
|\ \ | |||||
| * | | Document this parameter to the constructor | Alex Gaynor | 2013-10-21 | 1 | -1/+3 |
| |/ | |||||
* | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-21 | 7 | -8/+178 |
|\| | |||||
| * | Merge pull request #146 from dstufft/use-cryptography-io | Alex Gaynor | 2013-10-20 | 1 | -1/+1 |
| |\ | | | | | | | Use the https://cryptography.io domain name | ||||
| | * | Use the https://cryptography.io domain name | Donald Stufft | 2013-10-19 | 1 | -1/+1 |
| | | | |||||
| * | | Small fixups for the docs | Alex Gaynor | 2013-10-20 | 1 | -2/+2 |
| | | | |||||
| * | | fix doc formatting and rename update param to "data" | Paul Kehrer | 2013-10-19 | 1 | -6/+5 |
| | | | |||||
| * | | Simplify documentation | Matthew Iversen | 2013-10-19 | 1 | -99/+24 |
| | | | |||||
| * | | MD5 support + documentation for all hashes | Paul Kehrer | 2013-10-19 | 2 | -0/+165 |
| |/ | |||||
| * | Merge pull request #145 from reaperhulk/struct-style | Alex Gaynor | 2013-10-19 | 1 | -0/+10 |
| |\ | | | | | | | Add struct style info to docs | ||||
| | * | add struct style info to docs | Paul Kehrer | 2013-10-19 | 1 | -0/+10 |
| | | | |||||
| * | | Start better documenting our security procedure | Alex Gaynor | 2013-10-19 | 3 | -5/+15 |
| |/ | |||||
| * | DOcument the use of spaces here | Alex Gaynor | 2013-10-18 | 1 | -0/+9 |
| | | |||||
| * | Document our style guide for C bindings | Alex Gaynor | 2013-10-18 | 1 | -2/+35 |
| | | |||||
| * | additional doc work on ctr | Paul Kehrer | 2013-10-17 | 1 | -8/+7 |
| | | |||||
| * | ctr doc language take 3 | Paul Kehrer | 2013-10-17 | 1 | -8/+14 |
| | | |||||
| * | remove confusing explanation about reusing nonce in counter mode docs | Paul Kehrer | 2013-10-17 | 1 | -3/+1 |
| | | |||||
| * | update docs to roughly describe many time pad attack & link cbc | Paul Kehrer | 2013-10-17 | 1 | -2/+5 |
| | | |||||
| * | AES Counter support | Paul Kehrer | 2013-10-17 | 1 | -0/+13 |
| | | | | | | | | | | * vectors from RFC 3686 * Documentation for the mode | ||||
* | | Fixed huge inaccuracies in the docs | Alex Gaynor | 2013-10-16 | 1 | -6/+4 |
| | | |||||
* | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-16 | 6 | -3/+166 |
|\| | | | | | | | | | | | | | | | | | Also moved most of the tests to the new format except for one which doesn't yet have an obvious translation Conflicts: cryptography/primitives/block/ciphers.py tests/primitives/test_nist.py | ||||
| * | Camellia block cipher support | Paul Kehrer | 2013-10-06 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | * Tests for CBC, OFB, CFB, and ECB * Tests will be automatically skipped if camellia support is not present in your OpenSSL library (e.g. OS X 10.8 with default OpenSSL) * Test for unsupported cipher in create_block_cipher_context * Docs for the cipher | ||||
| * | This is a comment, not a command run in a root shell | Alex Gaynor | 2013-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use the right lexer for these examples | Alex Gaynor | 2013-10-06 | 1 | -4/+4 |
| | | |||||
| * | Switch all repositories over to the new location | Donald Stufft | 2013-10-04 | 2 | -3/+3 |
| | | |||||
| * | Fix typo in OpenSSL bindings docs | Hynek Schlawack | 2013-10-03 | 1 | -1/+1 |
| | | |||||
| * | Reflow some paragraphs in the contributing docs | Alex Gaynor | 2013-10-01 | 1 | -13/+11 |
| | | |||||
| * | address dreids review comments | Richard Wall | 2013-10-01 | 1 | -41/+7 |
| | | |||||
| * | Address review comments. Better headings. More documentation build options | Richard Wall | 2013-10-01 | 1 | -37/+60 |
| | | |||||
| * | add some more links | Richard Wall | 2013-10-01 | 1 | -8/+13 |
| | | |||||
| * | some narrative documentation explaining how to set up a development environment | Richard Wall | 2013-10-01 | 1 | -0/+81 |
| | | |||||
| * | Put a warning | Alex Gaynor | 2013-09-30 | 1 | -0/+7 |
| | | |||||
| * | Make the lib and ffi public for the OpenSSL binding and document them | Alex Gaynor | 2013-09-30 | 3 | -0/+31 |
| | |