Created attachment 233089 [details] Screenshot: FreeBSD boot loader menu <https://www.freebsd.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD>
Is there a patch?
A workaround for anyone else wanting to have an OpenZFS encrypted root, here are my notes from setting that up: https://forums.freebsd.org/threads/the-quest-for-unencrypted-boot-and-zfs-native-encrypted.91940/#post-640041 It involves having a unencrypted /boot partition that doubles as / on initial boot into single user mode, then loads the zfs keys, mounts the encrypted / and re-roots to it (via `reboot -r`).