-
Notifications
You must be signed in to change notification settings - Fork 25
Keywrap feature #157
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
Keywrap feature #157
Conversation
fd4ab14 to
7e85b55
Compare
billphipps
left a comment
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 great start! I think there are few items we should discuss from a design perspective. Let me know about my comments and how you want to proceed
bigbrett
left a comment
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.
Incomplete review - just some quick nits up front about naming and organization
c3c4934 to
614556e
Compare
This provides a client and server API to request/handle requests to wrap a plaintext key, unwrap a wrapped key, and cache a wrapped key.
614556e to
f72306c
Compare
9164df3 to
845a276
Compare
845a276 to
a6fd3c0
Compare
bigbrett
left a comment
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.
Amazing work @AlexLanzano. A few final tweaks and it is good to go
- Add braces to all braceless if statements - Validate group, action, and response size on all key wrap response handling functions - Replace non-portable bool type with int - Misc style fixes
ad30213 to
51f171e
Compare
Some of the static strings in wolfHSM aren't accounting for the terminating NULL character which throws a "unterminated-string-initialization" error in GCC version 15.2.1. Address this by either changing the string to an array or increasing the string array size
0f29e11 to
10a7f04
Compare
10a7f04 to
5fdbe71
Compare
No description provided.