summaryrefslogtreecommitdiff
path: root/sysutils/pefs-kmod/files/patch-pefs_aesni.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/pefs-kmod: Fix build for 13+ and take maintainershipDaniel O'Connor2021-07-191-17/+0
| | | | | PR: 256956 Approved by: gleb (original maintainer)
* - Update to 2012-06-21Pav Lucistnik2012-06-201-3/+3
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=299705
* PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.Sofian Brabez2011-09-011-0/+17
Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation. WWW: http://github.com/glk/pefs WWW: http://wiki.freebsd.org/PEFS PR: ports/156002 Submitted by: Gleb Kurtsou <gk@freebsd.org> Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=280980