The example in engines/e_capi.c has helped but in the function capi_get_pkey(), there's a conversion from CryptoApi PublicKeyBlob into the Openssl RSA structure so how do I convert the CryptoApi PrivateKeyBlob into the Openssl RSA structure? Thanks
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Dr. > Stephen Henson > Sent: Saturday, October 24, 2009 6:32 PM > To: [email protected] > Subject: Re: How to Convert a MS CryptoAPI cert to OpenSSL cert > > On Fri, Oct 23, 2009, Nathan L Burns wrote: > > > I?m kind of new to OpenSSL and cryptoapi, but is there a way > that I > can convert a MS crytpoapi certificate to an openssl certificate > withouthaving to create a file to pass in to the openssl > functions ? > > Thanks > > There is an example of how to do this in the CryptoAPI ENGINE in > engines/e_capi.c check out capi_dump_cert(). > > Steve. > -- > Dr Stephen N. Henson. OpenSSL project core developer. > Commercial tech support now available see: http://www.openssl.org > ______________________________________________________________________ > OpenSSL > Project http://www.openssl.org > User Support Mailing > List [email protected] > Automated List > Manager [email protected] >
