Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the exception we raise in keywrap unwrapping on invalid length (#4337) | Alex Gaynor | 2018-07-16 | 1 | -3/+5 |
* | fix bug with n % 8 length wrapping on AESKWP (#4160) | Paul Kehrer | 2018-03-20 | 1 | -0/+24 |
* | implement AES KW with padding (RFC 5649) (#3880) | Paul Kehrer | 2018-03-18 | 1 | -0/+65 |
* | 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 |