[issue31664] Add support of new crypt methods

2021-06-04 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +25119 pull_request: https://github.com/python/cpython/pull/26526 ___ Python tracker ___

[issue31664] Add support of new crypt methods

2017-10-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Tests on s390x SLES 3.x are passed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31664] Add support of new crypt methods

2017-10-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0f261583bae7e60e410709ed96398dd1b14c5454 by Serhiy Storchaka in branch 'master': bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116)

[issue31664] Add support of new crypt methods

2017-10-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4086 stage: resolved -> patch review ___ Python tracker ___

[issue31664] Add support of new crypt methods

2017-10-24 Thread STINNER Victor
STINNER Victor added the comment: Failure on s390x SLES 3.x: http://buildbot.python.org/all/#/builders/16/builds/65 == FAIL: test_invalid_log_rounds (test.test_crypt.CryptTestCase)

[issue31664] Add support of new crypt methods

2017-10-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31664] Add support of new crypt methods

2017-10-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset eab3ff72ebe79416cc032b8508ae13332955a157 by Serhiy Storchaka in branch 'master': bpo-31664: Add support for the Blowfish method in crypt. (#3854)

[issue31664] Add support of new crypt methods

2017-10-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: In issue31702 I propose related improvement for the SHA-* methods. -- ___ Python tracker

[issue31664] Add support of new crypt methods

2017-10-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I concur. Initially I implemented all three methods, then removed they except Blowfish, and then re-added they back just for showing they to security experts. -- ___ Python tracker

[issue31664] Add support of new crypt methods

2017-10-02 Thread Christian Heimes
Christian Heimes added the comment: -1 on DES and NT Hash These are very old, very bad algorithms and should no longer be used. We are in the 21th century. -- ___ Python tracker

[issue31664] Add support of new crypt methods

2017-10-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Library (Lib) nosy: +christian.heimes, dstufft, gregory.p.smith, jafo type: -> enhancement versions: +Python 3.7 ___ Python tracker

[issue31664] Add support of new crypt methods

2017-10-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +3834 stage: -> patch review ___ Python tracker ___

[issue31664] Add support of new crypt methods

2017-10-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Proposed PR adds support of three new methods in the crypt module. 1. Blowfish. It is considered as strong as SSH512 for crypt() purpose. There are several variants of this method: '2', '2a', '2b' and '2y'. '2y' looks the