This website requires JavaScript.
Explore
Help
Sign In
eaw
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccc95191ea8fbe5ef6d37598dc45ffd2a935d413
esp-idf
/
components
/
tcp_transport
History
Angus Gratton
e8bdfe07ae
Merge branch 'feature/tls_psk_authentication' into 'master'
...
esp_tls: add psk verification mode Closes IDFGH-992 See merge request
espressif/esp-idf!5095
2019-08-12 12:45:34 +08:00
..
include
esp_tls: enable psk verification mode, added mqtt example using psk authentication
2019-08-07 14:27:40 +10:00
private_include
esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle
2019-07-04 20:55:10 +02:00
test
tcp_transport: added basic unit tests for init/destroy transports in lists or when used separately
2019-07-04 11:07:41 +02:00
CMakeLists.txt
components: fix incorrect include dir args
2019-08-09 08:40:17 +08:00
component.mk
esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle
2019-07-04 20:55:10 +02:00
transport_ssl.c
esp_tls: enable psk verification mode, added mqtt example using psk authentication
2019-08-07 14:27:40 +10:00
transport_strcasestr.c
tcp_transport: Fix case sensitive header comparison
2019-03-14 14:31:28 +05:30
transport_strcasestr.h
tcp_transport: Fix case sensitive header comparison
2019-03-14 14:31:28 +05:30
transport_tcp.c
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2019-08-01 16:28:56 +07:00
transport_utils.c
tcp_transport: renamed possibly generic function names to be esp_ prefixed and not to colide with user namespace
2018-10-02 14:16:48 +02:00
transport_ws.c
tcp_tansport: websocket layer modifies in-buffer data (for masked transports). This fix reverts the data back to original rather then making a copy.
2019-07-16 09:47:18 +02:00
transport.c
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2019-08-01 16:28:56 +07:00