Re: Converting from CryptoAPI private key BLOB to OpenSSL EVP_PKEY

2000-07-13 Thread Dr Stephen Henson
Steven Adams wrote: > > Hi all, > > I'm new to openSSL, and have what I hope is a simple question. I've > searched the list archives for an answer but didn't immediately see anything > appropriate. > > Given a Microsoft CryptoAPI private key blob, what is the easiest way to > convert it to an

Converting from CryptoAPI private key BLOB to OpenSSL EVP_PKEY

2000-07-13 Thread Steven Adams
Hi all, I'm new to openSSL, and have what I hope is a simple question. I've searched the list archives for an answer but didn't immediately see anything appropriate. Given a Microsoft CryptoAPI private key blob, what is the easiest way to convert it to an OpenSSL EVP_PKEY structure? If it help