Paul Schaub

Results 145 comments of Paul Schaub

Although ECDH over Curve25519 and EdDSA over Ed25519 apparently use the wrong OIDs in some cases, working with those keys does not present any obvious problems for now. I'm still...

The fix implemented for #1087 by the way also uses the wrong curve names. `PGPUtil.getCurveName(oid)` does not recognize 1.3.6.1.4.1.11591.15.1, which is the OID for Ed25519. Instead, the map used in...

Any news on this? In an attempt to tackle this myself, I tried replacing faulty OIDs with the ones from the standards document, but that broke everything :D So this...

Are there any updates on this? Would you accept a PR that changes all PGP packets to use the new format? I see that this would cause quite a bunch...

I see that in some places it is possible to convince BC to make use of the new packet format, e.g. when encoding key rings (by using `keyRing.encode(myBcpgOutputStream)` where `myBcpgOutputStream`...

As an inspiration on how to design an upgrade path: In order to ensure intact round-trip encoding, Sequoia-PGP does remember the CTB type when reading packets and uses that when...

I do not have access to Google Play and honestly I do not want to use it :) AFAIK the FDroid version is built from this repository. At least they...

Is the Google Play version different from the FDroid version? The one on FDroid got last recently updated on 06.02.2016 (Version number 3.0.12). This is the latest version, isn't it?

There is a new alpha release of netCipher (2.0.0-alpha1). To solve the original problem, you can no longer use OrbotHelper.isOrbotRunning() (or something like that), but instead you have to communicate...

Nope, eventually gave up on it :(