This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, vstinner
Date 2019-03-11.16:18:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552321109.95.0.577457656856.issue36263@roundup.psfhosted.org>
In-reply-to
Content
Attached PR 12280 fix the issue: the salt wasn't passed to EVP_PBE_scrypt() and so the function fails with "missing salt".
History
Date User Action Args
2019-03-11 16:18:29vstinnersetrecipients: + vstinner, christian.heimes
2019-03-11 16:18:29vstinnersetmessageid: <1552321109.95.0.577457656856.issue36263@roundup.psfhosted.org>
2019-03-11 16:18:29vstinnerlinkissue36263 messages
2019-03-11 16:18:29vstinnercreate