Hi group,

I have a C program that does peer to peer functions. I am using RSA PKI to
encrypt the packets. I need to be able to generate the same PKI keys on both
machines. So I don't want to use a random seed. RSA_generate_key() calls
random. Is there another API I can call that does not use random so I can
generate the same RSA PKI on both machines? These are Linux machines using
OpenSSL

I am trying to avoid the man in the middle attack and I don't want to setup
the keys in advance, just use a common string on both sides.

Thanks for your time.



--
View this message in context: 
http://openssl.6102.n7.nabble.com/Generating-the-same-RSA-PKI-without-using-random-seed-tp45081.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to