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 yselivanov
Recipients alex, aronacher, christian.heimes, dstufft, gregory.p.smith, yselivanov
Date 2014-04-17.21:21:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <535045C6.6070609@gmail.com>
In-reply-to <e2858c88-64ef-47c8-9d0a-cccd02484f29@email.android.com>
Content
On 2014-04-17, 5:02 PM, Christian Heimes wrote:
> Christian Heimes added the comment:
>
> A callable wouldn't work for the OpenSSL back end of PBKDF2. The function takes a digest pointer. I have to think about a solution...
>
> Sorry for the brevity, I still don't have proper internet at home.
>

We can accept only hashlib functions, and continue passing their names 
to the OpenSSL backend. A bit ugly and limited solution (no user-defined 
hash functions) for a better looking API.

Yury
History
Date User Action Args
2014-04-17 21:21:12yselivanovsetrecipients: + yselivanov, gregory.p.smith, christian.heimes, aronacher, alex, dstufft
2014-04-17 21:21:12yselivanovlinkissue21288 messages
2014-04-17 21:21:12yselivanovcreate