Hi everybody,

I implemented a client-server application with openssl version 0.9.6c
(engine) and everything works fine on Win32 platform.

I try to do the same on tru64 and I get the following error during the
accept:

error:00000005:lib(0):func(0):bad asn1 object header

I use a client certificate in the DER format, a key in the PEM format and a
CA file in the PEM format. If I use a client certificate in the PEM format,
everything works fine. However the certificate in the DER format is correct
(I checked it, I can read it with any function of openSSL).

When I use the s_server with the debug option here is the last lines that
appear:

write to 40076300 [140078000] (18 bytes => 18 (0x12))
0000 - 16 03 00 00 0d 0d 00 00-05 02 01 02 00 00 0e      ...............
0012 - <SPACES/NULS>
read from 40076300 [140083D80] (5 bytes => 0 (0x0))
ERROR
shutting down SSL
CONNECTION CLOSED

My certificate was correctly read client side, but the server received
something wrong...

Can anybody help me?

Thanks

Blaise

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to