Sebastian Stenzel

Results 307 comments of Sebastian Stenzel
trafficstars

I just started my debugger with a breakpoint [in this line](https://github.com/jnr/jnr-ffi/blob/jnr-ffi-2.1.7/src/main/java/jnr/ffi/Platform.java#L483) and found out that files inside `/lib/x86_64-linux-gnu` such as `libfuse.so.2` are _missing_ while other files such as `libdrm_tegra.so.0.0.0` are...

@aahlenst > Is it possible for us the upload the pre-built packages to a PPA? No, you need to upload source packages. Only binaries built by the PPA build system...

> Do you have a contact at Ubuntu? Maybe we can work something out with them. I think @doko42 is responsible for the openjdk builds on Ubuntu. Doesn't seem to...

Just tried to update `cryptomator-1.4.1-x86_64.AppImage` using the latest AppImageUpdate snapshot version and got the same error: ``` sebastian@linux-mint:~/Downloads$ ./AppImageUpdate-x86_64.AppImage AppImageUpdate version 1-alpha (commit 6f2d028), build 400 built on 2019-02-07 22:44:08...

> Bintray broke/disabled range requests, the server doesn't reply properly any more. According to [RFC 7233, Section 4.4](https://tools.ietf.org/html/rfc7233#section-4.4) you can not rely on the server supporting range requests: > Note:...

If it was that simple, we would have done it already. This is a known issue for a long time, see cryptomator/cryptomator#119. What you're suggesting would lead to a key-reuse...

Any AD will change the filename. But we need deterministic filenames for a variety of reasons, among them the ability to utilize the file versioning in the cloud but also...

> wrong The first 16 bytes of a SIV-encrypted ciphertext is the ... well... SIV. It is basically a CMAC over the cleartext + AD. I.e. changing only one single...

Well, the dir ID is _per dir_, while anything related to the file (which is the whole point of this issue) is _per file_. Therefore the AD stays the same.

* The AD MUST NOT CHANGE * The file key ~~MUST~~ CAN CHANGE You can not combine these two, if you put the file key (or a hash or anything...