Ashish Sharma
4971424986
feat(http_server): adds example to test server pong response
2026-03-13 17:42:10 +08:00
Mahavir Jain
0e6c903abb
Merge branch 'fix/remove_unused_psa_migration_code_http_server' into 'master'
...
Fix/remove unused psa migration code http server
See merge request espressif/esp-idf!46112
2026-03-05 18:37:32 +05:30
Ashish Sharma
f0f8183281
fix: removes deprecated http_crypto sources
2026-03-03 11:16:49 +08:00
Ashish Sharma
b5c3e27a38
fix: fixes failing dynamic buffer tests
2026-03-03 11:16:49 +08:00
Ashish Sharma
56d2fd6757
fix(esp_http_server): remove http server unused psa migration
2026-03-02 14:48:41 +08:00
Ashish Sharma
5028b6230f
feat(http_server): improve websocket server handling
...
1. Adds post handshake callback
2. Removes requirement to handle HTTP_GET message in websocket handler
Closes https://github.com/espressif/esp-idf/issues/18215
2026-02-27 09:59:05 +08:00
nilesh.kale
33eb81d2b2
fix: Remove CI test esp32.test_examples_protocol_esp_http_client
2026-02-25 12:06:44 +08:00
hrushikesh.bhosale
91d1574ba2
fix(https_request): Fixed CI failure for https_request example
...
- Enabled chachapoly ciphersuite from menuconfig, required for
howmyssl URL
2026-02-19 16:19:14 +05:30
Hrushikesh Bhosale
96dda2a6d8
Merge branch 'refactor/remove_common_component_dependency_ota_test_apps' into 'master'
...
Removed the common_component dependency from app_update and protocols
Closes IDF-15300
See merge request espressif/esp-idf!45822
2026-02-17 13:16:03 +08:00
hrushikesh.bhosale
8124c2e2cf
refactor(protocols): Removed the common_component dependency
...
- Removed the common_component build dependency from protocols test_apps
and examples
2026-02-16 15:07:37 +05:30
Mahavir Jain
4631b4a5d9
docs(protocomm): recommend using security2 scheme for production purpose
2026-02-11 13:55:44 +05:30
hrushikesh.bhosale
e1dd3b07bb
fix(esp_http_client): Fixed the example pytest
...
Pytest was expect the positive content length for async req
2026-02-05 15:02:11 +08:00
Mahavir Jain
2f68594185
Merge branch 'contrib/github_pr_15622' into 'master'
...
Add support for partial websocket frame payload reads (GitHub PR)
Closes IDFGH-14913
See merge request espressif/esp-idf!44044
2026-01-30 18:22:06 +05:30
Aditya Patwardhan
b8664ef1ce
Merge branch 'feat/adds_option_to_save_response_headers' into 'master'
...
feat(esp_http_client): adds support to save response headers
Closes IDFGH-16577
See merge request espressif/esp-idf!45051
2026-01-29 08:28:58 +05:30
Ashish Sharma
1db7fac8da
feat(esp_http_client): adds support to save response headers
...
Closes https://github.com/espressif/esp-idf/issues/17695
2026-01-28 10:20:47 +08:00
Mahavir Jain
9f8fda8ca8
Merge branch 'feat/add_server_handshake_failure_user_cb' into 'master'
...
feat(esp_https_server): adds support for user callback on handshake failure
Closes IDFGH-17004
See merge request espressif/esp-idf!44856
2026-01-27 17:47:18 +05:30
igor.udot
4c26ab876b
ci: update build-test-rules to use common_components
2026-01-23 10:14:09 +08:00
nilesh.kale
93fcdda9f4
feat: add demo to receive websocket frame in chunks
...
This commit added demo to receive websocket single frame in chunks
using newly added API httpd_ws_recv_frame_part() with optimized memory.
closes https://github.com/espressif/esp-idf/pull/15622
2026-01-07 15:25:19 +05:30
Ashish Sharma
22d7c20b31
feat(esp_https_server): adds support for user callback on handshake failure
...
Closes https://github.com/espressif/esp-idf/issues/18053
2026-01-07 17:26:00 +08:00
hrushikesh.bhosale
7b7ddeba58
fix(file_server): File servering example pytest failure
...
There is timeout failure, due to network issue.
2026-01-06 19:37:28 +08:00
harshal.patil
e91d50ed1e
fix(mbedtls): Support partial hardware AES-GCM and s/w fallback for non-AES ciphers
...
- Support software-fallback for unsupported hardware AES lengths
2026-01-03 12:17:50 +05:30
Ashish Sharma
cc0d469048
feat: migrates protocol examples to PSA APIs
2025-12-30 09:31:49 +05:30
Ondrej Kosta
2659271994
fix(ci): re-enabled ESP32P4 tests on different HW vers
2025-12-15 09:44:39 +01:00
Bogdan Kolendovskyy
d6052853f4
Merge branch 'ci/fix_mqtt_sll_test' into 'master'
...
ci(mqtt): Update and fix MQTT SSL test
Closes IDFCI-2030
See merge request espressif/esp-idf!43919
2025-12-12 16:30:11 +08:00
C.S.M
e3eaee53e2
Merge branch 'ci/esp32s31_build_ena' into 'master'
...
ci(esp32s31): Add ci build test for esp32s31
See merge request espressif/esp-idf!44045
2025-12-12 14:59:42 +08:00
Mahavir Jain
92c76fc280
Merge branch 'contrib/github_pr_17799' into 'master'
...
feat(esp_http_server): Make HTTP(S)_SERVER_EVENT events optional (GitHub PR)
Closes IDFGH-16707
See merge request espressif/esp-idf!43637
2025-12-11 18:10:52 +05:30
Bogdan Kolendovskyy
cb645869f3
ci(mqtt): Update and fix MQTT SSL test, remove the binary file send/receive stage
2025-12-11 11:53:40 +01:00
C.S.M
f405e51784
ci(esp32s31): Add ci build test for esp32s31
2025-12-11 15:17:15 +08:00
Alexey Lapshin
bc38fb0b1f
fix(icmp_echo): fix incorrect test expectation logic
2025-12-03 13:31:42 +07:00
Ashish Sharma
69ea28c886
feat: add Kconfig option for mbedTLS 4.x
2025-12-01 14:05:05 +08:00
Ondrej Kosta
4e6b35ca9e
feat(ci): updated Ethernet tests to align with new runners
2025-11-25 17:26:49 +01:00
Jimmy Wennlund
bd85dad2cf
feat(esp_http_server): Make HTTP(S)_SERVER_EVENT events optional
...
Make it possible to disable http(s) server events. This improves
performance of the server, as http server creates events on every signle
read or write to the socket.
2025-11-22 21:30:58 +01:00
Ondrej Kosta
1e6f49d178
Merge branch 'chore/update-protocol-eth-connect' into 'master'
...
feat(protocol_examples_common): Use Ethernet Init component
Closes IDF-14227
See merge request espressif/esp-idf!42265
2025-11-20 17:28:17 +08:00
glmfe
f398594982
feat(protocol_examples_common): Use Ethernet Init component
...
- Refactored protocol_examples_common to use ethernet_init component
2025-11-19 15:58:12 +01:00
hrushikesh.bhosale
be9ec4c179
fix(https_server): Fixed the server cert generation command
...
- Added the SAN field in the openssl command, to make it
compatible with modern browsers
2025-11-19 13:33:11 +05:30
harshal.patil
25fe0d6786
test(examples): Fix cert bundle stress test
2025-11-13 12:34:56 +05:30
Euripedes Rocha Filho
448714b056
remove(mqtt): Moves esp-mqtt to component manager
...
esp-mqtt is now a managed component at espressif/mqtt
2025-11-11 09:21:37 +01:00
David Cermak
e061dec036
fix(example): Fix mtu example to use minimal build
2025-11-05 10:33:36 +01:00
Mahavir Jain
79099ee40d
Merge branch 'feat/added_force_close_test_for_async_handler' into 'master'
...
feat(http_server/async_handler): Added test for async handler
Closes IDF-12971
See merge request espressif/esp-idf!43080
2025-11-05 10:27:08 +05:30
Mahavir Jain
4558769ebd
Merge branch 'contrib/github_pr_17752' into 'master'
...
fix: indexing in DNS server IP address retrieval #17751 (GitHub PR)
Closes IDFGH-16654
See merge request espressif/esp-idf!43089
2025-11-05 10:22:38 +05:30
Mahavir Jain
d06c3d9589
fix(ci): address pre-commit hook failure - spellcheck
2025-11-04 15:11:01 +05:30
hrushikesh.bhosale
940b8df3cc
feat(http_server/async_handler): Added test for async handler
...
Added test for Async Handler example, hits the /long request
and client closes it forcefully before completion
2025-11-04 12:45:18 +05:30
hrushikesh.bhosale
29d1bfb950
fix(http_server): Fixed response status code for temporary redirect
...
Closes https://github.com/espressif/esp-idf/issues/17791
2025-11-03 19:54:39 +05:30
Mahavir Jain
8cc741cece
Merge branch 'contrib/github_pr_17641' into 'master'
...
Allow the https server to request client certs only with OPTIONAL (GitHub PR)
Closes IDFGH-16506
See merge request espressif/esp-idf!42393
2025-11-03 13:51:48 +05:30
Mahavir Jain
06805d177c
Merge branch 'feature/mbedtls_psa_migration_migrate_esp_http' into 'master'
...
Migrate esp_http_client and esp_http_server to PSA API
See merge request espressif/esp-idf!41035
2025-11-03 09:39:54 +05:30
Fu Hanxi
1e79c69fc4
tests: change wifi tests expect timeout to 60
...
- wifi_router
- wifi_ap
- wifi_high_traffic
2025-11-03 09:19:02 +08:00
0xFEEDC0DE64
5b56b00ac8
feat(esp_http_server): Allow the https server to request client certs optionally
...
Closes https://github.com/espressif/esp-idf/pull/17641
2025-10-27 14:19:17 +08:00
Ashish Sharma
acf89924c8
feat(esp_http): migrate esp_http to PSA API
2025-10-26 10:13:14 +08:00
David Čermák
8a64cc15a5
Merge branch 'feat/netif_mtu_path_disc' into 'master'
...
[esp_netif]: Support for MTU path discovery
Closes IDFGH-10355 and IDFGH-14560
See merge request espressif/esp-idf!42088
2025-10-24 13:29:03 +08:00
David Cermak
787bb39765
feat(esp_netif): Support posting event on SNTP time update
2025-10-23 13:56:02 +08:00