Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | OFB uses an initialization vector instead a nonce. | David Reid | 2013-09-11 | 1 | -6/+8 | |
| | | ||||||
| * | add CFB to documentation | Paul Kehrer | 2013-09-11 | 1 | -0/+13 | |
| | | ||||||
| * | Merge pull request #57 from reaperhulk/ofb-support | Donald Stufft | 2013-09-10 | 1 | -0/+11 | |
| |\ | | | | | | | Output feedback mode support + test vectors (aes) | |||||
| | * | change OFB iv to nonce to reflect dstufft nomenclature pitch | Paul Kehrer | 2013-09-10 | 1 | -8/+6 | |
| | | | | | | | | | | | | | | | | | | * Namely, we should try to call things IV if reuse leaks a small amount of data and nonce if reuse can result in a complete break. This can be somewhat ambiguous, but we'll track in #58 | |||||
| | * | add output feedback mode support + test vectors (aes) | Paul Kehrer | 2013-09-10 | 1 | -0/+13 | |
| | | | ||||||
| * | | Cleaned up the docs for ECB | Alex Gaynor | 2013-09-10 | 1 | -5/+9 | |
| |/ | ||||||
| * | remove unneeded init in ECB class, add warning to docs for ECB mode | Paul Kehrer | 2013-09-10 | 1 | -0/+1 | |
| | | ||||||
| * | Add ECB class + docs + tests | Paul Kehrer | 2013-09-10 | 1 | -0/+12 | |
| | | | | | | | | | | * Slightly refactors test_nist to allow fetching of data that has no IV * Does not modify create_block_cipher_context (next commit) | |||||
* | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-09-10 | 2 | -0/+81 | |
|\| | | | | | | | | | Conflicts: tests/primitives/test_nist.py | |||||
| * | Captitalize GH properly | Alex Gaynor | 2013-09-09 | 1 | -2/+2 | |
| | | ||||||
| * | More fully document the contribution process, move most of the details from | Alex Gaynor | 2013-09-09 | 2 | -0/+81 | |
| | | | | | | | | CONTRIBUTING.rst to sphinx. | |||||
* | | These are capitalized | Alex Gaynor | 2013-09-09 | 1 | -1/+1 | |
| | | ||||||
* | | Iinital work on 3DES. No tests and no implementation yet. | Alex Gaynor | 2013-09-09 | 1 | -0/+19 | |
|/ | ||||||
* | Merge pull request #28 from alex/simple-symmetric-encryption | Hynek Schlawack | 2013-09-07 | 1 | -3/+9 | |
|\ | | | | | [WIP] initial implementation of symmetric encryption | |||||
| * | Test the symmetric encryption doc snippets using doctest | Donald Stufft | 2013-08-12 | 1 | -3/+9 | |
| | |