]> granicus.if.org Git - python/commit
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
authorAntonio Gutierrez <chibby0ne@gmail.com>
Tue, 8 Oct 2019 04:22:17 +0000 (06:22 +0200)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Oct 2019 04:22:17 +0000 (21:22 -0700)
commit0d3fe8ae4961bf551e7d5e42559e2ede1a08fd7c
tree8ddcbaae6fdebf3694b166b58995aa849b812f3d
parent4d5f94b8cd20f804c7868c5395a15aa6032f874c
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)

Checks also for encryption algorithms methods not supported in different
OSs.

Signed-off-by: Antonio Gutierrez <chibby0ne@gmail.com>
Lib/crypt.py
Misc/NEWS.d/next/Core and Builtins/2019-10-05-19-36-16.bpo-38402.EZuzgK.rst [new file with mode: 0644]
Modules/_cryptmodule.c