commit | dacb5f9951064d19ac69c1198985af136f71a6db | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Jun 27 09:15:07 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Jun 27 09:15:07 2014 -0600 |
tree | f40e491487856a46a2fd93167ab24fdaf07412c8 | |
parent | a44338b355a628ba7d732063551650cd9f8b2cb8 [diff] |
add generate_private_key to DSAParameters + add a new function to dsa dsa.generate_private_key(key_size, backend) will allow you to generate a new DSA key and implicitly generate new parameters. This streamlines the common case and will be an avenue to support future backends that don't allow independent generation of DSAParameters (e.g. CommonCrypto)