Hi, For my MSc project I am using openSSL for encryption and key distribution. I have a requirement to replace the secret random number(private key) generated for ECDH with my own random number.
I hope to edit the openSSL source. For that I need to know what is the source file I need to look at? So I can edit that file and replace the openssl generated secret key with my own secret key. Thank You and best regards Aruna