You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
Either it fails with the message: "Error occurred during a cryptographic function", or it hangs indefinitely in this function. Again, it seems completely random whether it succeeds or not. It is being called by function in NGit:
DiffieHellmanManaged dh = new DiffieHellmanManaged (pspec.P.GetBytes (), pspec.G.GetBytes (), 0);
in GenerateKeyPair (KeyPairGenerator.cs)
Any ideas? If not, are there any ways to generate the Diffie-Helman keys through some other method?
Thanks so much -- NGit is awesome!
Cheers,
Leo
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys, sorry for the very boring title..
I'm trying to do pushes through SSH. I am specifying my own keys by using the method set out here: http://stackoverflow.com/questions/13764435/ngit-making-a-connection-with-a-private-key-file
It works well with a clone, and on the first push. After that, it fails 30% of the time, always in this method in Mono.Security:
Either it fails with the message: "Error occurred during a cryptographic function", or it hangs indefinitely in this function. Again, it seems completely random whether it succeeds or not. It is being called by function in NGit:
in GenerateKeyPair (KeyPairGenerator.cs)
Any ideas? If not, are there any ways to generate the Diffie-Helman keys through some other method?
Thanks so much -- NGit is awesome!
Cheers,
Leo
The text was updated successfully, but these errors were encountered: