[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-05 Thread miss-islington
miss-islington added the comment: New changeset cfdaf92221da3c264d0da9c588994fefe4073196 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38270: Fix indentation of test_hmac assertions (GH-17446) (GH-17450) https://github.com/python/cpython/commit/cfdaf92221da3c264d0da9c588994fefe4073196

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-03 Thread miss-islington
miss-islington added the comment: New changeset 894331838b256412c95d54051ec46a1cb96f52e7 by Miss Islington (bot) (stratakis) in branch 'master': bpo-38270: Fix indentation of test_hmac assertions (GH-17446) https://github.com/python/cpython/commit/894331838b256412c95d54051ec46a1cb96f52e7

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16931 pull_request: https://github.com/python/cpython/pull/17450 ___ Python tracker ___

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-02 Thread Charalampos Stratakis
Change by Charalampos Stratakis : -- pull_requests: +16927 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/17446 ___ Python tracker ___

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-02 Thread Charalampos Stratakis
Change by Charalampos Stratakis : -- nosy: +cstratak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-11-27 Thread Petr Viktorin
Petr Viktorin added the comment: The change silently disables 2 tests, see comment here: https://github.com/python/cpython/commit/66cd041df8dfadd001ae298292e16f0271c0d139#diff-ba7d7a4a1a0050e1f497b71b5cd50afcR365 (I think it's better to reopen this bug, than to open a new one, so all the

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-10-11 Thread Ned Deily
Ned Deily added the comment: It looks like Christian originally requested autobackports to both 3.8 and 3.7 but both failed due to git checkout errors. He then manually restarted the 3.8 backport but it looks like the 3.7 one did not get restarted. Christian, was that intentional or just

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-10-01 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-30 Thread STINNER Victor
STINNER Victor added the comment: Can we close the issue? -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bfca56b3ddb4bb0a98931ebcd1257af2afa9b2ae by Łukasz Langa (Christian Heimes) in branch '3.8': [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) https://github.com/python/cpython/commit/bfca56b3ddb4bb0a98931ebcd1257af2afa9b2ae

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-27 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +16015 pull_request: https://github.com/python/cpython/pull/16437 ___ Python tracker ___

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-27 Thread miss-islington
miss-islington added the comment: New changeset 90558158093c0ad893102158fd3c2dd9f864e82e by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-38270: More fixes for strict crypto policy (GH-16418) https://github.com/python/cpython/commit/90558158093c0ad893102158fd3c2dd9f864e82e

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-26 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +15998 pull_request: https://github.com/python/cpython/pull/16418 ___ Python tracker ___

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-25 Thread miss-islington
miss-islington added the comment: New changeset 66cd041df8dfadd001ae298292e16f0271c0d139 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393)

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15975 pull_request: https://github.com/python/cpython/pull/16393 ___ Python tracker ___

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-25 Thread miss-islington
miss-islington added the comment: New changeset c64a1a61e6fc542cada40eb069a239317e1af36e by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-25 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +15962 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16382 ___ Python tracker

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-09-25 Thread Christian Heimes
New submission from Christian Heimes : MD5 hash digest algorithm has known security issues and is getting blocked on systems with strict security policies. Python uses MD5 in several unittests. These tests should either avoid MD5 and use SHA256 instead. Or tests that really require MD5