commit | ba0d5d01bde427b7d7a22cec84cd9304c00b4e14 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Mon Apr 25 08:52:58 2016 -0600 |
committer | Shawn Willden <swillden@google.com> | Wed Apr 27 21:28:32 2016 -0600 |
tree | 6259875d11638c126abdf2fffda6615fab58b067 | |
parent | 637dd8429285bfdc0b89622476ea94d782b1eb14 [diff] |
Fix SoftKeymaster handling of EC curve specification. Keymaster2 should accept EC curve specification either by key size (as done in KM1) or with the new KM_TAG_EC_CURVE, filling in the other value if not specified, and validating that they match if both are provided. SoftKeymaster doesn't correctly implement this KM2 requirement. Bug: 28365747 Change-Id: I27d98b71730b69bb2f0c2543af6c027b1a5670f1