Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use an instruction that is more likely to be constant time on a modern x86 CPU | Alex Gaynor | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | This is a static function | Alex Gaynor | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | No more undefined behavior | Alex Gaynor | 2013-11-18 | 1 | -4/+2 |
| | |||||
* | Remove unused include | Alex Gaynor | 2013-11-18 | 1 | -1/+0 |
| | |||||
* | Use types more precisely | Alex Gaynor | 2013-11-18 | 1 | -7/+7 |
| | |||||
* | Make this comment more accurate | Alex Gaynor | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | Even more constant time | Alex Gaynor | 2013-11-18 | 1 | -1/+8 |
| | |||||
* | const correctness | Alex Gaynor | 2013-11-16 | 1 | -2/+2 |
| | |||||
* | Fixed flake8 issues | Alex Gaynor | 2013-11-15 | 1 | -3/+3 |
| | |||||
* | Move all unpadding logic to C | Alex Gaynor | 2013-11-15 | 1 | -7/+18 |
| | |||||
* | Merge branch 'master' into padding-fixes | Alex Gaynor | 2013-11-09 | 6 | -15/+38 |
|\ | | | | | | | | | Conflicts: cryptography/hazmat/primitives/padding.py | ||||
| * | Merge pull request #238 from alex/padding-only-fixes | Hynek Schlawack | 2013-11-09 | 2 | -2/+4 |
| |\ | | | | | | | Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs | ||||
| | * | Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs. | Alex Gaynor | 2013-11-09 | 2 | -2/+4 |
| |/ | |||||
| * | Merge pull request #237 from alex/rtd-theme | David Reid | 2013-11-08 | 3 | -5/+16 |
| |\ | | | | | | | Try to use the sphinx rtd theme locally if it's installed | ||||
| | * | Merge branch 'master' into rtd-theme | Alex Gaynor | 2013-11-08 | 4 | -10/+22 |
| | |\ | | |/ | |/| | | | | | | | Conflicts: dev-requirements.txt | ||||
| * | | Merge pull request #235 from alex/include-all-requiremenst | David Reid | 2013-11-08 | 2 | -1/+1 |
| |\ \ | | | | | | | | | Include all the requirements in the dev-requirements, even those which w... | ||||
| | * | | Do this another way | Alex Gaynor | 2013-11-08 | 1 | -2/+1 |
| | | | | |||||
| | * | | Include all the requirements in the dev-requirements, even those which will ↵ | Alex Gaynor | 2013-11-08 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | be installed by `pip install .` | ||||
| * | | | Merge pull request #236 from alex/safer-docs | Donald Stufft | 2013-11-08 | 2 | -9/+21 |
| |\ \ \ | | |/ / | |/| | | Be more and more explicit about how to do things correctly | ||||
| | * | | Be more and more explicit about how to do things correctly | Alex Gaynor | 2013-11-08 | 2 | -9/+21 |
| |/ / | |||||
| | * | Include in tox.ini | Alex Gaynor | 2013-11-08 | 1 | -1/+3 |
| | | | |||||
| | * | Put the theme in dev-requirements | Alex Gaynor | 2013-11-08 | 1 | -0/+1 |
| | | | |||||
| | * | Try to use the sphinx rtd theme locally if it's installed | Alex Gaynor | 2013-11-08 | 1 | -4/+12 |
| |/ | |||||
* | | More constant time, better | Alex Gaynor | 2013-11-08 | 2 | -6/+2 |
| | | |||||
* | | flake8 fixes | Alex Gaynor | 2013-11-07 | 1 | -1/+1 |
| | | |||||
* | | py3k fix | Alex Gaynor | 2013-11-07 | 1 | -0/+1 |
| | | |||||
* | | Fixed a bug in padding, and also made it more constant time | Alex Gaynor | 2013-11-07 | 2 | -3/+32 |
|/ | |||||
* | Merge pull request #231 from dreid/mode-interface-properties | Alex Gaynor | 2013-11-07 | 5 | -3/+87 |
|\ | | | | | [WIP] Document mode interfaces. | ||||
| * | Mention return types. | David Reid | 2013-11-07 | 1 | -2/+2 |
| | | |||||
| * | Consistently use e.g. | David Reid | 2013-11-07 | 1 | -2/+2 |
| | | |||||
| * | Module documentation. | David Reid | 2013-11-07 | 1 | -1/+1 |
| | | |||||
| * | Single space. | David Reid | 2013-11-07 | 1 | -2/+2 |
| | | |||||
| * | Add a new Mode interface to document mode.name and start on some prose docs ↵ | David Reid | 2013-11-07 | 5 | -0/+76 |
| | | | | | | | | for interfaces. | ||||
| * | Proper name for the iv thing. | David Reid | 2013-11-06 | 1 | -1/+1 |
| | | |||||
| * | Actually note the properties for cipher modes types on their ABCs. | David Reid | 2013-11-06 | 1 | -2/+10 |
| | | |||||
* | | Merge pull request #233 from alex/better-cbc-docs | Hynek Schlawack | 2013-11-07 | 1 | -3/+23 |
|\ \ | |/ |/| | Clarify correct IV usage | ||||
| * | Typo | Alex Gaynor | 2013-11-07 | 1 | -1/+1 |
| | | |||||
| * | Be really explicit about what's good and bad | Alex Gaynor | 2013-11-07 | 1 | -3/+23 |
|/ | |||||
* | Merge pull request #229 from dreid/dont-silence-apt-failures | Alex Gaynor | 2013-11-06 | 2 | -9/+29 |
|\ | | | | | Don't silence any failures. | ||||
| * | Get the package name right. | David Reid | 2013-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix stupid shell syntax error. | David Reid | 2013-11-06 | 1 | -1/+1 |
| | | |||||
| * | Use a script so you can write something resembling real code and reason ↵ | David Reid | 2013-11-06 | 2 | -9/+29 |
| | | | | | | | | about how it works. | ||||
| * | Don't silence any failures. | David Reid | 2013-11-06 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #228 from alex/use-sphinx-link | David Reid | 2013-11-06 | 1 | -1/+1 |
|\ \ | |/ |/| | Refer to the sphinx site, rather than the docutils one, for a reST prime... | ||||
| * | Refer to the sphinx site, rather than the docutils one, for a reST primer | Alex Gaynor | 2013-11-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #226 from reaperhulk/blockcipher-rename | David Reid | 2013-11-06 | 15 | -81/+86 |
|\ | | | | | Reorganize Block Cipher | ||||
| * | re-add base.py | Paul Kehrer | 2013-11-06 | 3 | -45/+59 |
| | | |||||
| * | update docs | Paul Kehrer | 2013-11-06 | 1 | -14/+13 |
| | | |||||
| * | rename cipher to algorithm within the Cipher object | Paul Kehrer | 2013-11-06 | 1 | -4/+6 |
| | | |||||
| * | block cipher rename | Paul Kehrer | 2013-11-06 | 14 | -117/+107 |
| | | | | | | | | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms |