-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
lib: modem_key_mgmt: Add CME error code 527 - Invalid content #19392
lib: modem_key_mgmt: Add CME error code 527 - Invalid content #19392
Conversation
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 19ecdb5a723f5f860db91e8d1159d31295bf1e99 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@@ -412,7 +412,9 @@ Security libraries | |||
Modem libraries | |||
--------------- | |||
|
|||
|no_changes_yet_note| | |||
* :ref:`modem_key_mgmt` Library: |
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.
Please take this out from this PR. I have added it to #19240.
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.
Done.
Add CME error code 527 - Invalid content. This is returned with mfw >= 2.0.2 if the certificate written is not valid or too large. Signed-off-by: Eivind Jølsgard <[email protected]>
41fb70a
to
19ecdb5
Compare
Add CME error code 527 - Invalid content. This is returned with mfw >= 2.0.2 if the certificate written is not valid or too large.