commit | d1dd312a2136731e8ab27101340ef896d052916d | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Wed Sep 10 07:57:43 2014 -0600 |
committer | Shawn Willden <swillden@google.com> | Fri Sep 12 08:22:54 2014 -0600 |
tree | 8eba8cab1e815749731aa4ed448c2eb126340140 | |
parent | 3d1ccb333c039d7060cbf5a2c55d9e7fe047b62b [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