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 dstufft
Recipients Arfrever, alex, benjamin.peterson, christian.heimes, dstufft, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, vstinner
Date 2014-03-21.13:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395408110.69.0.878765046176.issue20995@psf.upfronthosting.co.za>
In-reply-to
Content
With regard to PSK and SRP. Seeing as how Python doesn't currently support them, SRP had a patch that hasn't been worked on since 2011 and PSK doesn't have a patch at all that this cipher string shouldn't concern itself with something that Python might someday in the future gain support for.

If someone comes along and adds PSK or SRP support they can adjust the cipher string in that patch, probably by adding the PSK or SRP ciphers conditionally when the parameters that are required for those ciphers are passed into wrap_socket, or maybe just all the time. Point being it shouldn't be a consideration now as adding it later is simple.
History
Date User Action Args
2014-03-21 13:21:50dstufftsetrecipients: + dstufft, lemburg, ncoghlan, pitrou, vstinner, christian.heimes, benjamin.peterson, ezio.melotti, Arfrever, alex, r.david.murray
2014-03-21 13:21:50dstufftsetmessageid: <1395408110.69.0.878765046176.issue20995@psf.upfronthosting.co.za>
2014-03-21 13:21:50dstufftlinkissue20995 messages
2014-03-21 13:21:50dstufftcreate