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 vstinner
Recipients christian.heimes, cstratak, vstinner
Date 2017-10-09.15:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507562609.0.0.213398074469.issue31705@psf.upfronthosting.co.za>
In-reply-to
Content
> The issue is reproducible on a CentOS 7.4 on ppc64le architecture.

What is the kernel version?

It would be nice to have the strace output. Example:

strace -o trace ./python -m test -v test_socket -m test_sha256
# then get the trace file

I'm surprised because it seems like ENOKEY (error 126) can only be get on accept(), not on send():
http://elixir.free-electrons.com/linux/latest/source/crypto/af_alg.c#L295
History
Date User Action Args
2017-10-09 15:23:29vstinnersetrecipients: + vstinner, christian.heimes, cstratak
2017-10-09 15:23:29vstinnersetmessageid: <1507562609.0.0.213398074469.issue31705@psf.upfronthosting.co.za>
2017-10-09 15:23:28vstinnerlinkissue31705 messages
2017-10-09 15:23:28vstinnercreate