-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Darwin] Fix MTRDeviceControllerStartupParams nocSigner empty issue #26247
[Darwin] Fix MTRDeviceControllerStartupParams nocSigner empty issue #26247
Conversation
PR #26247: Size comparison from bcf1b80 to cf52d39 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
@@ -83,7 +83,7 @@ - (instancetype)initWithIPK:(NSData *)ipk | |||
_intermediateCertificate = [intermediateCertificate copy]; | |||
_rootCertificate = [rootCertificate copy]; | |||
_ipk = [ipk copy]; | |||
|
|||
_nocSigner = operationalKeypair; |
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.
No, the operation keypair is the operational key. It's not a certificate signing key.
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.
And note #26240 (comment) @robinmo
#26240 has been resolved |
Fix #26240