-
Notifications
You must be signed in to change notification settings - Fork 94
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
rpc: add support for recursive attributes #624
Merged
ZoltanFridrich
merged 2 commits into
p11-glue:master
from
ZoltanFridrich:zfridric_devel
Mar 12, 2024
Merged
rpc: add support for recursive attributes #624
ZoltanFridrich
merged 2 commits into
p11-glue:master
from
ZoltanFridrich:zfridric_devel
Mar 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Still in progress. But at least the test_wrap_template test works together with other C_GetAttributeValue tests |
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
12 times, most recently
from
March 1, 2024 12:50
794b796
to
8d319ea
Compare
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
from
March 1, 2024 13:05
8d319ea
to
e0f585f
Compare
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
7 times, most recently
from
March 6, 2024 09:41
a716350
to
ae80d90
Compare
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
3 times, most recently
from
March 6, 2024 13:55
4f7b1f0
to
406c593
Compare
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
from
March 6, 2024 13:56
406c593
to
c6112cb
Compare
The basic functionality seems to be working but it will probably require more rigorous testing. Especially in test-attrs |
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
5 times, most recently
from
March 7, 2024 15:42
34a9377
to
01c144a
Compare
ueno
reviewed
Mar 8, 2024
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
from
March 8, 2024 09:52
01c144a
to
2d2467b
Compare
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
3 times, most recently
from
March 8, 2024 10:44
082720d
to
58db49e
Compare
ueno
approved these changes
Mar 9, 2024
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 like a clean fix, thank you!
Signed-off-by: Zoltan Fridrich <[email protected]>
Signed-off-by: Zoltan Fridrich <[email protected]>
ZoltanFridrich
force-pushed
the
zfridric_devel
branch
from
March 11, 2024 10:30
58db49e
to
15546bc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow usage of recursive attributes like CKA_WRAP_TEMPLATE inside RPC protocol.