[Bug 204055] [patch] zfs(8) should not yet list sha512, skein and edonr as supported hash algorithms

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 27 13:42:39 UTC 2015


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 at FreeBSD.org
          Reporter: fk at 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 at 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.


More information about the freebsd-bugs mailing list