Blutige Selbstjustiz

2005-05-15 Thread lgazis
Polizeiexperten warnen: Ethnisch abgeschottete Mafia-Clans sind kaum noch zu durchdringen. Die Gerichte tragen Mitschuld. Weiter auf: http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html __ OpenSSL Project

RE: Engine vs non-engine

2001-12-07 Thread lgazis
0.9.6-engine supports CryptoSwift as well as nCipher, Atalla, and software. 0.9.7 folds the engine code into the main branch, reorganizes it, and adds a couple more engines. Lynn Gazis Rainbow Technologies -Original Message- From: Andy Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, D

RE: API's ??

2001-11-12 Thread lgazis
Yes, there are. If you look at req.c and genrsa.c, in the apps directory, you can see what API calls wind up being used when you run "openssl genrsa ..." or "openssl req ..." Lynn Gazis -Original Message- From: Ruby Cruiser [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 12:1

RE: openssl-0.9.6b on solaris-sparcv9-cc

2001-11-12 Thread lgazis
Alternatively, if you *do* have a Solaris C compiler installed, you need to check and make sure it comes first in your path. /opt/SUNWspro/bin (or whatever directory you installed the C compiler in, if you didn't place it in the default location) should come before /usr/ucb in your path. As long

RE: 2 certs with same name

2001-10-03 Thread lgazis
The iPlanet database files which contain the certificates are in the alias directory under your iPlanet installation, and they have names ending in key3.db and cert7.db. If they are renamed to key3.db and cert7.db and put under your .netscape directory, you can use a Netscape browser to export ce

RE: -engine option

2001-10-03 Thread lgazis
You need to follow -engine with a specific hardware engine (e.g. -engine cswift, -engine chil, or -engine atalla). You also have to have the hardware accelerator installed that goes with the engine that you are trying to use. Lynn Gazis Rainbow Technologies -Original Message- From: Lali

RE: compilation de openssl

2001-09-17 Thread lgazis
You need to set your path such that /usr/ucb/cc is not the first C compiler picked up.  You want either the Sun native C compiler in /opt/SUNWspro/bin, or else gcc.   Lynn Gazis -Original Message-From: laurent evain [mailto:[EMAIL PROTECTED]]Sent: Monday, September 17, 2001

RE: Problem running cswift on Linux

2001-09-06 Thread lgazis
I haven't seen this particular error before, but I'd suggest contacting our tech support ([EMAIL PROTECTED]), and including information on the versions of OpenSSL, Apache, and CryptoSwift IK involved, just what load test is being run, and any errors that may appear in the Apache error log. Lynn G

RE: How I can use Cryptoswitf device with openssl engine 0.9.6 ?

2001-08-22 Thread lgazis
Are you at OpenSSL engine 0.9.6 or 0.9.6b?  There were some fixes to the engine code between 0.9.6 and 0.9.6b which will be relevant to you if you are on FreeBSD, AIX, or HP UX (particularly HP UX, but FreeBSD and AIX do require some extra options to be passed to config, at version 0.9.6, fo

RE: CryptoSwift Engine on HPUX 11

2001-02-27 Thread lgazis
The OpenSSL 0.9.6 engine code, as released, will not properly load the necessary library on HP UX, due to some problems with the DSO code. The DSO code was, however, fixed as of the snapshot of November 7, 2000, so the latest snapshot should work (with the usual caveat that any snapshot, at any g

RE: Apache_1.3.17, Openssl-engine-0.9.6, mod_ssl-2.8.0-1.3.17 Sol aris 2.7,CryptoSwift accelerator board

2001-02-23 Thread lgazis
001 6:30 AM To: 'lgazis'; '[EMAIL PROTECTED]'; De Taeye, Herman; Gyutani (E-mail) Subject: RE: Apache_1.3.17, Openssl-engine-0.9.6, mod_ssl-2.8.0-1.3.17 Sol aris 2.7,CryptoSwift accelerator board Thanks for the diagnostic program. With the delivery by Sun an other program call

RE: Apache_1.3.17, Openssl-engine-0.9.6, mod_ssl-2.8.0-1.3.17 Solaris 2.7,CryptoSwift accelerator board

2001-02-21 Thread lgazis
1) csdiag -a 0 2) Run your test. 3) csdiag -a 0 If the interrupts haven't gone up by more than a couple, then the card isn't being accessed (in which case, I'd suggest following John Airey's advice about SSL_EXPERIMENTAL and SSLCryptoDevice, or you can email [EMAIL PROTECTED] for help). Lynn Gaz

RE: make not found

2001-02-06 Thread lgazis
However, ./config is a shell script which calls ./Configure, which itself is a shell script which calls "make". So Richard's account of the error seems likely to be the actual cause. Lynn Gazis -Original Message- From: gavin.java [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 20