Harshit Malpani
|
27681a5073
fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously
|
2 lat temu |
Harshit Malpani
|
04ac8e43db
fix(esp_http_client): Call event_handler after header value is received
|
2 lat temu |
Harshit Malpani
|
96a8316e71
feat(esp_http_client): Add API to set auth data
|
2 lat temu |
Mahavir Jain
|
2b3418b4a0
Merge branch 'feature/use_ecdsa_perph_while_mutual_auth' into 'master'
|
2 lat temu |
Mahavir Jain
|
bd0eac77b2
Merge branch 'feature/add_support_for_ds_peripheral_on_ota' into 'master'
|
2 lat temu |
Harshit Malpani
|
692e1a9e61
feat: ECDSA peripheral while performing http connection with mutual auth
|
2 lat temu |
David Cermak
|
7c012e3fe1
fix(http_client): Set common tcp config to both TCP and SSL transport
|
2 lat temu |
Aditya Patwardhan
|
4be9bc4e2e
feat(esp_http_client): Added support for OTA using ds peripheral for TLS
|
2 lat temu |
Harshit Malpani
|
8d95e45c05
fix: nitpick in esp_http_client
|
2 lat temu |
Kenneth Furge
|
90be9cc3e8
Set state to HTTP_STATE_REQ_COMPLETE_HEADER prior to calling the
|
2 lat temu |
Mahavir Jain
|
bdf8f1c382
Merge branch 'contrib/github_pr_10715' into 'master'
|
2 lat temu |
Andrew Clink
|
82cdcc5de5
Add user_data accessor and mutator to esp_http_client
|
2 lat temu |
Harshit Malpani
|
674fd8feb8
esp_http_client: Add support for esp_events
|
3 lat temu |
harshal.patil
|
32e78b71f3
http_client: fixed looping caused when disable_auto_redirect enabled
|
3 lat temu |
Harshit Malpani
|
6e92edd848
esp_http_client: fix debug log from LOGI to LOGD
|
3 lat temu |
Harshit Malpani
|
68ded2c350
esp_http_client: fix -Werror-format compile errors for linux target
|
3 lat temu |
Harshit Malpani
|
1c77e13d35
esp_http_client: Update to support build for linux
|
3 lat temu |
Mahavir Jain
|
bbc5914e63
esp_http_client: remove "Wno-format" cflag and fix formatting errors
|
3 lat temu |
Harshit Malpani
|
6de9e42122
esp_http_client: Add feature to cancel an HTTP request
|
3 lat temu |
Aditya Patwardhan
|
ba43063314
esp_http_client: Add option to use secure_element
|
3 lat temu |
harshal.patil
|
5feb4696be
fix: esp_http_client fix behaviour when disable_auto_redirect is enabled
|
3 lat temu |
Mahavir Jain
|
67e080471f
esp_http_client: free cached data in case connection gets closed for redirection
|
3 lat temu |
Aditya Patwardhan
|
4904d57fd9
esp_http_client: Added support to set server common name.
|
3 lat temu |
David Cermak
|
5c383d7b73
esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"
|
3 lat temu |
Laukik Hase
|
7115881a97
esp_http_client/esp_https_ota: Removed errno checks
|
3 lat temu |
Harshit Malpani
|
437d90c408
esp_http_client: Fix redirect by resetting auth_header before parsing
|
3 lat temu |
Shubham Kulkarni
|
b4456bff97
esp_http_client: Add comment for clearing location field in esp_http_client_prepare
|
3 lat temu |
Nicklas Frahm
|
660ca96e23
esp_http_client: fix redirect by resetting location before parsing
|
3 lat temu |
Shubham Kulkarni
|
ec6f222625
esp_http_client: Add new status code 303 and 308
|
3 lat temu |
Shubham Kulkarni
|
18fa343161
esp_http_client: Cache received data in http_on_body callback.
|
3 lat temu |