Richard Levitte - VMS Whacker wrote:
In message <[EMAIL PROTECTED]> on Fri, 28 Nov 2003 11:02:56 +0100, Gerd Schering <[EMAIL PROTECTED]> said:

Schering> when I try to update the database via
Schering> Schering> openssl ca -config $Config -updatedb
Schering> Schering> I get the following error:
Schering> Schering> Using configuration from $Config
Schering> error creating name index:(2,223,364)
Schering> Schering> It is clear, there is some sort of index clash, but what is
Schering> the meaning of "(2,223,364)", especially of the last two
Schering> numbers?

The first number signals an index clash, as you guessed.  If you look
in crypto/txt_db/txt_db.h, you'll find the whole set of error numbers.
The two other numbers are the record indexes of the two records that
clashed.  Since the database is essentially a text file (although it's
treated like a binary file?!??), I think those can be seen as line
numbers.

What version of OpenSSL do you use?


I use "OpenSSL 0.9.7c 30 Sep 2003". The two clashing record are:

V 040302103846Z 016C unknown /C=DE/O=Technische\ Universitaet Berlin/OU=Auth/CN=1690.000000065cf1/emailAddress=no.mail

V 040219082633Z DF unknown /C=DE/O=Technische\ Universitaet Berlin/OU=Sign/CN=Marc-Andre.Grimm/emailAddress=no.mail

I wonder why they clash. It's not severe, because these all are merely test certificate, but nevertheless I'd like to know the reason.

Gerd

--
------------------------------------------------------
-- Gerd Schering, Email: [EMAIL PROTECTED]  --
-- TU Berlin, Zentraleinrichtung Rechenzentrum      --
-- Sekr. E-N 50, Einsteinufer 17, 10587 Berlin      --
-- phone: +49 30 314 24383, fax: +49 30 314 21060   --
------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to