Jens Neuhalfen

Results 36 comments of Jens Neuhalfen

@tecosaur sorry for the spam. Could you please post the doom commit you use?

Bummer. Do you know a working revision for the generation?

[RoboHash](https://robohash.org/) might be worth a look.

Instead of returning just a stream I am thinking of returning an object with fuller semantics

Wow ... that issue has gone stale :-/ Looking for support here (time constraints on my side)

You mean implement [detached signatures](https://www.gnupg.org/gph/en/manual/x135.html#AEN160)? I would really appreciate a pull request. Right now I am quite busy at `$DAYJOB` ant will probably be till the end of summer. So...

```text gpg --homedir=$PWD -K /var/folders/12/vzps3jhs0pz8z_phldh9pz180000gn/T/bouncygpg10153852937528431865/pubring.kbx ------------------------------------------------------------------------------------------ sec nistp256 2018-12-29 [SCA] ADDCFC840DC7196DD1583F26732D8515470359BC uid [ unknown] Juliet Capulet ssb nistp256 2018-12-29 [E] ```

@vanitasvitae : This very likely also affects pgpainless. Do you have any idea?

RSA (works): ```text gpg --homedir=$PWD -K ------------------------------------------------------------------------------------------ sec rsa3072 2018-12-29 [SCEA] 897A7BE5E76E3311F93C4B946CF5A46E7D732A01 uid [ unknown] Juliet Capulet ``` ECC (does not work): ```text gpg --homedir=$PWD -K ------------------------------------------------------------------------------------------ sec nistp256 2018-12-29...

## Reproducible The integration test (`git clone https://github.com/neuhalje/bouncy-gpg.git ; ./gradlew integrationTest --info`; _log in build/reports/tests/integrationTest/index.html_ ) fails consistently. Even when I change the key generation (RSA with subkeys) the result...