I apologize for the confusion.  I thought I had stated the problem
before.  I'm basically trying to do a DH key exchange between different
crypto libraries.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Victor Duchovni
Sent: Friday, April 20, 2007 11:00 AM
To: openssl-users@openssl.org
Subject: Re: BIGNUM library

On Fri, Apr 20, 2007 at 10:34:55AM -0700, Edward Chan wrote:

> I think the issue is with on the wire interoperability.  Let me
> summarize my tests so far.
> 
> Openssl to openssl - this works 100%
> CAP to CAPI - works 100%
> OpenSSL to CAPI - sporadic failures
> XySSL to CAPI - sporadic failures
> OpenSSL to XySSL - works 100%

What works? What protocol are you using, and what software is
constructing
the packets that go on the wire? If you are building your own protocol
over the multiple low-level crypto libraries, and doing your own
data serialization, the you are responsible for ensuring on the wire
compatibility of the of serialized data. I think you need to better
explain
what problem you are really solving...

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

Reply via email to