search for: arc4_random

Displaying 2 results from an estimated 2 matches for "arc4_random".

2013 Nov 02
2
[PATCH] curve25519-sha256@libssh.org key exchange proposal
Am 02.11.2013 um 11:38 schrieb Aris Adamantiadis <aris at 0xbadc0de.be>: > RFC4251 describes mpint to be multi-size and with positive values having > MSB clear, so it's clearly incompatible with raw string. > > Since you both agreed on the curve25519 implementation to use, I'll work > today on Markus' patch to make the changes Damien wanted. What do you want to
2001 May 26
3
OpenSSH ports and crypto issues
...able myself. My diffs would consist of diffs from the main source, makefiles and a library that implements compatibility routines for NT. The only part of my source that uses any cryptography is a function that calls a Crypto Provider DLL to generate a random number (I'm trying to approximae arc4_random() by using a system provider). Since this DLL provider is distributed in the system, I don't see a problem with re-distributing code that uses it. Is that a reasonable assumption w.r.t export restrictions ? (I don't think generating a random number involves encryption, but I have !clue abou...