<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/Documentation, branch v2.2.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.2.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.2.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2021-09-10T10:17:22+00:00</updated>
<entry>
<title>Update README &amp; MANPAGE</title>
<updated>2021-09-10T10:17:22+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-09-10T10:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a85e39f68288af3b9238f7caeefe6eb420b44f02'/>
<id>urn:sha1:a85e39f68288af3b9238f7caeefe6eb420b44f02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: drop -forcedecode flag</title>
<updated>2021-09-10T10:14:19+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-09-10T10:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d023cd6c95fcbc6b5056ba1f425d2ac3df4abc5a'/>
<id>urn:sha1:d023cd6c95fcbc6b5056ba1f425d2ac3df4abc5a</id>
<content type='text'>
The rewritten openssl backend does not support this flag anymore,
and it was inherently dangerour. Drop it (ignored for compatibility)
</content>
</entry>
<entry>
<title>*: trim trailing whitespace</title>
<updated>2021-09-01T08:22:01+00:00</updated>
<author>
<name>a1346054</name>
</author>
<published>2021-08-31T17:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7c2255be9027551a1df54b3cb58ea9493857d391'/>
<id>urn:sha1:7c2255be9027551a1df54b3cb58ea9493857d391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: fix spelling</title>
<updated>2021-09-01T08:22:01+00:00</updated>
<author>
<name>a1346054</name>
</author>
<published>2021-08-31T17:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6cb03b54fe4c13a4534793c4c900b7894ae2b387'/>
<id>urn:sha1:6cb03b54fe4c13a4534793c4c900b7894ae2b387</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shell scripts: fix shellcheck warnings</title>
<updated>2021-09-01T08:22:01+00:00</updated>
<author>
<name>a1346054</name>
</author>
<published>2021-08-31T17:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c63f7e9f64ee394b3311edb7f36f56fd786d145a'/>
<id>urn:sha1:c63f7e9f64ee394b3311edb7f36f56fd786d145a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: file-format.md: describe XChaCha20-Poly1305</title>
<updated>2021-08-26T06:43:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-26T06:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=91d3b30c1c813a56ae057a373f045803fb788d60'/>
<id>urn:sha1:91d3b30c1c813a56ae057a373f045803fb788d60</id>
<content type='text'>
Different nonce size.
</content>
</entry>
<entry>
<title>-devrandom: make flag a no-op</title>
<updated>2021-08-25T10:39:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-25T10:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=61ef6b00a675456ee05d40f1ce44d693bc4be350'/>
<id>urn:sha1:61ef6b00a675456ee05d40f1ce44d693bc4be350</id>
<content type='text'>
Commit f3c777d5eaa682d878c638192311e52f9c204294 added the `-devrandom` option:

    commit f3c777d5eaa682d878c638192311e52f9c204294
    Author: @slackner
    Date:   Sun Nov 19 13:30:04 2017 +0100

    main: Add '-devrandom' commandline option

    Allows to use /dev/random for generating the master key instead of the
    default Go implementation. When the kernel random generator has been
    properly initialized both are considered equally secure, however:

    * Versions of Go prior to 1.9 just fall back to /dev/urandom if the
      getrandom() syscall would be blocking (Go Bug #19274)

    * Kernel versions prior to 3.17 do not support getrandom(), and there
      is no check if the random generator has been properly initialized
      before reading from /dev/urandom

    This is especially useful for embedded hardware with low-entroy. Please
    note that generation of the master key might block indefinitely if the
    kernel cannot harvest enough entropy.

We now require Go v1.13 and Kernel versions should have also moved on.
Make the flag a no-op.

https://github.com/rfjakob/gocryptfs/issues/596
</content>
</entry>
<entry>
<title>MANPAGE: add -xchacha</title>
<updated>2021-08-24T12:05:52+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-24T12:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=24bb28a517b1500bc1f5355083d68a152c6e7e96'/>
<id>urn:sha1:24bb28a517b1500bc1f5355083d68a152c6e7e96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MANPAGE: move nosyslog to MOUNT OPTIONS section</title>
<updated>2021-08-20T14:01:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-20T14:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=14bf80301b4f3f1fb56f2f0b73de0dcc4aab5216'/>
<id>urn:sha1:14bf80301b4f3f1fb56f2f0b73de0dcc4aab5216</id>
<content type='text'>
It was in INIT OPTIONS by mistake.
</content>
</entry>
<entry>
<title>-deterministic-names: accept flag on -init</title>
<updated>2021-08-20T13:57:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-20T13:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2a9dea2973a6141e8efdf8bd26d8ddb2d2c35fc4'/>
<id>urn:sha1:2a9dea2973a6141e8efdf8bd26d8ddb2d2c35fc4</id>
<content type='text'>
And store it in gocryptfs.conf (=remove DirIV feature flag).
</content>
</entry>
</feed>
