summaryrefslogtreecommitdiff
path: root/mesh/prov-acceptor.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-34/+53
* mesh: provisionee: Check prov start parametersIsak Westin2022-10-061-11/+46
* mesh: provisionee: Handle failed provisioningIsak Westin2022-10-061-1/+6
* mesh: provisionee: Handle unknown PDUsIsak Westin2022-10-061-2/+7
* mesh: Add single threading to prov-acp ob messagingBrian Gix2021-05-191-33/+55
* mesh: Normalize endian of public/private ECC keysBrian Gix2021-05-191-1/+7
* mesh: Add Provisioning Confirmation validity checkBrian Gix2021-04-091-2/+11
* mesh: Validate OTA provision security materialBrian Gix2021-03-091-0/+11
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Fix memory leak on provisioning timeoutBrian Gix2020-07-231-0/+1
* mesh: Handle close for AcceptorPrathyusha N2020-03-251-1/+12
* mesh: Whitespace correctionBrian Gix2020-03-251-2/+1
* mesh: Send input complete for input OOB AuthenticationPrathyusha N2020-03-251-0/+6
* mesh: Handle invalid public keysPrathyusha N2020-03-251-12/+26
* mesh: Fix to send close indication on timeoutPrathyusha N2019-12-041-0/+1
* mesh: Fix inOOB and outOOB agent handling on prov initiateBrian Gix2019-11-191-1/+1
* mesh: Convert provisioning pkts to packed structsBrian Gix2019-07-141-71/+85
* mesh: Fix support for Provisioner InitiatorBrian Gix2019-07-141-1/+1
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-15/+1
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: Fix for file naming conventionBrian Gix2019-02-211-1/+1
* mesh: Cleanup PB-ADV transport on Prov CloseBrian Gix2019-01-141-4/+1
* mesh: Clean up when finishing the Join callInga Stotland2019-01-141-2/+3
* mesh: Implement provisioning acceptorBrian Gix2019-01-081-0/+684