Re: CryptImportkey() returns an error NTE_BAD_VER

From: sunit (sunit_at_newsgroup.nospam)
Date: 10/22/05

  • Next message: viveque.kumar_at_gmail.com: "CALG_SSL3_SHAMD5 support for ClientAuthentication"
    Date: Sat, 22 Oct 2005 20:33:16 +0530
    
    

    ["lelteto" wrote]
    > Where did you get the key blob? Or do you created it? I doubt that you would
    > need to update the Microsoft CSP. (What OS are you running on?)
    >

    I have created the key blob. With the help of openssl I created private keys
    .Then I converted private keys into pkcs#8 format so that I can convert them as
     per the format required by the Crypto API (little endian order) using http://www.jensign.com/JavaScience/PvkConvert

    I am working on Windows 2000 Server.Pls tell me how can I update the Microsoft CSP.My CSP is MS_DEF_PROV and type PROV_RSA_FULL( used in CryptAcquireContext)

    Pls help me .Thanx in advance


  • Next message: viveque.kumar_at_gmail.com: "CALG_SSL3_SHAMD5 support for ClientAuthentication"

    Relevant Pages

    • Re: CryptExportKey crypto API
      ... the keyblob is just a block of bytes in memory with a ... specific format as Michel mentioned. ... the type of key blob buffer ... >> keyblob is supposed to be after the export? ...
      (microsoft.public.platformsdk.security)
    • Re: CryptExportKey crypto API
      ... the type of key blob buffer ... (SIMPLEBLOB, PUBLICKEYBLOB, PRIVATEKEYBLOB ..) ... The exact details of these Microsoft-specific key blobs are ... > Could somebody tell me what format or type of file the ...
      (microsoft.public.platformsdk.security)