commit | 00aa794186c2e2f2b8366a39b7c3f40a72467f34 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Wed Sep 10 07:57:43 2014 -0600 |
committer | Shawn Willden <swillden@google.com> | Wed Sep 10 08:07:29 2014 -0600 |
tree | 8eba8cab1e815749731aa4ed448c2eb126340140 | |
parent | 2b3bbf8d918010de02cbf5b6093cda8bcd812ffe [diff] |
Remove message size checks for RSA and DSA signing operations. There appears to be too much code, both production and tests, that assumes it can feed various-sized messages to signing ops. This change essentially just falls back on openssl, letting it decide what is acceptable and what is not. That should make it bug-compatible with softkeymaster, and perhaps with other TEE implementations. Change-Id: I6185fdef3abf19321029d0b192669b722b363cf8