aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Move primtives into a hazmat packageDonald Stufft2013-10-285-12/+19
|
* Merge branch 'master' into api-to-backend-in-one-easy-stepPaul Kehrer2013-10-223-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-currentmoduleAlex Gaynor2013-10-222-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 Reid2013-10-222-19/+29
| | | | | | | | | | | | also get source links.
| * | Enable the new read the docs theme, it's pretty.Alex Gaynor2013-10-221-0/+4
| | | | | | | | | | | | Refs: https://twitter.com/readthedocs/status/392794577918099456
| * | md5 is 128-bit. The person responsible for this mistake has been shotPaul Kehrer2013-10-221-1/+1
| |/
* | we regret the excesses of our previous api culling. restore some apis.Paul Kehrer2013-10-221-2/+2
| |
* | the great api -> backend renamePaul Kehrer2013-10-221-3/+3
|/
* Don't try to fit the type into the :return: declaration instead describe it ↵David Reid2013-10-221-2/+6
| | | | in the prose where it'll be properly linked.
* Merge pull request #112 from reaperhulk/block-cipher-decryptDavid Reid2013-10-221-9/+27
|\ | | | | Block Cipher Decryption
| * more docsPaul Kehrer2013-10-221-4/+3
| |
| * fix doc test failurePaul Kehrer2013-10-221-1/+1
| |
| * fix typo and show result of decryption in docsPaul Kehrer2013-10-221-2/+2
| |
| * Create CipherContext interface & document itPaul Kehrer2013-10-211-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 examplePaul Kehrer2013-10-211-4/+4
| |
| * address review commentsPaul Kehrer2013-10-211-3/+6
| | | | | | | | | | | | * inline some methods * refactor enc/dec classes * modify docs
| * update docs to reflect new encryptor APIPaul Kehrer2013-10-211-1/+2
| |
* | grammarAlex Gaynor2013-10-221-1/+1
| |
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-221-1/+3
|\ \
| * | Document this parameter to the constructorAlex Gaynor2013-10-211-1/+3
| |/
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-217-8/+178
|\|
| * Merge pull request #146 from dstufft/use-cryptography-ioAlex Gaynor2013-10-201-1/+1
| |\ | | | | | | Use the https://cryptography.io domain name
| | * Use the https://cryptography.io domain nameDonald Stufft2013-10-191-1/+1
| | |
| * | Small fixups for the docsAlex Gaynor2013-10-201-2/+2
| | |
| * | fix doc formatting and rename update param to "data"Paul Kehrer2013-10-191-6/+5
| | |
| * | Simplify documentationMatthew Iversen2013-10-191-99/+24
| | |
| * | MD5 support + documentation for all hashesPaul Kehrer2013-10-192-0/+165
| |/
| * Merge pull request #145 from reaperhulk/struct-styleAlex Gaynor2013-10-191-0/+10
| |\ | | | | | | Add struct style info to docs
| | * add struct style info to docsPaul Kehrer2013-10-191-0/+10
| | |
| * | Start better documenting our security procedureAlex Gaynor2013-10-193-5/+15
| |/
| * DOcument the use of spaces hereAlex Gaynor2013-10-181-0/+9
| |
| * Document our style guide for C bindingsAlex Gaynor2013-10-181-2/+35
| |
| * additional doc work on ctrPaul Kehrer2013-10-171-8/+7
| |
| * ctr doc language take 3Paul Kehrer2013-10-171-8/+14
| |
| * remove confusing explanation about reusing nonce in counter mode docsPaul Kehrer2013-10-171-3/+1
| |
| * update docs to roughly describe many time pad attack & link cbcPaul Kehrer2013-10-171-2/+5
| |
| * AES Counter supportPaul Kehrer2013-10-171-0/+13
| | | | | | | | | | * vectors from RFC 3686 * Documentation for the mode
* | Fixed huge inaccuracies in the docsAlex Gaynor2013-10-161-6/+4
| |
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-166-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 supportPaul Kehrer2013-10-061-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 shellAlex Gaynor2013-10-061-1/+1
| |
| * Use the right lexer for these examplesAlex Gaynor2013-10-061-4/+4
| |
| * Switch all repositories over to the new locationDonald Stufft2013-10-042-3/+3
| |
| * Fix typo in OpenSSL bindings docsHynek Schlawack2013-10-031-1/+1
| |
| * Reflow some paragraphs in the contributing docsAlex Gaynor2013-10-011-13/+11
| |
| * address dreids review commentsRichard Wall2013-10-011-41/+7
| |
| * Address review comments. Better headings. More documentation build optionsRichard Wall2013-10-011-37/+60
| |
| * add some more linksRichard Wall2013-10-011-8/+13
| |
| * some narrative documentation explaining how to set up a development environmentRichard Wall2013-10-011-0/+81
| |
| * Put a warningAlex Gaynor2013-09-301-0/+7
| |