<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests, branch v1.1-beta1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1-beta1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1-beta1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-09-26T21:25:13+00:00</updated>
<entry>
<title>reverse: switch from GCM-SIV to AES-SIV</title>
<updated>2016-09-26T21:25:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-26T21:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e9bb8b800c6c724125ccd862f4d20946317b31f5'/>
<id>urn:sha1:e9bb8b800c6c724125ccd862f4d20946317b31f5</id>
<content type='text'>
GCM-SIV is not yet finalized, and the reference implemenation is
painfully slow at about 2 MB/s. Switch to AES-SIV.
</content>
</entry>
<entry>
<title>tests: add reverse linux tarball test</title>
<updated>2016-09-25T18:04:03+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T18:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=32e35adcadb99bdcbc129fe419269a675cb4fd40'/>
<id>urn:sha1:32e35adcadb99bdcbc129fe419269a675cb4fd40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement changes proposed by gosimple.</title>
<updated>2016-09-25T17:48:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T17:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5f4b16c00f2475a8efd0ae0d4d4e26f92b563dc0'/>
<id>urn:sha1:5f4b16c00f2475a8efd0ae0d4d4e26f92b563dc0</id>
<content type='text'>
Also delete the unused "dirIVNameStruct", found by deadcode.
</content>
</entry>
<entry>
<title>reverse: add symlink encryption and Readlink support</title>
<updated>2016-09-25T16:01:24+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T16:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b883dd10a62eb8d7ddf589e2878d8e0f65a90e83'/>
<id>urn:sha1:b883dd10a62eb8d7ddf589e2878d8e0f65a90e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse: more thorough longname stat test</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T13:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ffdb7cd47af8488ff282dbcbefdf884b9aadadff'/>
<id>urn:sha1:ffdb7cd47af8488ff282dbcbefdf884b9aadadff</id>
<content type='text'>
Now also verifies the returned file size.
</content>
</entry>
<entry>
<title>reverse: add gcmsiv flag and associated tests</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T13:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2050c7f3b3822a4a3329d4ba5b146d269ef05b4d'/>
<id>urn:sha1:2050c7f3b3822a4a3329d4ba5b146d269ef05b4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: smarter error handling in ResetTmpDir</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T12:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f8da264222f7348c6b9e6dd9d372200f850d2878'/>
<id>urn:sha1:f8da264222f7348c6b9e6dd9d372200f850d2878</id>
<content type='text'>
Look at the error code from os.Remove and decide about the
right thing to do.

Gets rid of spurious fusermount error messages.
</content>
</entry>
<entry>
<title>reverse: add longname benchmark</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-24T20:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6c52c1a6e6176ba7b6922ee27df7ddd09991b57e'/>
<id>urn:sha1:6c52c1a6e6176ba7b6922ee27df7ddd09991b57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: extractloop: use tmp dir based on script name</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-24T18:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6ffd07f02aaf75f9a6a75982fd8c8cd3f279701b'/>
<id>urn:sha1:6ffd07f02aaf75f9a6a75982fd8c8cd3f279701b</id>
<content type='text'>
This is how this should be done as well in future test scripts.
</content>
</entry>
<entry>
<title>tests: skip the nanosecond compare for now</title>
<updated>2016-09-25T14:42:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T14:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f6d4d240e6e17f8052cdecd11533a1e24b339985'/>
<id>urn:sha1:f6d4d240e6e17f8052cdecd11533a1e24b339985</id>
<content type='text'>
</content>
</entry>
</feed>
