New submission from Christian Heimes <li...@cheimes.de>:

bpo #18582 added a C implementation of PBKDF2 algorithm. Back then Python still 
supported OpenSSL versions with a slow version of PBKDF2-HMAC. Nowadays all 
supported OpenSSL versions contain an optimized version of the password 
derivation algorithm.

----------
assignee: christian.heimes
components: Extension Modules
messages: 352111
nosy: christian.heimes
priority: normal
severity: normal
stage: needs patch
status: open
title: Remove copy of fast PBKDF2 algorithm
type: enhancement
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38134>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to