Hans-Christoph Steiner
Hans-Christoph Steiner
Here's more on F-Droid's work on a YAML/git setup for signature profiles: * https://f-droid.org/2022/09/30/free-software-and-inspection-are-key-to-software-we-can-trust.html
This sounds quite valuable to have in the dataset. I might have time to implement it, if Exodus wants to have it. As part of the [Tracking the Trackers](https://gitlab.com/trackingthetrackers/wiki) project,...
I guess at the most basic level, it could just be a list of the permissions strings that the app wants the developer to set. If the library is an...
Ripple is a PanicKit trigger app. It is just a "trigger" app, and other apps implement the responses. So if your app implements the PanicKit trigger side, then it can...
I have a NitroKey HSM 2 that I updated to firmware v2.5. I still have this problem importing a RSA 4096 bit generated by `keytool` in a JKS then converted...
1. Yes, I've initialized the HSM many times. 2. Yes, I did the DKEK part as per that blog post 3. Yes, I generated the DKEK share. 4. Yes, the...
Ok, now its clear that its not an HSM 2, I wish I had found https://support.nitrokey.com/t/how-do-i-know-if-i-have-an-hsm1-or-hsm2/2553 before, it was not easy to identify it. So its clear the problems that...
FYI, we did this, I hope this approach works for you: - https://github.com/otr4j/otr4j/commit/1980a2a376b66086464cf05bc8185e49188fb46a - https://github.com/otr4j/otr4j/commit/047adf2e3859eead13a14ecc5c7c333699be17b0 - https://github.com/otr4j/otr4j/commit/d40a2932d1a448906f990147a8d6e938e99344db - https://github.com/otr4j/otr4j/commit/10e5a4d6f9dadfa0d0780b110b075d4e4c3a40ec - https://github.com/otr4j/otr4j/commit/9c0f6407a422697f74edf938e22226374aa08530 - https://github.com/otr4j/otr4j/commit/fb01cdbf3a80e4ee55a31d2b8ec5e1d80469ff2b
as far as I know, the only reason why we have not included TLV8 is because no one had implemented it in otr4j at the time we were working on...
Since we have OTRDATA working in ChatSecure, I'm taking this opportunity to think about what the OTRDATA API should look like in otr4j. I would like to make it as...