In the openssl libarary there is a function called DH_Compute_key which will create the shared key.can we use it and expose it in the log for debugging purpose?
Asked
Active
Viewed 90 times
1 Answers
1
Yes. OpenSSL is opensource as you know - so just add some printfs there, rebuild it, and expose everything you need.

Nickolay Olshevsky
- 13,706
- 1
- 34
- 48