[issue27744] Add AF_ALG (Linux Kernel crypto) to socket module

Christian Heimes report at bugs.python.org
Sun Aug 28 15:37:42 EDT 2016


Christian Heimes added the comment:

New patch with setsockopt(socket.SOL_ALG, socket.ALG_SET_AEAD_AUTHSIZE, None, taglen) instead of (None, taglen).

----------
Added file: https://bugs.python.org/file44248/AF_ALG-kernel-crypto-support-for-socket-module-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27744>
_______________________________________


More information about the Python-bugs-list mailing list