Am Mon, Feb 07, 2022 at 04:12:17PM +0100 schrieb Thomas Klausner: > I've been asked by the filezilla software developer if NetBSD will add > crypt_r() as a thread-safe crypt() replacement.
I don't exactly see the point. If I wanted to provide a more modern interface, it would be for password verification only and include constant time guarantees, which the existing interface can't provide. Joerg