Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
Ok thanks, atleast I know where I need to go from here... I've contacted SafeNet about it, and all I was able to get from them was the source for cspci.so... I'm not sure what cspci.so is for as there's no documentation for the card. Now I'll try and find libswift.so somewhere. Richard Levitte

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Sat, 25 Aug 2007 16:51:42 -0700 (PDT), Jeff <[EMAIL PROTECTED]> said: dvdrom_box> Ok, so I guess no-shared is the option I should be using. dvdrom_box> dvdrom_box> And I'm entering -engine cswift, the error message says it dvdrom_box> can't find libswift.so. Op

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
Ok, so I guess no-shared is the option I should be using. And I'm entering -engine cswift, the error message says it can't find libswift.so. OpenSSL creates a library named libcswift.so, but there actually isn't a libswift.so anywhere on the system. I tried just renaming it, but the errors I

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Sat, 25 Aug 2007 16:17:38 -0700 (PDT), Jeff <[EMAIL PROTECTED]> said: dvdrom_box> Thanks... dvdrom_box> My libcswift.so is in /usr/local/ssl/lib/engines dvdrom_box> I set LD_LIBRARY_PATH, OPENSSL_ENGINES, and SHLIB_PATH to dvdrom_box> that path directory and stil

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
Thanks... My libcswift.so is in /usr/local/ssl/lib/engines I set LD_LIBRARY_PATH, OPENSSL_ENGINES, and SHLIB_PATH to that path directory and still get the same error. One more thing, I've tried several running the openssl config script with different options to get it to work. Using "shared" bu

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Marek Marcola
Hello, > I've been trying to get this card, Rainbow CryptoSwift 200, to work > with openssl without any success. > > When I do "openssl speed -engine cswift" I get: > > DSO support routines:DLFCN_LOAD:could not load the shared > library:dso_dlfcn.c:100:filename(libswift.so): libswift.so: cannot >

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Sat, 25 Aug 2007 13:38:00 -0700 (PDT), Jeff <[EMAIL PROTECTED]> said: dvdrom_box> Hello, dvdrom_box> dvdrom_box> I've been trying to get this card, Rainbow CryptoSwift dvdrom_box> 200, to work with openssl without any success. dvdrom_box> dvdrom_box> When I do

CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
Hello, I've been trying to get this card, Rainbow CryptoSwift 200, to work with openssl without any success. When I do "openssl speed -engine cswift" I get: DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:100:filename(libswift.so): libswift.so: cannot open shared

RE: SSL_peek vs. SSL_pending...

2007-08-25 Thread David Schwartz
> Hmm...interesting. Essentially what you are saying is "If one thinks > they need to use select() on a blocking socket, use non-blocking sockets > instead. And only when non-blocking sockets are insufficient, use > select() (i.e. to avoid a CPU-eating polling type of situation without > sacrifi