Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9224519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:20:31+00:00 2026-06-18T04:20:31+00:00

I could use some help, I need to display a public key the same

  • 0

I could use some help, I need to display a public key the same way Windows does when double clicking on a certificate (see image). Thanks.

I can get the public key with either:

RSA *pubKey = X509_get_pubkey( csc->current_cert )->pkey.rsa;

or

EVP_PKEY *pubKey = X509_get_pubkey(csc->current_cert);

If found this snippet somewhere but the values I get are different from what Windows displays:

unsigned char enc_bin[1024] = {0};
int enc_len = 0;
unsigned char dec_bin[1024] = {0};
int dec_len = 0;

enc_len = RSA_size( pubKey );
memset( enc_bin, 1, enc_len );

if( 0 < ( dec_len = RSA_public_decrypt( enc_len, enc_bin, dec_bin, pubKey, RSA_NO_PADDING) ) )
{
    for (int i = 0; i < dec_len; i++)
    {
        CString str;
        if( 0 == i )
            str.Format( L"%02X", dec_bin[i] );
        else
            str.Format( L" %02X", dec_bin[i] );

        PubKey += str;
    }
}

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T04:20:33+00:00Added an answer on June 18, 2026 at 4:20 am

    I found the answer, thanks for the reply.

    ASN1_BIT_STRING *pubKey = X509_get0_pubkey_bitstr(csc->current_cert); // csc->current_cert is an X509 struct
    
    for (int i = 0; i < pubKey->length; i++)
    {
        CString str;
        if( 0 == i )
            str.Format( L"%02X", pubKey->data[i] );
        else
            str.Format( L" %02X", pubKey->data[i] );
    
        PubKey += str;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I could use some help writing a SQL query. I'm trying to display some
I could use some help with expression conversion. I have a method on a
I am really new to Ruby and could use some help with a program.
i have an issue i could use some help with, i have python list
I'm new to SQL and could use some help in creating a database schema
I'm just starting to learn T-SQL and could use some help in understanding what's
I'm using Firebird 2.1. I could use some help creating the following query or
I am a absolute PHP n00b, so i could use some help with a
I could really use some help here. I just created a new bare repo
I really hate to ask these vague questions, but I could use some help

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.