> -Original Message-
> From: DeJuan Jackson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 17, 2000 3:20 PM
> Speaking of RAND_screen what does it use to seed the PRNG?
I believe it uses the contents of the screen buffer, though I haven't looked
at it.
> Does it have to be a prompt
py on a Windows box.
DEJ
> -Original Message-
> From: Repko John M II (Jay) NPRI [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 17, 2000 8:55 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Windows COM SSL_connect problems
>
>
> If you look at the code
ew
Windows functions in there that "seed the PRNG" like RAND_screen().
I hope this helps.
Jay Repko
Computer Engineer
NUWC
-Original Message-
From: Angelo Nardone [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 16, 2000 4:36 PM
To: [EMAIL PROTECTED]
Subject: Windows COM SSL_connect
I tried to make a ssl connection inside of a COM (dll).
The COM try to 'post' some data to a secureweb server (https).
This work fine in Linux an FreeBSD, but when I tried to use in a Windows
routine, the 'SSL_connect' return "-1".
Some body know the why?
I include the source code of the 'interf