RE: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Obes, Til
> If you need more info about syntax of encoded words in > message headers, please read the documentation about it. > For example, here: > > http://www.ietf.org/rfc/rfc2047.txt so anything else than utf-8 is wrong? i will try this now, but i think, that my outlook will no show the right thing.

Re: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Julia Dubenskaya
Hi, If you need more info about syntax of encoded words in message headers, please read the documentation about it. For example, here: http://www.ietf.org/rfc/rfc2047.txt Regards, Julia. - Original Message - From: "Obes, Til" <[EMAIL PROTECTED]> To: Sent: Friday, February 03, 2006

RE: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Obes, Til
> Attached please find a patch for version 0.9.2.5. > This should fix your problem with encoding of email. > At the moment I can not test this patch. > So could you please test it yourself on > your system and let me know the results. hmm when i look at the patch, it does not patch this line: $s

AW: [OpenCA-Devel] What happens when root certificate expired.

2006-02-03 Thread Max . Schmid
Hello, Usually this should not happen. Certificates can (Should?) not have a longer validity than the CA Certificate. So if the Root Certificate expires you should not have any valid client certificates anymore. Mit freundlichen Grüßen / With Kind Regards Max Schmid -Ursprüngliche Nachr

[OpenCA-Devel] What happens when root certificate expired.

2006-02-03 Thread Francisco Javier Martinez Martinez
Hello. I was wondering what happens when the root certficate that had singed a lot of certificates expired itself, what is the procedure (if it exists) to keep in 'valid state' the signed certificates? Thanks a lot. --- This SF.net emai

Re: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Julia Dubenskaya
Hi, Til, Attached please find a patch for version 0.9.2.5. This should fix your problem with encoding of email. At the moment I can not test this patch. So could you please test it yourself on your system and let me know the results. Regards, Julia. - Original Message - From: "Obes, T

[OpenCA-Devel] Creating Mails

2006-02-03 Thread Obes, Til
Hi, i have a HUGE problem with the email generation. this is from lib/functions/crypto-utils.lib line 1606: my $subject = gettext ("OpenCA Certificate information"); my $enc_subject = MIME::Base64::encode($subject,""); $subject = "=?" . $encoding . "?B?" . $enc_subject . "?="; my