Message303974
> 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 |
|
Date |
User |
Action |
Args |
2017-10-09 15:23:29 | vstinner | set | recipients:
+ vstinner, christian.heimes, cstratak |
2017-10-09 15:23:29 | vstinner | set | messageid: <1507562609.0.0.213398074469.issue31705@psf.upfronthosting.co.za> |
2017-10-09 15:23:28 | vstinner | link | issue31705 messages |
2017-10-09 15:23:28 | vstinner | create | |
|