Jeroen van Erp
Jeroen van Erp
Without some idea on how your client application looks or how it behaves wrt the resource usage, I cannot make an educated guess.
Hi Elias, What is the exit code you get when you execute this on the command line?
Is this only with `| xargs kill`? Does it happen with other piped commands? Do you have a small reproduction case (integration test?) for me to debug?
Any chance of getting this included in a next release? Anything that needs working on?
Correct, never noticed that!. Thanks
It might be that for FIPS you would require a different version of BouncyCastle to handle the encryption. Not sure actually, I know there is a FIPS certified version of...
Yes, the default `PasswordFinder` ensures that the password you give in gets blanked out after a single try so that we don't keep it. You can create your own PasswordFinder...
That is indeed a weird bug... Thanks for reporting this. We re-added the send EOF recently indeed, because I couldn't remember what was wrong with it. Now we seem to...
Thanks, I hope that's enough :) I'll try to build a test case to figure out what's going wrong.
For these kind of issues I would definitely welcome an isolated testcase which reproduces this behaviour. I you could supply one, I'm more than happy to fix this.