Search found 5 matches
- Mon Oct 07, 2019 2:46 pm
- Forum: ESP-IDF
- Topic: certification authority pem update.
- Replies: 0
- Views: 2174
certification authority pem update.
Hi all, i'm using the MQTT client and I would like to find a way to understand when the connection faild due to a certificate problem. From the log everything is clear, if i flash a wrong certificate, when the device try to connect : I (247928) mqtts: MQTT_EVENT_BEFORE_CONNECT E (248338) esp-tls: mb...
- Wed Sep 11, 2019 9:09 am
- Forum: ESP-IDF
- Topic: tls and password hashing
- Replies: 3
- Views: 3745
tls and password hashing
Hi all
i would link to understand if the mqtts implementation (or maybe the tls implementation) in the esp-idf framework support strong authentication mechanisms.
The framework use some hashing algorithm like scrypt, bcrypt, or Argon2 to send password during connection ?
Thank you in advance.
i would link to understand if the mqtts implementation (or maybe the tls implementation) in the esp-idf framework support strong authentication mechanisms.
The framework use some hashing algorithm like scrypt, bcrypt, or Argon2 to send password during connection ?
Thank you in advance.
- Mon Aug 26, 2019 11:48 am
- Forum: ESP-IDF
- Topic: distinguish WROOM and WROVER by code.
- Replies: 2
- Views: 3647
Re: distinguish WROOM and WROVER by code.
Exactly the same problem.
- Mon Aug 26, 2019 10:20 am
- Forum: ESP-IDF
- Topic: distinguish WROOM and WROVER by code.
- Replies: 2
- Views: 3647
distinguish WROOM and WROVER by code.
Hi all,
i'm working on a project where we scale up from WROVER module to WROOM module.
In the new board i will have different pin to manage a serial port.
it is possible to distinguish the two modules by software ?
Thank you in advance.
i'm working on a project where we scale up from WROVER module to WROOM module.
In the new board i will have different pin to manage a serial port.
it is possible to distinguish the two modules by software ?
Thank you in advance.
- Mon Jul 29, 2019 12:49 pm
- Forum: ESP-IDF
- Topic: Difference beteween mbedtls_aes_crypt_cbc & esp_aes_crypt_cbc
- Replies: 0
- Views: 2454
Difference beteween mbedtls_aes_crypt_cbc & esp_aes_crypt_cbc
Hi all, i'm new on the forum, i'm working on project with ESP32 and i'm trying to achieve the goal of secure tcp communication on a custom protocol. I found some examples online but i don't understand what is the difference between mbedtls_aes_crypt_cbc and esp_aes_crypt_cbc (i use the 2 function bu...