wolfSSL / wolfMQTT

wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
https://www.wolfssl.com
GNU General Public License v2.0
521 stars 155 forks source link

Support post-quantum KYBER_LEVEL1 and P256_KYBER_LEVEL1 with FALCON_LEVEL1 in wolfMQTT. #300

Closed anhu closed 2 years ago

dgarske commented 2 years ago

Add a section in the README.md please showing steps to use PQ with MQTT. This would require the server to have PQ enabled to, so guessing there are many tips you can add.

anhu commented 2 years ago

Add a section in the README.md please showing steps to use PQ with MQTT. This would require the server to have PQ enabled to, so guessing there are many tips you can add.

Sure, will get to it tomorrow.

anhu commented 2 years ago

Not ready for merge yet. Still need to do README.md additions.

anhu commented 2 years ago

Firmware test is failing...repro'd on my local system. I still need to investigate.

dgarske commented 2 years ago

Don't investigate, just retry the test. It isn't you... it is because our tests use a public server and the tests sometimes collide. We don't have our own MQTT broker for testing....

anhu commented 2 years ago

Already retried. Repro'd locally, consistently and got seg fault. Can't be result of collision .

dgarske commented 2 years ago

Already retried. Repro'd locally, consistently and got seg fault. Can't be result of collision .

That's great. Should be easy then. I won't merge yet.

anhu commented 2 years ago

Yup. Will investigate on Monday morning.

anhu commented 2 years ago

Once the tests pass (pretty sure it will pass now) then this commit is good to go.