summaryrefslogtreecommitdiff
path: root/mesh/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Remove unused byte swap for ScanBuildBrian Gix2023-01-301-7/+0
* mesh: Fix Checksmatch warningBrian Gix2023-01-301-1/+1
* mesh: Rename parameter list per crypto usageBrian Gix2023-01-301-2/+2
* mesh: use explicit uint32_t when bit shifting leftInga Stotland2022-03-311-1/+4
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Fix using uninitialized bytesBrian Gix2020-05-221-0/+1
* mesh: Fix GCC 10.0 warningsBrian Gix2020-04-181-1/+1
* mesh: Remove redundant code from mesh/cryptoMichał Lowas-Rzechonek2020-04-071-296/+185
* mesh: Sequence number related fixesJakub Witowski2020-01-161-0/+3
* mesh: Friendship clean-up and rewriteBrian Gix2019-11-281-2/+2
* mesh: Remove unused definesMichał Lowas-Rzechonek2019-10-031-10/+0
* mesh: test AEAD at startup to check kernel supportBrian Gix2019-09-011-0/+54
* mesh: Move commonly used constants into mesh-defs.hInga Stotland2019-08-121-5/+4
* mesh: Normalize Access Key AID naming conventionBrian Gix2019-07-181-19/+18
* mesh: Convert provisioning pkts to packed structsBrian Gix2019-07-141-4/+4
* mesh: Convert crypto to use ELL wrappersBrian Gix2019-05-311-464/+54
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-2/+0
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: Fix Relaying for multiple nodesBrian Gix2019-01-221-4/+4
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* mesh: Mesh crypto supportBrian Gix2018-08-201-0/+1545
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-1168/+0
* mesh: Fix includes to use root relative path namesMarcel Holtmann2017-08-211-2/+2
* mesh: Baseline Mesh implementationBrian Gix2017-08-211-0/+1168