Date: Tue, 27 Oct 2015 13:42:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 204055] [patch] zfs(8) should not yet list sha512, skein and edonr as supported hash algorithms Message-ID: <bug-204055-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204055 Bug ID: 204055 Summary: [patch] zfs(8) should not yet list sha512, skein and edonr as supported hash algorithms Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: fk@fabiankeil.de Keywords: patch Created attachment 162496 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162496&action=edit zfs(8): Do not advertise sha512, skein and edonr which aren't supported yet illumos 4185 (add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R) was intentionally merged only partially in r289422 and the algorithms actually are not yet supported on FreeBSD. zfs(8) correctly rejects them, the error message claims that they are supported, though: fk@r500 ~ $zfs set checksum=edonr tank cannot set property for 'tank': 'checksum' must be one of 'on | off | fletcher2 | fletcher4 | sha256 | sha512 | skein | edonr' The attached patch fixes this. Obtained from: ElectroBSD -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204055-8>