-
Notifications
You must be signed in to change notification settings - Fork 62
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
RDKB-58489: Add AES+GCMP EncryptionMethod to TR-181 #154
base: develop
Are you sure you want to change the base?
RDKB-58489: Add AES+GCMP EncryptionMethod to TR-181 #154
Conversation
Reason for change: making it possible to use GCMP encryption method Test Procedure: set Device.WiFi.AccessPoint.1.Security.X_CISCO_COM_EncryptionMethod to "AES+GCMP" (e.g. by using dmcli command) Risks: Low Priority: P1
68a3af6
to
6b2f6a2
Compare
<<<<<<< ours | ||
{ wifi_encryption_none, "NONE" }, | ||
{ wifi_encryption_tkip, "TKIP" }, | ||
{ wifi_encryption_aes, "AES" }, | ||
{ wifi_encryption_aes_tkip, "AES+TKIP" } | ||
======= | ||
{ wifi_encryption_none, "NONE" }, | ||
{ wifi_encryption_tkip, "TKIP" }, | ||
{ wifi_encryption_aes, "AES" }, | ||
{ wifi_encryption_aes_tkip, "AES+TKIP" }, | ||
{ wifi_encryption_aes_gcmp256, "AES+GCMP" } | ||
>>>>>>> theirs |
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.
Resolve merge conflict
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.
Fixed, thanks
<<<<<<< ours | ||
{ wifi_encryption_none, "NONE" }, | ||
{ wifi_encryption_tkip, "TKIP" }, | ||
{ wifi_encryption_aes, "AES" }, | ||
{ wifi_encryption_aes_tkip, "AES+TKIP" } | ||
======= | ||
{ wifi_encryption_none, "NONE" }, | ||
{ wifi_encryption_tkip, "TKIP" }, | ||
{ wifi_encryption_aes, "AES" }, | ||
{ wifi_encryption_aes_tkip, "AES+TKIP" }, | ||
{ wifi_encryption_aes_gcmp256, "AES+GCMP" } | ||
>>>>>>> theirs |
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.
Resolve merge conflict. Choose theirs as final code change.
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.
Fixed, thanks
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.
I don't see any platform support for AES + GCMP. Is there any requirement came for this Jira ?
Before approving the code, I am trying to understand to the context of adding stub alone for this TR181 combination.
Reason for change: making it possible to use GCMP encryption method
Test Procedure: set Device.WiFi.AccessPoint.1.Security.X_CISCO_COM_EncryptionMethod to "AES+GCMP" (e.g. by using dmcli command)
Risks: Low
Priority: P1