Stan Huang at Taiwan
Stan Huang at Taiwan

Reputation: 529

Can I use OpenSSL on Windows to verify my WolfSSL on my embedded device?

As a title, I need to verify my wolfSSL client/server on my embedded devices. May I use free OpenSSL on Windows to test against it?

Upvotes: 0

Views: 100

Answers (1)

Eric Blankenhorn
Eric Blankenhorn

Reputation: 141

Yes, both libraries implement the RFC's required to secure network communication using TLS protocols. They are interoperable.

You'll want to be sure both peers are connected to the same network.

Upvotes: 4

Related Questions