Topic: diffie hellman settings not compatible with RFC3526
Hi, I try to implement a Diffie-Hellman key exchange. If I set DH parameter p and g as dh2048.der and dh1024.der in certs fold carried by wolfSSL, it works fine. But if I set p and g to RFC3526 2048-bit MODP Group, I get error MP_EXPTMOD_E in wc_DhGenerateKeyPair() and wc_DhAgree(). Why?
Thanks.