commit | dc8de3e6f1eed18617dc42d41dec6c6566c2ac0c | [log] [tgz] |
---|---|---|
author | Shane Lontis <shane.lontis@oracle.com> | Fri Jan 24 14:09:33 2020 +1000 |
committer | Shane Lontis <shane.lontis@oracle.com> | Fri Jan 24 14:09:33 2020 +1000 |
tree | 5cf78a6ef780836f16831f2776c0dc155047d742 | |
parent | 21d08b9ee9c0f7fabcad27b5d0b0c8c16f7dd1e9 [diff] |
Modify DSA and DH keys to use a shared FFC_PARAMS struct This is required in order to share code for FIPS related parameter generation and validation routinues. Note the 'counter' field is now stored as a integer (as that is the form required for generation/validation functions). Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10860)