<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/cryptocore, 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>contentenc: add GCM-SIV support</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-20T20:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5f726aaa9d95be30ecfcb61637df3ccc133bf2ea'/>
<id>urn:sha1:5f726aaa9d95be30ecfcb61637df3ccc133bf2ea</id>
<content type='text'>
Also add ReverseDummyNonce nonce generation.
</content>
</entry>
<entry>
<title>cryptocore: add support for GCM-SIV</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-20T19:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7f87ed78f2f27831f2fa9409106846e3288c6f6e'/>
<id>urn:sha1:7f87ed78f2f27831f2fa9409106846e3288c6f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cryptocore: comment why 96-bit IVs are still supported</title>
<updated>2016-07-31T11:36:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-31T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7395b8e9905aa0f09be0646eb89a2e20afb38c0c'/>
<id>urn:sha1:7395b8e9905aa0f09be0646eb89a2e20afb38c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add godoc comments to all internal packages</title>
<updated>2016-07-06T19:51:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-06T19:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e8a234f658553927a2e845d64862321c90388e00'/>
<id>urn:sha1:e8a234f658553927a2e845d64862321c90388e00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename internal "toggledlog" package to "tlog"</title>
<updated>2016-06-15T21:30:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-15T21:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6c3f97399a01a2d8480b39978209099335efbf7d'/>
<id>urn:sha1:6c3f97399a01a2d8480b39978209099335efbf7d</id>
<content type='text'>
tlog is used heavily everywhere and deserves a shorter name.

Renamed using sed magic, without any manual rework:

   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
</content>
</entry>
<entry>
<title>stupidgcm: skip tests on Go 1.4 and older</title>
<updated>2016-05-04T22:09:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-04T20:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=906172938afcf40418d78d825ee4cd2b9363d643'/>
<id>urn:sha1:906172938afcf40418d78d825ee4cd2b9363d643</id>
<content type='text'>
Quoting from the patch:

	We compare against Go's built-in GCM implementation. Since stupidgcm only
	supports 128-bit IVs and Go only supports that from 1.5 onward, we cannot
	run these tests on older Go versions.
</content>
</entry>
<entry>
<title>cryptocore: support Go 1.4 in tests</title>
<updated>2016-05-04T22:09:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-04T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=66156181ee656a3c96175edb3bf3c5904102786a'/>
<id>urn:sha1:66156181ee656a3c96175edb3bf3c5904102786a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stupidgcm: completely replace spacemonkeygo/openssl</title>
<updated>2016-05-04T17:56:07+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-04T17:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=39f3a24484ffc343d2d5225d5c419082aabb9baa'/>
<id>urn:sha1:39f3a24484ffc343d2d5225d5c419082aabb9baa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cryptocore: add API tests</title>
<updated>2016-05-04T17:56:07+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-04T17:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1bb907b38e1fefdfb4ad66f1d423a607477deb3c'/>
<id>urn:sha1:1bb907b38e1fefdfb4ad66f1d423a607477deb3c</id>
<content type='text'>
</content>
</entry>
</feed>
