Message274118
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, gregory.p.smith |
| Date | 2016-09-01.12:29:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1472732959.81.0.0491310720646.issue27928@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
OpenSSL 1.1 has EVP_PBE_scrypt(). hashlib.scrypt() is a low-hanging fruit for Python 3.6. I have a working patch with some tests. I need to write more tests and documentation: https://github.com/tiran/cpython/commits/feature/openssl110_scrypt |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-01 12:29:19 | christian.heimes | set | recipients: + christian.heimes, gregory.p.smith |
| 2016-09-01 12:29:19 | christian.heimes | set | messageid: <1472732959.81.0.0491310720646.issue27928@psf.upfronthosting.co.za> |
| 2016-09-01 12:29:19 | christian.heimes | link | issue27928 messages |
| 2016-09-01 12:29:19 | christian.heimes | create | |