What means the error message SSL_connect: error in SSLv3 write client key exchange A ?

2001-01-07 Thread Lauri-Alo Adamson
Hello! I tried to compile and link w3c-libwww-5.3.1 and openssl-0.9.6 together under the HP-UX 11 using gcc version 2.95.2 19991024 and I succeeded. After that I tried to run sample application wwwssl.c. To do so I used the MSIIS 4.0 and created for it a certicte using the MS Certificate Server 1

[STATUS] OpenSSL (Sun 7-Jan-2001)

2001-01-07 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 2000/12/13 18:21:47 $ DEVELOPMENT STATE o OpenSSL 0.9.7: Under development... o OpenSSL 0.9.6: Released on September 24th, 2000 o OpenSSL 0.9.5a: Released on April

Re: Random seed and possible blocking of /dev/random

2001-01-07 Thread Lutz Jaenicke
On Sat, Jan 06, 2001 at 11:51:18PM -0600, robert bonomi wrote: > > I don't know how select() would act on a regular file. /dev/random > > (and/or /dev/urandom) are no regular files, so we could first call > > stat() and only continue when S_ISCHR() is true (character device). > > In the environme