>Im writting a client/server application, using C++, the
>server follows a multithread model, and I want to generate
>new certificates for each new client that connects with my
>server.
Your code is building a certificate request when what it needs is a
certificate. Here'
> Please, anybody helps me !
> I put this msg some days ago,
> and Im stopped in the development,
>
> thanks in advance
Hi !
Im writting a client/server application, using C++, the
server follows a multithread model, and I want to generate
new certificates for each new client that c
Hi !
Im writting a client/server application, using C++, the
server follows a multithread model, and I want to generate
new certificates for each new client that connects with my
server.
The client runs perfect, but I have problems with my
server. I want to create the ce