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 karlp
Recipients karlp
Date 2013-09-24.15:32:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380036748.95.0.439028811791.issue19084@psf.upfronthosting.co.za>
In-reply-to
Content
OpenSSL supports TLS-PSK which some people (myself obviously) find to be substantially easier to use than setting up certs.

However, there's no way to use PSK via the current SSL api in python.  It would be very nice to be able to use PSK from python.

For OpenSSL, even the C API is particularly easy.  Attached is the implementation used in Mosquitto, a MQTT message broker that supports both cert based and PSK based TLS.
History
Date User Action Args
2013-09-24 15:32:28karlpsetrecipients: + karlp
2013-09-24 15:32:28karlpsetmessageid: <1380036748.95.0.439028811791.issue19084@psf.upfronthosting.co.za>
2013-09-24 15:32:28karlplinkissue19084 messages
2013-09-24 15:32:28karlpcreate