Topic: Diffie-hellman keyexchange compatible with openssl
Hello, I want to use wolfSSL on my STM32 F4 device and openssl on my Windows application.
Is it possible to perform a Diffie-Hellman key exchange between both?
wc_DhGenerateKeyPair/wc_DhAgree uses a byte array, can I export or import to a format supported by both openSSL and wolfSSL? Thanks for your advice.