Re: Help with SSL Server on Solaris vs. Linux

2001-03-30 Thread Lutz Jaenicke
On Fri, Mar 30, 2001 at 02:21:11PM -0800, John Denney wrote: > The data you read was part of the ssl connect/accept handshake, which is > now unavailable to SSL_accept. Don't read; do SSL_accept instead. Yes, that is already 95% (and the most important part of the problem in the example). Addit

Overriding CN in CSR

2001-03-30 Thread Sandipan Gangopadhyay
I am using ./openssl ca -batch -config inxuser.cnf -out inxUser.crt -infiles inxUser.csr to certify a CSR in inxUser.csr into inxUser.crt Can I do something (say, inside the inxuser.cnf) to override (change) the CN requested in the CSR while granting the certificate ? Thanks, Sandipan [PS This

RE: Help with SSL Server on Solaris vs. Linux

2001-03-30 Thread Albert Gallego
That did it thanks :) -Original Message- From: John Denney [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 3:21 PM To: [EMAIL PROTECTED] Subject: Re: Help with SSL Server on Solaris vs. Linux The data you read was part of the ssl connect/accept handshake, which is now unavailabl