<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/normal, branch v1.1.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-10-16T13:04:53+00:00</updated>
<entry>
<title>tests: split "normal" tests into "cli" and "defaults"</title>
<updated>2016-10-16T13:04:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-16T11:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=57e8df990c7c251b3cc73c2df6af6bf73367d234'/>
<id>urn:sha1:57e8df990c7c251b3cc73c2df6af6bf73367d234</id>
<content type='text'>
Also fixes the failure to run the benchmarks do to the missing
gocryptfs.diriv.
</content>
</entry>
<entry>
<title>main: show "-o" in the help text</title>
<updated>2016-10-10T18:57:35+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-10T18:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c8e5dc9844dbdb7fbd48c8409b37926900d4c5fc'/>
<id>urn:sha1:c8e5dc9844dbdb7fbd48c8409b37926900d4c5fc</id>
<content type='text'>
Binds it to a dummy variable so it appears in the help text.
</content>
</entry>
<entry>
<title>tests: add test for "mountpoint shadows cipherdir" logic</title>
<updated>2016-10-08T22:03:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T22:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e220b24c5a2117eaec9882ee8d149faba6120731'/>
<id>urn:sha1:e220b24c5a2117eaec9882ee8d149faba6120731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main: add "-nonempty" option</title>
<updated>2016-10-06T20:41:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-06T20:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=434ce50db38e78f7e2a67af07cb92d8829fdfdf6'/>
<id>urn:sha1:434ce50db38e78f7e2a67af07cb92d8829fdfdf6</id>
<content type='text'>
</content>
</entry>
<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>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: use unmount wrapper in ResetTmpDir</title>
<updated>2016-07-11T18:41:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-11T18:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce'/>
<id>urn:sha1:1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce</id>
<content type='text'>
This should make it work on OSX.

Also, split unmount into two functions. Depending on what you
want,

* UnmountErr returns the resulting error
* UnmountPanic panics if the error was not nil
</content>
</entry>
<entry>
<title>test: split up integration_tests</title>
<updated>2016-06-29T22:57:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-29T22:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=02b6d3067d502bcc063965a5a9d75aa693125e1b'/>
<id>urn:sha1:02b6d3067d502bcc063965a5a9d75aa693125e1b</id>
<content type='text'>
...into "matrix" and "normal".

Also:
* Make running multiple packages in parallel safe, see
  http://stackoverflow.com/questions/23715302/go-how-to-run-tests-for-multiple-packages
* Don't depent on test_helper.TmpDir and friends to have a terminating slash
</content>
</entry>
</feed>
