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

2017-09-06 Thread Christian Heimes
Christian Heimes added the comment: This feature request has been idle for almost four years. Although TLS-PSK is nice to have, it is not a priority for protocols such as HTTPS. I neither have time nor motivation to create a patch myself. Therefore I'm closing this issue of lack of activity. P

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

2017-09-06 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

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

2017-04-11 Thread chrysn
Changes by chrysn : -- nosy: +chrysn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

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

2016-09-15 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: -> christian.heimes components: +SSL ___ Python tracker ___ ___ Python-bugs-list mailing l

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

2016-09-08 Thread Christian Heimes
Changes by Christian Heimes : -- versions: +Python 3.7 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

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

2015-09-23 Thread Luiz Francisco Artigas de Prá
Changes by Luiz Francisco Artigas de Prá : -- nosy: +Luiz Francisco Artigas de Prá ___ Python tracker ___ ___ Python-bugs-list mailing

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

2015-08-21 Thread Nicolas Jouanin
Changes by Nicolas Jouanin : -- nosy: +njouanin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

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

2013-09-25 Thread Roger Light
Roger Light added the comment: This is not TLS-SRP, but TLS-PSK as described by RFC 4279[1] There is a very small amount of overlap - the "unknown_psk_identity" error defined by PSK is also used in SRP. [1] http://tools.ietf.org/html/rfc4279 -- ___

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

2013-09-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Is it different from TLS SRP, which already has a feature request in issue11943? As Jesus said, feel free to propose a patch, even a proof of concept so that we start discussing the API. -- nosy: +christian.heimes, giampaolo.rodola, janssen, pitrou stag

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

2013-09-24 Thread Roger Light
Changes by Roger Light : -- nosy: +ralight ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

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

2013-09-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Python 2.7 is open only for bugfixes. No new features. Do you dare to write a patch for Python 3.4? :-). If you do, remember to sign a Contributor Agreement. Give it a try! :) -- nosy: +jcea versions: -Python 2.7 ___

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

2013-09-24 Thread Karl Palsson
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 Ope

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

2013-09-24 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho