Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] git clone via secured connection

On 3 March 2013 00:20, nappel <only4mailinglists@xxxxxxxxxxxxxx> wrote:
I used http://rtyley.github.com/spongycastle/. But be careful, theres a bug in his description! It has to be:

 Security.insertProviderAt(new BouncyCastleProvider(), 1);

 not
Security.addProvider(...

That configuration issue is now being tracked here: https://github.com/rtyley/spongycastle/issues/10

I didn't realise you were using Android, or I would have chipped in sooner :-) Incidentally, you could consider removing SSH key management from your code, and using the ssh-agent intent:

http://www.openintents.org/en/node/882 : org.openintents.ssh.BIND_SSH_AGENT_SERVICE

This is probably a digression for the jgit-dev mailing list though, apologies.

best regards,
Roberto Tyley


Back to the top