| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-10 | 1 | -6/+0 |
| |\ | |||||
| | * | Removing padding from the encryption API | Donald Stufft | 2013-08-10 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Padding is fundamentally an operation that occurs prior to encryption to make plaintext suitable. * Even though wether it's regarded is dependent on the mode, it can be used safely regardless. * Moving it out of this API makes the API's simpler and more composable. * Moving it out of this API makes it simpler for backends that don't work exactly like OpenSSL's EVP. * Move it out of this API makes it simpler to include padding that OpenSSL's EVP API doesn't expose. | ||||
| * | | Started stubbing stuff out, including a simple test, now is the part where we | Alex Gaynor | 2013-08-08 | 1 | -3/+3 |
| |/ | | | | write some actual cryptographic software. So yeah. | ||||
| * | Merge pull request #26 from alex/symmetric-encryption-docs | Donald Stufft | 2013-08-08 | 3 | -0/+77 |
| |\ | | | | | [WIP] Started trying to document symmetric encryption | ||||
| | * | Typo fix | Alex Gaynor | 2013-08-08 | 1 | -2/+2 |
| | | | |||||
| | * | A padding example | Alex Gaynor | 2013-08-08 | 1 | -2/+4 |
| | | | |||||
| | * | This is where padding goes | Alex Gaynor | 2013-08-08 | 1 | -1/+5 |
| | | | |||||
| | * | Descriptive text | Alex Gaynor | 2013-08-08 | 1 | -0/+3 |
| | | | |||||
| | * | Describe the methods more explicitly | Alex Gaynor | 2013-08-08 | 1 | -8/+11 |
| | | | |||||
| | * | Document this as a class | Alex Gaynor | 2013-08-08 | 1 | -18/+17 |
| | | | |||||
| | * | New language | Alex Gaynor | 2013-08-08 | 1 | -3/+3 |
| | | | |||||
| | * | more accurate | Alex Gaynor | 2013-08-08 | 1 | -2/+4 |
| | | | |||||
| | * | Move the modules around | Alex Gaynor | 2013-08-08 | 1 | -5/+4 |
| | | | |||||
| | * | Fix | Alex Gaynor | 2013-08-08 | 1 | -2/+2 |
| | | | |||||
| | * | This is a lie | Alex Gaynor | 2013-08-08 | 1 | -2/+0 |
| | | | |||||
| | * | All caps | Alex Gaynor | 2013-08-08 | 1 | -1/+1 |
| | | | |||||
| | * | fix spelling errors, move module | Alex Gaynor | 2013-08-08 | 1 | -2/+2 |
| | | | |||||
| | * | Document that IVs should not be reused. | Alex Gaynor | 2013-08-08 | 1 | -0/+2 |
| | | | |||||
| | * | Document how long iv should be | Alex Gaynor | 2013-08-08 | 1 | -1/+3 |
| | | | |||||
| | * | Try to document CBC | Alex Gaynor | 2013-08-08 | 1 | -2/+9 |
| | | | |||||
| | * | Attempt to document AES | Alex Gaynor | 2013-08-08 | 1 | -2/+8 |
| | | | |||||
| | * | Crypto is seriously hard | Alex Gaynor | 2013-08-08 | 1 | -1/+1 |
| | | | |||||
| | * | Start stubbing out subheadings | Alex Gaynor | 2013-08-08 | 1 | -0/+12 |
| | | | |||||
| | * | Begin to describe the methods | Alex Gaynor | 2013-08-08 | 1 | -0/+8 |
| | | | |||||
| | * | Started trying to document symmetric encryption | Alex Gaynor | 2013-08-08 | 3 | -0/+30 |
| | | | |||||
| * | | There *is* a p in `cryptography` but it has a specific position in the word. | Jean-Paul Calderone | 2013-08-08 | 1 | -3/+3 |
| |/ | |||||
| * | Document architecture changes | Hynek Schlawack | 2013-08-08 | 1 | -3/+3 |
| | | |||||
| * | Fix typo in docs and use my private e-mail | Hynek Schlawack | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | Use an HTTPS url for our mailing list | Alex Gaynor | 2013-08-07 | 1 | -1/+1 |
| | | |||||
| * | Documented that our documentation is online | Alex Gaynor | 2013-08-07 | 1 | -0/+2 |
| | | |||||
| * | Documented where the community is | Alex Gaynor | 2013-08-07 | 2 | -0/+14 |
| | | |||||
| * | Mention the implementaion strategies | Alex Gaynor | 2013-08-07 | 1 | -2/+4 |
| | | |||||
| * | Start to document the architecture. | Alex Gaynor | 2013-08-07 | 2 | -3/+28 |
| | | |||||
| * | Test that docs compile clean as well | Alex Gaynor | 2013-08-07 | 1 | -0/+0 |
| | | |||||
| * | Clean up the docs index | Alex Gaynor | 2013-08-07 | 1 | -17/+2 |
| | | |||||
| * | Python 3.2 compatibility | Alex Gaynor | 2013-08-07 | 1 | -8/+8 |
| | | |||||
| * | Pep8 corrections to docs/conf.py | Alex Gaynor | 2013-08-07 | 1 | -25/+28 |
| | | |||||
| * | Initial commit. Migrates over basic project files, and the OpenSSL bindings | Alex Gaynor | 2013-08-06 | 4 | -0/+611 |
| from OpenTLS. | |||||
