문제

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?

도움이 되었습니까?

해결책

Yes. OpenSSL is opensource as you know - so just add some printfs there, rebuild it, and expose everything you need.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top