Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2009 22:07:58 +0300
From:      Gleb Kurtsou <gleb.kurtsou@gmail.com>
To:        soc-status@freebsd.org
Cc:        Stanislav Sedov <stas@FreeBSD.org>
Subject:   pefs status report 9
Message-ID:  <20090808190758.GA2421@tops>

next in thread | raw e-mail | index | archive | help
Hi,

I've completed all the features advertised in project proposal.
Commit log excerpt for last week:
- readdir improvements: skip unknown entries in encrypted directories, merge
  cookies
- encrypt key chains
- use tailq for keychains
- implement randomchain
- do not call pefs_node_lookup_name from pefs_enccn_get (it's not needed)
- simplify readdir and pefs_enccn_lookup_dirent: use continious buffer (maximum
  size is page size)
- remove unused pefs_chunk_get (direct access to iovec is preferred)
- increase max key size to 512 bits. userspace always generates 512 bits of key
  material. particular algorithm is to use as much of it as it needs

I'm going to perform additional stress testing and probably will add support
for another cipher during next week.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090808190758.GA2421>