RE: Generating Certs on the fly

2000-09-20 Thread David Schwartz
>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'

Generating Certs on the fly

2000-09-20 Thread Juan M. Casillas
> 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

Generating Certs on the fly

2000-09-19 Thread Juan M. Casillas
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