Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poly1305 support (#4802) | Paul Kehrer | 2019-03-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * poly1305 support * some more tests * have I mentioned how bad the spellchecker is? * doc improvements * EVP_PKEY_new_raw_private_key copies the key but that's not documented Let's assume that might change and be very defensive * review feedback * add a test that fails on a tag of the correct length but wrong value * docs improvements | ||||
* | remove maccontext (#4803) | Paul Kehrer | 2019-03-07 | 1 | -36/+4 |
| | |||||
* | move MACContext to mac.py and eliminate interfaces.py (#3631) | Paul Kehrer | 2017-05-29 | 1 | -0/+32 |
| | | | | | | | | | | | | | * move MACContext to mac.py and eliminate interfaces.py finally * improve title * re-add and deprecate interfaces.MACContext * use pytest.warns instead of deprecated_call The pytest docs insist that deprecation warnings are handled differently and that you should use deprecated_call, but this works so okay then | ||||
* | HTTPS-ifiy to some links | Alex Gaynor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | All the other pages use sentence case titles. | Alex Stapleton | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Word wrap some long lines in teh docs | Alex Gaynor | 2014-05-17 | 1 | -1/+2 |
| | |||||
* | Added link to crypto.se answer | Ayrx | 2014-05-01 | 1 | -0/+4 |
| | |||||
* | Added note about preferred MAC algorithm | Ayrx | 2014-05-01 | 1 | -0/+3 |
| | |||||
* | Updated CMAC documentation | Ayrx | 2014-04-22 | 1 | -0/+10 |