Skip to content

Commit

Permalink
Merge branch 'optimise/skip_cert_validity_check' into 'master'
Browse files Browse the repository at this point in the history
optimise: Skip certificate validity check for the rainmaker

See merge request application/esp-at!1437
  • Loading branch information
xcguang committed Jul 31, 2023
2 parents 6118fc2 + 8dfc114 commit 282a448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module_config/module_esp32c3_rainmaker/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760
CONFIG_LWIP_TCP_WND_DEFAULT=5760

# mbedTLS
CONFIG_MBEDTLS_HAVE_TIME_DATE=y
CONFIG_MBEDTLS_HAVE_TIME_DATE=n
CONFIG_MBEDTLS_HARDWARE_MPI=y
CONFIG_MBEDTLS_DHM_C=y
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760
CONFIG_LWIP_TCP_WND_DEFAULT=5760

# mbedTLS
CONFIG_MBEDTLS_HAVE_TIME_DATE=y
CONFIG_MBEDTLS_HAVE_TIME_DATE=n
CONFIG_MBEDTLS_HARDWARE_MPI=y
CONFIG_MBEDTLS_DHM_C=y
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
Expand Down

0 comments on commit 282a448

Please sign in to comment.