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 pitrou
Recipients gregory.p.smith, naif, pitrou
Date 2011-12-19.13:50:57
SpamBayes Score 0.0026467543
Marked as misclassified No
Message-id <1324302622.3588.27.camel@localhost.localdomain>
In-reply-to <1324299789.65.0.701910827139.issue13636@psf.upfronthosting.co.za>
Content
> I would suggest to try to keep  ECC/ECDH/ECDHE enabled, conceptually
> we would like to have ECDHE as the first ciphers because it's the most
> modern, performance and secure.

However, this will also divide performance by a large factor (from 2x to
4x apparently).

> Maybe also DH/EDH stuff can be done "in memory"?

Yes, there are also APIs for that, but you still have to provide magic
numbers (or have Python provide them).
History
Date User Action Args
2011-12-19 13:50:58pitrousetrecipients: + pitrou, gregory.p.smith, naif
2011-12-19 13:50:57pitroulinkissue13636 messages
2011-12-19 13:50:57pitroucreate