search for: rc4_key

Displaying 4 results from an estimated 4 matches for "rc4_key".

Did you mean: raw_key
2000 Jul 17
0
patch for getting 2.1.1p4 to compile on SunOS 4
...02:03:59 2000 @@ -45,90 +45,9 @@ #include "xmalloc.h" #include "ssh.h" #include "bsd-misc.h" -#include "entropy.h" #include <openssl/rand.h> -#ifndef HAVE_ARC4RANDOM - -typedef struct -{ - unsigned int s[256]; - int i; - int j; -} rc4_t; - -void rc4_key(rc4_t *r, unsigned char *key, int len); -void rc4_getbytes(rc4_t *r, unsigned char *buffer, int len); - -static rc4_t *rc4 = NULL; - -void rc4_key(rc4_t *r, unsigned char *key, int len) -{ - int t; - - for(r->i = 0; r->i < 256; r->i++) - r->s[r->i] = r->i; - - r->j = 0; -...
2001 Feb 21
0
Q: core dumped on keygen in Sol 2.6, ssh2.3.0p1, openssl-0.9.6 and zlib-1.1.3
...ed with -O, instead of -O3 -fomit-frame-pointer. openssh is being compiled with -O2 -fstrict-aliasing. In the case I've investigated with gdb, ssh-keygen dies the first time it gets to RC4_set_key (openssl), called from arc4random_stir. It dies trying to write into the memory of "static RC4_KEY rc4;" (openbsd-compat/bsd-arc4random.c). If, just for sport, I *initialize* rc4 [with zeros] (i.e. it ends up in the data section, not bss), then we sail past this problem [but it dies a bit later in some rsa code]. Do these further details spark any thoughts? (I suspect something in the com...
2005 Jun 13
5
[Bug 1055] Problem with arcfour cipher and OpenSSL 0.9.7g
http://bugzilla.mindrot.org/show_bug.cgi?id=1055 Summary: Problem with arcfour cipher and OpenSSL 0.9.7g Product: Portable OpenSSH Version: 4.1p1 Platform: Itanium2 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2000 Aug 31
1
slightly overzealous RNG seeding?
Hello again, I was testing today's SNAP (openssh-SNAP-20000830.tar.gz) in my Solaris 2.6-8 environment, when I found some problems with the ssh2 support. While connecting, it seeds the RNG something like 32 times! And then once connected, it seeds again 2 or 3 times with *every* keystroke! This makes for some slow going. This happens on all of the Solaris boxes I tried. Binary was