Implementing store support for EVP_SKEY#28278
Implementing store support for EVP_SKEY#28278beldmit wants to merge 2 commits intoopenssl:masterfrom
Conversation
0432701 to
0347a8b
Compare
|
TODO
|
0347a8b to
2ebe563
Compare
|
Waving style because the original functions were already longer than 200 lines. All the rest issues are resolved |
9470e4a to
adb95a9
Compare
|
I believe that this PR is conceptually ready for review. The pkcs11 test failure seems to be discussed at the pkcs#11 provider side as of now |
|
Commenting the code around |
OpenSSL PR: openssl/openssl#28278 Signed-off-by: Dmitry Belyavskiy <[email protected]>
OpenSSL PR: openssl/openssl#28278 Signed-off-by: Dmitry Belyavskiy <[email protected]>
|
OK, after fixing the PKCS11 provider issue I see that the PR is to be adjusted a bit more. |
...and should be able to take it back, fill with attributes and return back Related: openssl/openssl#28278
|
Successfully rebased, ready to review |
simo5
left a comment
There was a problem hiding this comment.
Looks mostly ok, but I do not get the "importing" via store API, doesn't look very useful or appropriate for the store interface.
367d658 to
e35d4b1
Compare
e35d4b1 to
442a6a3
Compare
|
@nhorman could you please reapprove? |
442a6a3 to
4465e48
Compare
|
This pull request is ready to merge |
|
merged to master, thank you! |
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Simo Sorce <[email protected]> (Merged from #28278)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Simo Sorce <[email protected]> (Merged from #28278)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Simo Sorce <[email protected]> (Merged from openssl#28278)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Simo Sorce <[email protected]> (Merged from openssl#28278)
Support of EVP_SKEY objects in store.
The tests and documentation TBD.
Checklist