Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. X509 certificate contents dump

X509 certificate contents dump

Scheduled Pinned Locked Moved C / C++ / MFC
cryptographyquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    override
    wrote on last edited by
    #1

    Hi all, For a current project I need to extract the subject part of a base64 encoded certificate. My module gets the certificate directly as a base64 encoded string (containing -----BEGIN .... END CERTIFICATE -----, not the certificate file itself. I've tried the standard libraries of MS (wincrypt.h), WSE 2.0 and openSSL (but because of lack of documentation openSSL is a pain in the ass) but none of these can create some kind of x509 certificate object or decrypt the certificate string. I also tried simply decoding the base64 string to a normals string but this just gives me nonsense. Anybody has any hints? Thanks Steven override

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups