esp-idf/components
Marius Vikhammer f72d259622 esp_crt_bundle: fixes the "No CA Chain is set" error
When compiling esp_crt_bundle.c, it would end up with a different struct layout due
to configuration options from "mbedtls/esp_config.h" not being considered.

This lead to ca_chain potentially not being set correctly.
2020-05-21 15:19:49 +08:00
..
app_trace
app_update
asio
bootloader Merge branch 'bugfix/display_partition_table' into 'master' 2020-05-04 14:51:32 +08:00
bootloader_support bootloader: Don't print an error message after WDT reset in unicore mode 2020-05-19 03:35:53 +00:00
bt ble_mesh: Clear two more vars during proxy server deinit 2020-05-20 11:35:26 +00:00
cbor
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console Update linenoise.c: calloc returning NULL is not handled 2020-05-06 13:21:56 +08:00
cxx
driver Merge branch 'test/sdio_ut_performance_time' into 'master' 2020-05-14 16:19:45 +08:00
efuse Remove "disable ROM BASIC boot mode" from ESP32-S2 2020-05-01 16:16:47 +10:00
esp-tls tcp_transport: close to return error only for socket error or invalid args 2020-05-05 15:53:09 +02:00
esp32 gdb: Modify PC in case of invalid PC 2020-05-08 18:34:52 +05:30
esp32s2 Merge branch 'gdb/bt_on_invalid_pc' into 'master' 2020-05-19 16:44:07 +08:00
esp_adc_cal
esp_common mesh: support set new type 2020-05-19 11:17:56 +08:00
esp_eth ethernet: fix potential task watch dog timeout 2020-05-13 16:03:00 +08:00
esp_event
esp_gdbstub gdbstub_xtensa.c: Replace with cpu_ll_pc_to_ptr macro 2020-05-08 18:35:48 +05:30
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client esp_http_client: Add API to get URL from client 2020-05-07 14:20:28 +05:30
esp_http_server esp_http_server: Fixed a bug which could cause issues with LRU purge 2020-05-19 22:11:02 +05:30
esp_https_ota Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
esp_https_server
esp_local_ctrl
esp_netif esp-netif: Fix compilation if ESP_GRATUITOUS_ARP not enabled 2020-05-19 08:34:36 +00:00
esp_ringbuf
esp_rom
esp_serial_slave_link
esp_system gdb: Modify PC in case of invalid PC 2020-05-08 18:34:52 +05:30
esp_timer
esp_websocket_client
esp_wifi feature: optimize wifi API max tx power description 2020-05-20 11:52:42 +08:00
espcoredump coredump: Fixes coredump data overwriting due to 'TaskSnapshot_t' and 'core_dump_task_header_t' difference 2020-05-06 15:04:58 +03:00
esptool_py esptool: Set 80MHz SPI flash speed for ESP32-S2 & future chips 2020-05-20 06:19:34 +00:00
expat
fatfs
freemodbus
freertos Fix usage example in xSemaphoreCreateBinaryStatic 2020-05-14 18:57:48 +08:00
heap heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
idf_test spi_flash: add unit test for read/write performance 2020-05-17 22:06:03 +08:00
jsmn
json
libsodium
log
lwip dhcpserver: make subnet mask configurable 2020-04-30 14:04:22 +00:00
mbedtls esp_crt_bundle: fixes the "No CA Chain is set" error 2020-05-21 15:19:49 +08:00
mdns mdns: Allow config mDNS task stack size 2020-05-07 21:49:02 +02:00
mqtt mqtt: clenaup logs and docs 2020-04-30 14:05:36 +00:00
newlib Merge branch 'bugfix/esp32_eco3_init_syscall_table' into 'master' 2020-05-07 15:17:13 +08:00
nghttp
nvs_flash
openssl
partition_table partition_table: Fix parttool.py crashes when retrieving partition info 2020-05-13 16:10:48 +08:00
perfmon
protobuf-c
protocomm protocomm_httpd: Restart security session if request is received on a new session 2020-05-11 13:01:13 +00:00
pthread pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-08 11:55:23 +05:30
sdmmc
soc Merge branch 'gdb/bt_on_invalid_pc' into 'master' 2020-05-19 16:44:07 +08:00
spi_flash spi_flash: add unit test for read/write performance 2020-05-17 22:06:03 +08:00
spiffs
tcp_transport tcp_transport: unit test for tcp connection timeout 2020-05-05 15:53:09 +02:00
tcpip_adapter esp-netif: wifi-deinit to clear handlers only in tcpip-adapter mode 2020-05-19 08:34:36 +00:00
tinyusb
ulp Add missing link to ulp header files and link to example following https://esp32.com/viewtopic.php?f=2&t=15562 2020-05-14 17:31:05 +08:00
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant Merge branch 'workaround/wps_iot_fixes' into 'master' 2020-05-20 11:32:34 +08:00
xtensa