summaryrefslogtreecommitdiff
path: root/mesh/keyring.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-3/+25
* mesh: Fix keyring snprintf usage range checkingBrian Gix2022-06-141-28/+40
* mesh: Fix issue with snprintf return value check and format-truncation errorMarcel Holtmann2022-06-101-2/+7
* mesh: Skip unneeded logsMichał Lowas-Rzechonek2022-02-041-1/+1
* mesh: Don't log error for false positive mkdir failureInga Stotland2021-12-061-1/+1
* mesh: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-2/+4
* mesh: Implement ExportKeys() methodInga Stotland2021-09-271-1/+285
* mesh: Combine common functions for NetKeys and AppKeysInga Stotland2021-02-181-70/+50
* mesh: Fix check for mkdir return value in keyring.cInga Stotland2020-12-041-6/+3
* mesh: Fix errors found by static analysisInga Stotland2020-11-101-14/+24
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Fix keyring app keys directory iterationInga Stotland2020-02-071-4/+7
* mesh: Allow to finish key refresh when no AppKeys are storedInga Stotland2020-02-071-2/+5
* mesh: Fix ignored return valueMichał Lowas-Rzechonek2019-11-131-1/+3
* Include limits.h for PATH_MAXJory Pratt2019-10-211-0/+1
* mesh: Automate AppKey update on KR phase 2-->3-->0Brian Gix2019-09-101-0/+58
* mesh: Check address range passed to ImportRemoteNodeMichał Lowas-Rzechonek2019-07-191-0/+11
* mesh: Create or re-use a node storage directory for keyringInga Stotland2019-07-151-18/+18
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-6/+1
* mesh: Fix file open error checking and permissionsBrian Gix2019-05-151-3/+5
* mesh: Add key storageBrian Gix2019-05-131-0/+298