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 christian.heimes
Recipients barry, christian.heimes, dmalcolm, doko, sbt
Date 2017-12-27.20:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514405856.79.0.213398074469.issue17258@psf.upfronthosting.co.za>
In-reply-to
Content
Dave, are you still interested to address the issue?

I think it's a good idea to replace HMAC-MD5 in the long run. But instead of hard-coding another hash algorithm, I would like to see an improved handshake protocol that supports flexible authentication algorithms. You could send an algorithm indicator (e.g. HMAC_SHA256) in the request.

It would be really cool to run multiprocessing protocol over TLS with support for SASL with SCRAM or EXTERNAL (TLS cert auth, AF_UNIX PEERCRED, GSSAPI)...
History
Date User Action Args
2017-12-27 20:17:37christian.heimessetrecipients: + christian.heimes, barry, doko, dmalcolm, sbt
2017-12-27 20:17:36christian.heimessetmessageid: <1514405856.79.0.213398074469.issue17258@psf.upfronthosting.co.za>
2017-12-27 20:17:36christian.heimeslinkissue17258 messages
2017-12-27 20:17:36christian.heimescreate