Multiple email Support

2010-02-05 Thread Abbass Marouni
Bonjour, I need some help. I am creating a Certificate Authority and then generating certificates to sign and encrypt messages. I need to know how can I modify openssl.cnf (Configuration file) so I can add multiples emails to the same certificates. i.e. send encrypted messages from

Re: Multiple email Support

2010-02-05 Thread Willy Weisz
Bonjour, for using the same key pair/certificate for sending signed e-mail from multiple mail accounts all you need is to enter as many e-mail addresses as you want in the line for subjectAltName (email:your_email_1,email:your_email_2 and so on). This works only to give the recipient the ability

Re: PKCS#12 Problems

2010-02-05 Thread Dan Letkeman
Thanks! FTP was the problem. SCP transferred the file without corrupting it. Dan. On Thu, Feb 4, 2010 at 8:30 PM, Dave Thompson dave.thomp...@princetonpayments.com wrote: From: owner-openssl-us...@openssl.org On Behalf Of Dan Letkeman Sent: Thursday, 04 February, 2010 14:36 So i'm

Server is sending malformed SSL packets to client

2010-02-05 Thread sandeep.kumar17
Hi, I am experiencing some weird problem. After running for few seconds, server sends some malformed SSL packets to Client. This problem is mainly seen on lower bandwidth. If i increase the bandwidth then this problem is not seen. Can anybody suggests me how to resolve this problem. Any