-
Notifications
You must be signed in to change notification settings - Fork 797
Add ability to create PKey from parameters #2439
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
base: master
Are you sure you want to change the base?
Conversation
33d55eb to
6ec4f5e
Compare
ddfc4d6 to
d5a03e9
Compare
d5a03e9 to
a87b819
Compare
a87b819 to
5e26fd8
Compare
|
@alex, any chance you could take a look at this PR? |
|
So, I'm not interested in including ossl params anywhere in the public API, I think they're a giant mistake and I hope OpenSSL gets rid of them. I'd be ok:
But I'm not interested in any changes to the public APIs for this. |
|
After working with params API to get things working in a non-deprecated way, I completely agree with you! Regarding the comment about changes to the public APIs, there was a reason why I added the |
944b90d to
e584932
Compare
e584932 to
85003eb
Compare
|
(Merge conflict here, it's on my TODO to review Friday) |
d8aec06 to
08d33f2
Compare
|
|
2ce2e42 to
f15f435
Compare
38fa6a5 to
274160d
Compare
|
@alex did you manage to get a chance to look at this one? |
274160d to
6e95c59
Compare
|
@alex did you get around to having some time to look at this one please? |
6e95c59 to
05cb20c
Compare
Let's minimise const cstr declaration boiler-plate
No point creating a new CStr every call
Partially reverts b7495f0 by adding back add_bn and add_utf_string
Simplifies and safens the code
05cb20c to
35ded7f
Compare
Work towards #2047 by adding ability to create PKeys from OSSL params.
Also:
OSSL_PARAM_*on the way.