Patches item #605517, was opened at 2002-09-06 13:01
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304593&aid=605517&group_id=4593

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Vorlaender (martinv2)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for SSL patch to 3.1.6

Initial Comment:
I applied the SSL patch from ftp://ftp.ccsf.org/htdig-
patches/3.1.6/ssl.9 to the VMS port, and hit the following 
showstopper:
On platforms without a /dev/u?random device 
or an EGD daemon (e.g. VMS ;-), the SSL PRNG is seeded from a file. 
For this to work, the application must call RAND_load_file() or else 
a connect fails with an "PRNG not seeded" error message (new 
behaviour since OpenSSL 0.9.5). When I insert this call into 
htlib/Connection.cc's Connection::initSSL, SSL connections do 
work.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304593&aid=605517&group_id=4593


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to