On Fri, Mar 21, 2014, andrewarn...@gmail.com wrote:

> 
> 
> I'm on Windows 8.1 when I see this error. But your comment about older
> Windows reporting this suggests that perhaps there's a newer API I could use
> to get the job done?
> 

Well if the API you're calling ends up using the PRIVATEKEYBLOB structure
(used by Crypt{Import,Export}Key) then you'll hit this limitation. That
function is used part of the older CryptoAPI interface. Similarly if the
Windows PKCS#12 import stuff ends up going through CryptoAPI that wont
help either. 

I think other APIs (CNG?) might not have this problem.

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                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to