fido-device-onboard / client-sdk-fidoiot

This a C-based implementation of the Device component defined in FIDO Device Onboard (FDO) Specification.
Apache License 2.0
20 stars 32 forks source link

Add support for sending device MAC addresses as part of Device MfgInfo #287

Closed shrikant1407 closed 4 months ago

shrikant1407 commented 4 months ago

Added support for sending device MAC addresses as part of Device Mfg Info

SSWAMIN1SSS commented 4 months ago

We store the IP Address in a file within data/mac_address.bin which is being sent in DI AppStart along with DeviceInformation which is being added to Manufacturer_voucher's macaddress. Can we add input validation whether the file contains only MAC Address by checking all file entries are in a valid MAC Format.