summaryrefslogtreecommitdiff
path: root/sys/boot/geli/geliboot.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-437/+0
* Hide length of geli passphrase during boot.Mariusz Zaborski2017-08-261-92/+92
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-011-13/+132
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-311-7/+7
* GELIBoot may attempt to read past the end of the diskAllan Jude2016-10-041-6/+14
* Fix a -Wformat warning by using %d, not %ld for md_iterationsEnji Cooper2016-05-131-1/+1
* GELIBoot should only prompt for the GELI passphrase if the provider has the G...Allan Jude2016-04-081-4/+4
* Fix GELIBoot support for GELI sector size is > 512Allan Jude2016-04-061-23/+41
* Do not prompt for GELI passphrase is encrypted with keys onlyAllan Jude2016-03-261-1/+9
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-161-0/+284