lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 23 Mar 2015 21:34:56 -0500 (CDT)
From: Steve Thomas <steve@...tu.com>
To: "discussions@...sword-hashing.net" <discussions@...sword-hashing.net>
Subject: Minor bug in yescrypt

file yescrypt-ref.c, line 728, in yescrypt_kdf():

- size_t dklen = g ? sizeof(dk) : buflen;
+ size_t dklen = buflen;

This needs to be this way since upgrades break if they are not the same length.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ