yuanjm
|
cbca521e28
Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection
|
5 лет назад |
Aditya Patwardhan
|
423e600d46
secure_element: atecc608_ecdsa example
|
5 лет назад |
Mahavir Jain
|
7a2ea9b7f7
esp-tls: add support for using hardware security module
|
7 лет назад |
David Cermak
|
6182e6f303
tcp_transport: close to return error only for socket error or invalid args
|
5 лет назад |
Vikram Dattu
|
60dc4285f4
Fixed `esp_tls_conn_write` documentation.
|
6 лет назад |
Aditya Patwardhan
|
874e987a3b
esp_tls: change argument pointer type to (void *) for esp_crt_bundle_attach
|
6 лет назад |
Marius Vikhammer
|
947e3e94ed
Add ESP certificate bundle feature
|
6 лет назад |
Aditya Patwardhan
|
0a25922043
esp_tls_wolfssl: 1) Fix SNI for wolfSSL
|
6 лет назад |
Aditya Patwardhan
|
d35862b662
esp-tls: Add support for https_server using wolfSSL
|
6 лет назад |
Angus Gratton
|
3f532c8895
Merge branch 'bugfix/esp_tls_blocking_timeout' into 'master'
|
6 лет назад |
David Cermak
|
aa3b1da384
esp_tls: added connection timeout to esp_tls_conn_new_sync()
|
6 лет назад |
Aditya Patwardhan
|
c7418042b4
esp32/esp-tls: provide API to retrieve sockfd value from esp_tls_t
|
6 лет назад |
Aditya Patwardhan
|
988f0c8feb
ESP_TLS: Generalizing error messages for esp_tls
|
6 лет назад |
Aditya Patwardhan
|
f7eaa5f946
ESP_TLS: Restructuring esp_tls
|
6 лет назад |
Aditya Patwardhan
|
9f86f969b2
ESP32/esp-tls: include esp_err.h in esp_tls.h
|
6 лет назад |
David Cermak
|
f3d6a34e7d
esp_tls: enable psk verification mode, added mqtt example using psk authentication
|
6 лет назад |
Angus Gratton
|
7ef5fa8a0a
Merge branch 'feature/transport_support_der_certs' into 'master'
|
6 лет назад |
David Cermak
|
25dd5e39af
esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats
|
6 лет назад |
Henning Fleddermann
|
73624e8560
modify comments on esp_tls_cfg, to clarify that other formats besides PEM (such as DER) might be used as well depending on mbedtls-support
|
6 лет назад |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 лет назад |
David Cermak
|
587739391c
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
|
6 лет назад |
David Cermak
|
2972f96982
esp-tls: capturing specific errors to be available in tcp_transport and then in application code
|
6 лет назад |
Jitin George
|
8950f94ec7
esp_tls: Add support for server side SSL/TLS connection
|
6 лет назад |
Jitin George
|
d1c6bbf42e
esp-tls: Add support to add CN from config and validate PEM buffers
|
6 лет назад |
Jitin George
|
77645472ae
esp_tls: fix incorrect closing of fd 0 on connection failure
|
6 лет назад |
Paul Reimer
|
a1204f8b16
Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store
|
7 лет назад |
Ivan Grokhotkov
|
13046e7625
Merge branch 'bugfix/esp-tls-doc' into 'master'
|
7 лет назад |
David Cermak
|
0cdb33c9dd
mqtt: ssl mutual authentication example added per PR from github, corrected cmake build, updated per idf style
|
7 лет назад |
Riccardo Binetti
|
dec70a7601
esp-tls: add support for mutual SSL authentication
|
7 лет назад |
Jitin George
|
e37aba0d93
esp-tls: Fix documentaion issue in esp_tls_conn_new_async API
|
7 лет назад |