commit | b09b9ecd695187f323c509aecdf517cadcf728d1 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sun Jul 15 20:48:57 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Jul 16 06:18:57 2018 +0530 |
tree | c295740f84703c77f4cfee6866bac18db6246114 | |
parent | bb23c6c7cbb3f62f1b1b2480f9dc07c6beba3398 [diff] |
Change the exception we raise in keywrap unwrapping on invalid length (#4337) I believe this can reasonably be considered backwards compatible since other invalid inputs already lead to InvalidUnwrap, and clients shouldn't be distinguishing between these two conditions, and ValueError wasn't documented anyways.