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 without having > 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]
