commit | 7d0a1d680c92c2ca6ebf12b45f5517b085c8abfb | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Fri Jun 20 12:00:00 2014 -0700 |
committer | Adam Langley <agl@chromium.org> | Fri Jun 20 13:17:34 2014 -0700 |
tree | 69568a61d025078c2e3033fa33f64052653de369 | |
parent | f71a27920a903c9c36bcb31e68781b17674d3fd2 [diff] |
Fix padding side-channels. This patch tweaks the OAEP padding check to be slightly more constant time and rewrites the PKCS#1 v1.5 padding check to the same end.