Felix Hilgers
Felix Hilgers
So after playing around with it for a while I realized that the version which fixed my problem is `oci-go-sdk 22.0.0` This version added support for `PKCS#8 format API Keys`...
It would make sense to either provide a note in the documentation that vault does not support the newer features of the oci-go-sdk (especially the key format) or just update...
I am currently working on re-implementing the Cryptomator Spec in golang. After that is stable and tested I will work on implementing the backend for rclone. I will hopefully follow...
After looking through the `array.c` file I notices another thing. When expanding the array, it is checked whether an overflow happens on increasing the capacity: ``` size_t new_capacity = ar->capacity...
The backend test as well as `test_all -remotes cryptomator` passes now. I will try to implement the optional methods that I suppose are possible either today or tomorrow. I do...
Every Filesystem feature apart from Purge, ListR, ChangeNotify, MergeDirs and OpenWriterAt can and is implemented now. Due to the fact that the directory structure is flattened, we cannot make use...
Sorry, I had a lot to do in the last few weeks. I will fix the windows issue in the next few days and look into how I might fix...
I have hopefully fixed the windows issue and also excluded the js/wasm build target as it is not supported by the crypto library. As I currently have no windows machine,...
Would it be possible to run the workflow? (friendly ping @ncw)
Oops, I must have made a mistake merging master in the Github UI. I will fix that tomorrow. After the windows bug is fixed correctly, I think everything should be...