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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19084>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to