Richard Levitte via RT wrote:
[levitte - Wed Jun 22 16:31:26 2005]:
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
t
[levitte - Wed Jun 22 16:31:26 2005]:
> 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
[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
[EMAIL PROTECTED] - Tue Jun 21 18:31:07 2005]:
> I agree with that,
>
> My question is about missing T between date and time. This is what
> failed in perl, and I think openssl should put this in
>ASN1_GENERALIZEDTIME.
>
> In openssl this time is in format:
>
> 19940203141529Z and perl exp
I agree with that,
My question is about missing T between date and time. This is what
failed in perl, and I think openssl should put this in ASN1_GENERALIZEDTIME.
In openssl this time is in format:
19940203141529Z and perl expect it as
19940203T141529Z
Regards,
Dimitar
On 6/21/05, Ste
[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
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 m