Search found 13 matches

by gojimmypi
Fri Sep 27, 2024 11:10 pm
Forum: ESP-IDF
Topic: wolfSSL encryption support in ESP-IDF esp-tls component
Replies: 0
Views: 297

wolfSSL encryption support in ESP-IDF esp-tls component

wolfSSL Pull Request #7936 " wolfSSL esp-tls and Certificate Bundle Support " was merged today and will be included in the next release! For more details: https://github.com/wolfSSL/wolfssl/pull/7936 The encryption libraries previously worked in a project ; however, this update lets components in th...
by gojimmypi
Thu Jul 18, 2024 6:44 pm
Forum: ESP-IDF
Topic: Cryptographic Library Certification - wolfSSL has World First NIST 140-3
Replies: 0
Views: 545

Cryptographic Library Certification - wolfSSL has World First NIST 140-3

Pretty big embedded news this week! The wolfSSL wolfCrypt library earned the World's First SP800-140Br1 compliant FIPS 140-3 Validation Certificate. This is a big deal for any serious embedded developer. The wolfSSL libraries work great with the ESP-IDF as a Managed Component. https://components.esp...
by gojimmypi
Tue May 14, 2024 12:42 am
Forum: General Discussion
Topic: TPM Support coming soon to ESP32 - TPM2 I2C SPI
Replies: 1
Views: 1003

Re: TPM Support coming soon to ESP32 - TPM2 I2C SPI

Initial TPM 2.0 support for the ESP32 now available with merge of wolfTPM PR #351

https://github.com/wolfSSL/wolfTPM/pull/351
by gojimmypi
Wed May 08, 2024 1:51 pm
Forum: ESP8266
Topic: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ
Replies: 6
Views: 4935

Re: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ

why not put a NONOS fork online where MbedTLS has already been completely replaced, ready to use so to speak. Well, the usual reason: time and money. If there's a commercial product for a paying customer, this is absolutely something we can help with right away. If not, we'll keep this on the wish ...
by gojimmypi
Wed May 08, 2024 1:44 pm
Forum: ESP8266
Topic: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ
Replies: 6
Views: 4935

Re: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ

We have hundreds of devices with 1 MByte of flash. RTOS does not fit there Ah yes, I see. Is this an open source project where I can take a look? I've updated the examples earlier this year. How recently have you tried wolfSSL on NONOS and what, exactly is the error you see? If this is a commercial...
by gojimmypi
Tue May 07, 2024 6:45 pm
Forum: General Discussion
Topic: TPM Support coming soon to ESP32 - TPM2 I2C SPI
Replies: 1
Views: 1003

TPM Support coming soon to ESP32 - TPM2 I2C SPI

I'm working on adding Espressif ESP32 support to the wolfTPM library over at wolfSSL. Initial support working so far is the I2C version of the Infineon TPM 9673 chip, for example in this Raspberry Pi HAT: https://www.infineon.com/cms/en/product/evaluation-boards/optiga-tpm-9673-rpi-eval/ There's als...
by gojimmypi
Tue May 07, 2024 6:32 pm
Forum: ESP8266
Topic: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ
Replies: 6
Views: 4935

Re: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ

Yes, wolfSSL TLS1.3 works on the ESP8266 with both the make and cmake builds. It should work with ESP8266_NONOS_SDK, but I've only used ESP8266_RTOS_SDK myself. See the examples, such as the TLS client: https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF/examples/wolfssl_client The ...
by gojimmypi
Tue Apr 23, 2024 7:26 pm
Forum: ESP8266
Topic: wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ
Replies: 6
Views: 4935

wolfSSL TLS Example Updates for the ESP8266, including Kyber PQ

The wolfSSL examples for the ESP8266 have been recently updated! See GitHub repo for code that works with both ESP32[-N] and ESP8266 devices: https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF/examples Get started with open source, commercial grade cryptography and TLS 1.3 on devic...
by gojimmypi
Tue Apr 23, 2024 5:17 pm
Forum: ESP32 Arduino
Topic: wolfSSL TLS + Cryptography Libraries for Arduino
Replies: 0
Views: 856

wolfSSL TLS + Cryptography Libraries for Arduino

Earlier this year, wolfSSL added official Arduino support! https://www.arduino.cc/reference/en/libraries/wolfssl/ Check out this Getting Started Guide: https://www.wolfssl.com/getting-started-with-wolfssl-on-arduino/ The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS library...