This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author naif
Recipients naif, pitrou
Date 2011-12-18.14:51:31
SpamBayes Score 0.00059374754
Marked as misclassified No
Message-id <1324219903.08.0.2474310331.issue13627@psf.upfronthosting.co.za>
In-reply-to
Content
Have a look also at DH related ticket: http://bugs.python.org/issue13626

There is a code example on how PHP manage the DH parameter setup with high level OpenSSL.

The code must check if the ciphers is EC or DH and in that case setup appropriate parameters by generating random data for DH operations.
History
Date User Action Args
2011-12-18 14:51:43naifsetrecipients: + naif, pitrou
2011-12-18 14:51:43naifsetmessageid: <1324219903.08.0.2474310331.issue13627@psf.upfronthosting.co.za>
2011-12-18 14:51:31naiflinkissue13627 messages
2011-12-18 14:51:31naifcreate