Re: [openssl.org #1103] bug: openssl-0.9.8-beta4 "make depend" fails in separate tree configuration

2005-06-21 Thread [EMAIL PROTECTED] via RT
This problem was reported as fixed in beta5, but it is neither fixed in beta5 nor in beta6. Please reopen this problem report. snip --- Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for solaris-sparcv8-

[openssl.org #1124] Standart ISO 8601 violation(Bug in ASN1_GENERALIZEDTIME_set?)

2005-06-21 Thread Stephen Henson via RT
[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

Re: [openssl.org #1124] Standart ISO 8601 violation(Bug in ASN1_GENERALIZEDTIME_set?)

2005-06-21 Thread Dimitar Kamenov via RT
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

[openssl.org #1124] Standart ISO 8601 violation(Bug in ASN1_GENERALIZEDTIME_set?)

2005-06-21 Thread Stephen Henson via RT
[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

[openssl.org #1124] Standart ISO 8601 violation(Bug in ASN1_GENERALIZEDTIME_set?)

2005-06-21 Thread Dimitar Kamenov via RT
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

[openssl.org #1123] 0.9.8-beta6 compile error

2005-06-21 Thread cipo via RT
beta6 doesn't compile on XP with set OPTS=no-asm no-engine no-krb5 no-hw str_lib.c .\crypto\store\str_lib.c(62) : fatal error C1083: Cannot open include file: 'openssl/engine.h': No such file or directory NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Removing #include from store\st

[openssl.org #1122] [PATCH] ssl_lib.c compilation fails on Diab Data compiler

2005-06-21 Thread Yair Elharrar via RT
Diab Data DCC compiler chokes on ssl_lib.c. Here's a patch. diff -ur ssl\ssl_lib.c modssl\ssl_lib.c --- ssl\ssl_lib.c Fri Jun 10 23:05:38 2005 +++ modssl\ssl_lib.c Mon Jun 20 09:34:20 2005 @@ -2396,7 +2396,7 @@ ssl->info_callback=cb; } -void (*SSL_get_info_callback(const SSL *ssl))(const S