Topic: wc_FreeDhKey does not actually clean up the DH key context data
I think the implementation of wc_FreeDhKey() function might have some problem. It just simply void the pointer. However, after calling wc_FreeDhKey, I can see the key context data is still there. And I am able to reuse the DhKey even after wc_FreeDhKey.