aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/keywrap.py
Commit message (Expand)AuthorAgeFilesLines
* Change the exception we raise in keywrap unwrapping on invalid length (#4337)Alex Gaynor2018-07-161-3/+3
* fix bug with n % 8 length wrapping on AESKWP (#4160)Paul Kehrer2018-03-201-2/+7
* implement AES KW with padding (RFC 5649) (#3880)Paul Kehrer2018-03-181-0/+57
* refactor AES keywrap into a wrap core and unwrap core (#3901)Paul Kehrer2017-09-111-23/+30
* update a commentPaul Kehrer2015-10-221-2/+3
* AES keywrap supportPaul Kehrer2015-10-211-0/+84