libgocryptfs/internal
Jakob Unterwurzacher d530fbd400 docs: names longer than 175 bytes (not 176) are stored in longnames
Quoting fusefrontend_reverse/node_helpers.go :

	// File names are padded to 16-byte multiples, encrypted and
	// base64-encoded. We can encode at most 176 bytes to stay below the 255
	// bytes limit:
	// * base64(176 bytes) = 235 bytes
	// * base64(192 bytes) = 256 bytes (over 255!)
	// But the PKCS#7 padding is at least one byte. This means we can only use
	// 175 bytes for the file name.

Noticed by @bailey27 at https://github.com/rfjakob/gocryptfs/issues/499#issuecomment-955790427
2021-11-01 14:44:32 +01:00
..
configfile docs: names longer than 175 bytes (not 176) are stored in longnames 2021-11-01 14:44:32 +01:00
contentenc cli: drop -forcedecode flag 2021-09-10 12:14:19 +02:00
cryptocore cryptocore: simplify declarations 2021-09-28 18:35:37 +02:00
ctlsocksrv go mod: declare module version v2 2021-08-23 15:05:15 +02:00
ensurefds012 Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
exitcodes Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
fido2 go mod: declare module version v2 2021-08-23 15:05:15 +02:00
fusefrontend nametransform: add longNameMax parameter 2021-10-21 14:55:30 +02:00
fusefrontend_reverse inomap: deterministically set root device 2021-09-10 17:17:16 +02:00
inomap inomap: deterministically set root device 2021-09-10 17:17:16 +02:00
nametransform nametransform: fix math.MaxInt build failure on older Go 2021-10-21 16:44:05 +02:00
openfiletable go mod: declare module version v2 2021-08-23 15:05:15 +02:00
pathiv go mod: declare module version v2 2021-08-23 15:05:15 +02:00
readpassword go mod: declare module version v2 2021-08-23 15:05:15 +02:00
siv_aead cryptocore: add NonceSize to AEADTypeEnum 2021-08-23 22:10:23 +02:00
speed cryptocore: disentangle algorithm / library implementation name 2021-09-28 18:09:31 +02:00
stupidgcm stupidgcm: add CpuHasAES() 2021-09-14 18:58:04 +02:00
syscallcompat Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
tlog tlog: switch from golang.org/x/crypto/ssh/terminal to golang.org/x/term 2021-08-19 07:38:56 +02:00