Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for update_into on CipherContext (#3190) | Paul Kehrer | 2017-02-16 | 1 | -3/+150 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for update_into on CipherContext This allows you to provide your own buffer (like recv_into) to improve performance when repeatedly calling encrypt/decrypt on large payloads. * another skip_if * more skip_if complexity * maybe do this right * correct number of args * coverage for the coverage gods * add a cffi minimum test tox target and travis builder This tests against macOS so we capture some commoncrypto branches * extra arg * need to actually install py35 * fix * coverage for GCM decrypt in CC * no longer relevant * 1.8 now * pep8 * dramatically simplify * update docs * remove unneeded test * changelog entry * test improvements * coverage fix * add some comments to example * move the comments to their own line * fix and move comment | ||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | add SEED docs, tests, small fixes | Paul Kehrer | 2014-04-09 | 1 | -1/+11 |
| | |||||
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 1 | -2/+4 |
| | |||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Tiny style changes to some imports | Alex Gaynor | 2014-03-16 | 1 | -2/+0 |
| | |||||
* | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 |
| | |||||
* | Added backend check to cipher primitives | Ayrx | 2014-03-16 | 1 | -0/+11 |
| | |||||
* | test IDEA key_size properly | Paul Kehrer | 2014-03-15 | 1 | -1/+11 |
| | |||||
* | re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417 | Paul Kehrer | 2014-02-12 | 1 | -1/+14 |
| | |||||
* | remove CAST5 for first release | Paul Kehrer | 2014-01-07 | 1 | -14/+1 |
| | |||||
* | add ARC4 keysize testing | Paul Kehrer | 2013-11-07 | 1 | -1/+20 |
| | |||||
* | block cipher rename | Paul Kehrer | 2013-11-06 | 1 | -1/+1 |
| | | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms | ||||
* | CAST5 support + ECB vectors | Paul Kehrer | 2013-10-31 | 1 | -1/+14 |
| | |||||
* | add blowfish cipher key_size tests | Paul Kehrer | 2013-10-31 | 1 | -1/+14 |
| | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -0/+67 |