Hi, I need some Info.I have a client and server application which requires a secure medium for the transferring of data between each other. Currently I am using openssl to achieve this using private and public key certificates with RSA encryption. I don't want to ship the certificate with each every and client application.
So, Is there a method where I can transfer an on the fly created certificate from the server to the client securely(like using diffi-hellman) and after exchanging the certificates. I will communicate with the normal openssl process. -- _/\_ With Regards SB Angel Warrior