-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/custom openssl provider #86
Conversation
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A good update to allow other provider names to be used.
Some minor updates suggested.
3aab632
to
087fd22
Compare
Signed-off-by: AssemblyJohn <[email protected]>
087fd22
to
ed0f765
Compare
All comments have been handled, please re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
CMakeLists.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should bump the project version at the top of this file to 0.8 (and release it after merge)
Signed-off-by: AssemblyJohn <[email protected]>
Describe your changes
In this PR there is offered the possibility to use a custom OpenSSL cryptography provider, along with the possibility to set up the desired operations for it. For example the provider can be used only to handle a certain subset of operations. The README has been updated to reflect the new changes.
Issue ticket number and link
Checklist before requesting a review