Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug with n % 8 length wrapping on AESKWP (#4160) | Paul Kehrer | 2018-03-20 | 1 | -0/+24 |
| | | | | | | * fix bug with n % 8 length wrapping on AESKWP * review feedback | ||||
* | implement AES KW with padding (RFC 5649) (#3880) | Paul Kehrer | 2018-03-18 | 1 | -0/+65 |
| | | | | | | | | | | | | | | | | | | * implement AES KW with padding (RFC 5649) fixes #3791 * oops, 2.2 * make sure this is the right valueerror * more match * make key padding easier to read * review feedback * review feedback | ||||
* | pass bytes to modes/algorithms like we should | Paul Kehrer | 2016-03-07 | 1 | -5/+5 |
| | |||||
* | add comments on test cases to explain reasons a bit better | Paul Kehrer | 2015-10-22 | 1 | -0/+5 |
| | |||||
* | make skip message more verbose | Paul Kehrer | 2015-10-21 | 1 | -11/+10 |
| | |||||
* | AES keywrap support | Paul Kehrer | 2015-10-21 | 1 | -0/+112 |