Sreeram Kandallu wrote:
Hi All,

I'm building a p2p secure communication system where each user is
identified by a RSA key.
In such a system, is it ok to use hardcoded DH params compiled into the
application, or must i generate separate dh params for every user?

Hard-coded DH parameters (generator and prime) are fine.  I assume you'll
be negotiating ephemeral keys via some mechanism?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to