Hi,
I am working on a client/server application. I am using RSA and need to ship keys in my binary, however I would rather generate key pairs on binary execution that get signed by the login server. Correct me if I am wrong but can I simply create my CA and keys and place the moduli of these keys inside the binary and then use the moduli to generate a public/private key pair that is trusted by the server? Basic idea here is to just hardcode the moduli in the binary. I have not seen any code performing this. Am I totally off?

thanks in advance.

julian
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to