drbild / sslpsk

Adds TLS-PSK support to the Python ssl package
Apache License 2.0
24 stars 32 forks source link

Submit to stdlib? #18

Open paravoid opened 4 years ago

paravoid commented 4 years ago

Thanks for your efforts in authoring and maintaining this module!

I was wondering whether this should be something that exists in Python's stdlib and if you've thought about that. I found issue 19084, which is very old and was resolved due to inactivity. Noone objected it on philosophical grounds though, and you seem to have done most of the work for it, so perhaps it'd be worth reviving that issue and continuing that conversation?

drbild commented 4 years ago

Yes, getting PSK support merged upstream would be far preferable to continuing to develop hacks for each new release of Python!

I'll try to make time to submit something in the next month or so. But if you want to submit something earlier (based on this code or your work in #19), please feel free!

paravoid commented 5 months ago

This is a couple of months old but I just noticed it: https://github.com/python/cpython/pull/103181