-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to generate a DSA or ElGamal key with a randomly generated DL group #110
Comments
Oh interesting - we expose this from FFI but not in the Rust binding. |
Can you take a look at #110? |
#111 seems to work fine. |
Just released Though I realized after I published, this probably should be |
Thanks for the prompt fix! WRT the 1.0 release I'd still love to see #81 addressed first. I think this would make the interface more ergonomic and more robust. More ergonomic because while working on this I again read through the Botan source in order to figure out whether there is a magic parameter string that would do what I want. More robust because it doesn't leak an botan-ffi implementation detail into the Rust API. And, I actually first passed |
AFAICS there is no parameter string to pass to
Privkey::create
that selects a randomly generated DL group.The text was updated successfully, but these errors were encountered: