Jump to content
Registration disabled at the moment Read more... ×

Eric Winfly

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Eric Winfly

    TSslCertTools for generate CSR

    Without think to repair this unit can store my cert into Windows Store (add, delete) ? Thanks for the add !
  2. Eric Winfly

    TSslCertTools for generate CSR

    The SslTool have method for Save Cert to the Windows Store ? I see many methode have code for TMsCertTools but im not sure if i have acces with C++ package or i need to define MSCRYPT_Tool variable ? How can easily load my cert with pkey and Store this to Windows Store ?
  3. Eric Winfly

    TSslCertTools for generate CSR

    Only use by her to validate the user who try to connect the server, before her return the real Certificat.
  4. Eric Winfly

    TSslCertTools for generate CSR

    Hi added to the source and build package, its work fine now thanks ! For the use of names (GN, SN) i work on project for gouv of Quebec and he ask to put some parameter in this before signing my Cert, i dont think its a standars 😛
  5. Eric Winfly

    TSslCertTools for generate CSR

    I see the only the GetNameEntryByNid(TRUE, NID_givenName) in ListCertDetail but i see nothing about the opposite SetNameEntryByNid(TRUE, NID_givenName, String) example ? I found no Edit box or other related component in the PemTool sample ? Can you copy some code for setting the givenName and surName this is the only thinks i need for my Cert Req, and yes the calling server return me the Signed Certificate but it ask for these 2 subject items ? Thanks Eric
  6. I use TSslCertTools for generating a KeyPair and Certificate CSR but i have a probleme with the Subject variable, i can find a ways to specify GN= and SN= because i only see the general variable like this : TSslCertTools *Tool = new TSslCertTools(NULL); Tool->CommonName = "Common Name"; Tool->Organization = "Org"; Tool->OrgUnit = "Org Unit"; Tool->Locality = "Montreal"; Tool->State = "QC"; Tool->Country = "CA"; I have search all source code for Extended option or Subject line to specify my own data but nothing found ?
×