remove

2008-01-22 Thread karthik kumar



Please Remove [EMAIL PROTECTED]

2008-01-01 Thread karthik kumar
Remove


Re: Doing a DH key exchange between OpenSSL and MS CryptoAPI

2007-01-11 Thread karthik kumar

if you want to use different keys then u can implement a DH key
exchange calling the openSSL DH crypto APIs. Bind , i think uses the OpenSSL
crypto APIs.

On 12/20/06, Edward Chan [EMAIL PROTECTED] wrote:


 Has anybody done this?  I can get it to work when both ends are the
same.  But I can't do it when they are different.  I also notice the public
key computed by CryptoAPI is 16 bytes larger than that computed by OpenSSL
which I assume is due to some hdr information in the KEYBLOB that MS
generates?  Does anyone have any experience with CryptoAPI and getting it to
work with OpenSSL?

Thanks in advance,
Ed