File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 153153[submodule "ports/esp32s2/esp-idf "]
154154 path = ports/esp32s2/esp-idf
155155 url = https://github.com/jepler/esp-idf.git
156+ [submodule "ports/esp32s2/certificates/nina-fw "]
157+ path = ports/esp32s2/certificates/nina-fw
158+ url = https://github.com/adafruit/nina-fw.git
Original file line number Diff line number Diff line change 172172 "ports/atmel-samd/tools" ,
173173 "ports/cxd56/mkspk" ,
174174 "ports/cxd56/spresense-exported-sdk" ,
175+ "ports/esp32s2/certificates" ,
175176 "ports/esp32s2/esp-idf" ,
176177 "ports/esp32s2/peripherals" ,
177178 "ports/litex/hw" ,
Original file line number Diff line number Diff line change 1+ We share root certificates with the nina-fw to ensure they both use the same roots.
2+
3+ https://github.com/adafruit/nina-fw
Original file line number Diff line number Diff line change @@ -575,10 +575,11 @@ CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
575575# Certificate Bundle
576576#
577577CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y
578- CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
578+ # CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL is not set
579579# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set
580- # CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set
581- # CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set
580+ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE=y
581+ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
582+ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="certificates/nina-fw/data/roots.pem"
582583# end of Certificate Bundle
583584
584585# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set
You can’t perform that action at this time.
0 commit comments