Displaying 3 results from an estimated 3 matches for "dmlss".
Did you mean:
mlss
2000 Jun 22
0
Timing bug patch and x509 question.
...i--;
+ continue;
+ }
log("Did not receive ident string from %s.",
get_remote_ipaddr());
fatal_cleanup();
}
----------------------------------------------------------------------------
--------
Steve Marquess 301-663-1770 x238 / 301-619-3933 voice
DMLSS Technical Manager DSN 343-3933
JMLFDC 301-663-6788 / 301-619-7831 fax
623 Porter Street steve.marquess at amedd.army.mil
Ft. Detrick, MD 21702-5018
2004 Jun 04
2
Patch for FIPS 140 mode - take 3
...ssh.c I
moved the seed_rng() call forwards quite a bit, that may cause other
problems.
Also, the PRNG is awkwardly re-seeded for the child process with a new
PID. Ben
Laurie has suggested a helper function in OpenSSL to simplify those
steps, but
it isn't done yet.
-Steve M.
Steve Marquess
DMLSS Technical Manager
JMLFDC, 623 Porter Street, Ft. Detrick, MD 21702
DSN 343-3933, COM 301-619-3933, FAX 301-619-7831
steve.marquess at det.amedd.army.mil
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Patch
Url: http://lists.mindrot.org/p...
2000 Jul 06
2
2.1.1p2 HP-UX 11 timing error
...---
res = (f) (fd, s + pos, n - pos);
switch (res) {
case -1:
! if (errno == EINTR || errno == EAGAIN
! #ifdef _HPUX_SOURCE
! || (errno == EWOULDBLOCK)
! #endif
! )
continue;
case 0:
return (res);
Steve Marquess 301-663-1770 x238 / 301-619-3933 voice
DMLSS Technical Manager DSN 343-3933
JMLFDC 301-663-6788 / 301-619-7831 fax
623 Porter Street steve.marquess at amedd.army.mil
Ft. Detrick, MD 21702-5018