1

(2 replies, posted in wolfSSL)

That is exactly what I wanted to know! Thanks a lot!  big_smile

2

(2 replies, posted in wolfSSL)

I have been making use of OpenSSL on a Linux system to provide Diffie Hellman algorithms.
Now I am attempting to use wolfSSL embedded SSL to get those algorithms on an embedded system.
The problem is that wolfSSL doesn't seem to make use of those OpenSSL algorithms.
In the folder cyassl there are two other folders, ctaocrypt and openssl.
There I can find two headers for two different Diffie Hellman implementations.
I can however only find the source of the ctaocrypt one (cyassl-2.8.0/ctaocrypt/src),
and not the source to the openssl one. It doesn't seem like it is left out because
the header that I found is modified with wolfSSL API statements and so forth.
Why is this done if it is simply left out? Is it really missing or am I not seeing it / misunderstanding it.

TLDR: looking for source to cyassl-2.8.0.zip\cyassl-2.8.0\cyassl\openssl\DH.h

Could anyone enlighten me? it would be much apreciated.

Menno