[EMAIL PROTECTED] - Tue Jun 21 15:24:18 2005]:

>     I am using perl to parse result from openssl's ASN.1 and found
> following problem:
> 
> Perl request ASN1_GENERALIZEDTIME to be in format "19940203T141529Z".
> Openssl functrion ASN1_GENERALIZEDTIME_set does not set "T" between
>    date
> and time. Regarding ISO 8601 standart it looks like bug for me. In my
> opinion "T" should be set to follow standart.
> 
> All openssl versions are affected(incl. today's 0.9.8b6).

GeneralizeTime is defined in X.680 and ISO/IEC Internal Standard 8824-
1.  Read carefully, it specifies that the date part should be formatted 
as specified in ISO 8601, as well as the time part, but it doesn't say 
that the combined value should be constructed as described in ISO 
8601.  All it says is that the time part should be appended to the date 
part, and that the combination should optionally get Z or a time zone 
specification appended to it.  No T anywhere.

The Perl code needs to be corrected.

Case dismissed.

> 
> Regards,
>     Dimitar Kamenov
> 
> 
> "Tumbleweed E-mail Firewall <tumbleweed.com>" made the following
>  annotations on 06/21/05 05:34:31
> ----------------------------------------------------------------------
--------
> This e-mail, including attachments, may include confidential and/or
>    proprietary information, and may be used only by the person or
>    entity to which it is addressed.  If the reader of this e-mail is
>    not the intended recipient or his or her authorized agent, the
>    reader is hereby notified that any dissemination, distribution or
>    copying of this e-mail is prohibited. If you have received this e-
>    mail in error, please notify the sender by replying to this message
>    and delete this e-mail immediately.
> 
========================================================================
======
> 


-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to