Date: Thu, 1 Sep 2011 14:21:11 +0000 (UTC) From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pefs-kmod Makefile distinfo pkg-descr pkg-plist ports/sysutils/pefs-kmod/files patch-Makefile patch-pefs_aesni.h Message-ID: <201109011421.p81ELBiV029098@repoman.freebsd.org>
index | next in thread | raw e-mail
sbz 2011-09-01 14:21:11 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/pefs-kmod Makefile distinfo pkg-descr pkg-plist
sysutils/pefs-kmod/files patch-Makefile patch-pefs_aesni.h
Log:
PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.
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)
Revision Changes Path
1.1319 +1 -0 ports/sysutils/Makefile
1.1 +37 -0 ports/sysutils/pefs-kmod/Makefile (new)
1.1 +2 -0 ports/sysutils/pefs-kmod/distinfo (new)
1.1 +17 -0 ports/sysutils/pefs-kmod/files/patch-Makefile (new)
1.1 +17 -0 ports/sysutils/pefs-kmod/files/patch-pefs_aesni.h (new)
1.1 +13 -0 ports/sysutils/pefs-kmod/pkg-descr (new)
1.1 +5 -0 ports/sysutils/pefs-kmod/pkg-plist (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109011421.p81ELBiV029098>
