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-
[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
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
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