[New-bugs-announce] [issue19084] No way to use TLS-PSK from python ssl

Karl Palsson report at bugs.python.org
Tue Sep 24 17:32:28 CEST 2013


New submission from Karl Palsson:

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.

----------
components: Library (Lib)
files: 5bcfpEKD.txt
messages: 198362
nosy: karlp
priority: normal
severity: normal
status: open
title: No way to use TLS-PSK from python ssl
type: behavior
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file31859/5bcfpEKD.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19084>
_______________________________________


More information about the New-bugs-announce mailing list