Search found 15 matches

by gojimmypi
Tue Jun 03, 2025 4:04 pm
Forum: ESP-IDF
Topic: Example of a TCP socket with SSL?
Replies: 4
Views: 4057

Re: Example of a TCP socket with SSL?

The client and server SSL / TLS examples here use TCP sockets:

https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF/examples

Heads up the esp-wolfssl is no longer the preferred method of using wolfSSL in an ESP32 project.

The easiest way to get started with wolfSSL is to use the ...
by gojimmypi
Mon Feb 17, 2025 1:43 am
Forum: Sample Code
Topic: Getting Started with wolfSSL using Visual Studio 2022
Replies: 0
Views: 11164

Getting Started with wolfSSL using Visual Studio 2022

I'll presenting a live webinar this Wednesday

February 19, 2025
10:00 AM Pacific time

Getting Started with wolfSSL using Visual Studio 2022

https://us02web.zoom.us/webinar/register/2616747721343/WN_yXVQ0MK-S46CJVf3AO9xrA#/registration

There will be a variety of tips for troubleshooting as ...
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: 2446

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 ...
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: 987

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 ...
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: 2227

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: 8583

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 ...
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: 8583

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 ...
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: 2227

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 ...
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: 8583

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 ...
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: 8583

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 ...

Go to advanced search