Re: Has geli broken when using authentication (hmac/sha256)?

2020-11-07 Thread John-Mark Gurney
Dewayne Geraghty wrote this message on Fri, Nov 06, 2020 at 16:46 +1100: > Using FreeBSD 12.2S r367125M, to > # geli init -a HMAC/SHA256 -e aes-cbc -l 128 -P -s 4096 -K /tmp/key ${D}s1a > fails during newfs, > # newfs -O2 -U ${D}s1a.eli > newfs: can't read old UFS1 superblock: read error from block

Has geli broken when using authentication (hmac/sha256)?

2020-11-05 Thread Dewayne Geraghty
Using FreeBSD 12.2S r367125M, to # geli init -a HMAC/SHA256 -e aes-cbc -l 128 -P -s 4096 -K /tmp/key ${D}s1a fails during newfs, # newfs -O2 -U ${D}s1a.eli newfs: can't read old UFS1 superblock: read error from block device: Invalid argument Using geli with encryption only, works as usual. But usi