Distributing newly generated certificates via socket?

2014-04-17 Thread Clesmon University
Hello: I used the example 10-6 in book *Network Security with OpenSSL* to generate x509 certificates. However, my program (server) want to send newly generated certificates to all other servers and clients via socket. After reading the book, I have two options to copy them into std::string certi

CRL generating server, not from command line

2014-03-18 Thread Clesmon University
Hello: What I can find online or in book "Network security with OpenSSL" is using command line to generte a CRL. However, what I want to do is to let my server receive a serial number from outside interface and generate a CRL. I have looked many place and never find a article to mention it. Can