Thread: X509v3 digital certificate generator

  1. #1
    Registered User
    Join Date
    Mar 2008
    Posts
    1

    X509v3 digital certificate generator

    Hi,

    This is my first post in C Board. I am trying to develop my own x509v3 digital certificate generator for my final year project using C. I found this thread but there is no help there. So hope you guys can help me.

    I have read the RFC 3280 for the sequence but I don't understand a thing about what is the sequence and why do we need them.

    Another thing is, can you guys recommend me any C books or articles that I can read about how to develop digital certificate using C? I know we can use MS Visual C++ and use wincrypt.h to develop the generator but my project is to develop our own generator without using the wincrypt.h file. In other word, start from zero.


    Thank you.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. web site needs certificate
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 07-22-2008, 03:25 AM
  2. Replies: 1
    Last Post: 09-04-2007, 05:31 AM
  3. Create X.509 certificate - needed very much!
    By TheVAL in forum C++ Programming
    Replies: 1
    Last Post: 01-23-2007, 08:21 AM
  4. NAQ: Everything you never wanted to know about CPP
    By evildave in forum C Programming
    Replies: 21
    Last Post: 12-12-2005, 10:56 AM
  5. written command line password generator
    By lepricaun in forum C Programming
    Replies: 15
    Last Post: 08-17-2004, 08:42 PM