certificate generation concurrently

2007-06-04 Thread A kataoka
Hi, Does using openssl we can generate multiple certificate concurrently. I was experimenting on one of my application which require around 50 certificates to be generated in 1 sec. Please let me know does open ssl handles the multiple certificate requests simultaneously. Regards, A Kataoka

Re: certificate generation concurrently

2007-06-04 Thread Kyle Hamilton
OpenSSL's command-line tool does not. The underlying library can handle it, though, if you write your own certificate-generation routine. -Kyle H Hi, Does using openssl we can generate multiple certificate concurrently. I was experimenting on one of my application which require around