[EMAIL PROTECTED] wrote:
>
> The ebcdic thing must have been my mistake. I restored ebcdic.h to its
> original state, did a make clean, then make. No more unresolved symbols.
> There must have been parts in the tree built before I discovered the
> CHARSET_EBCDIC macro. Sorry.
>
> Anyway, we are back to the failing tests. No change since rebuilding clean.
>
> Here is another sample output, this time from treq:
> Using configuration from ../apps/openssl.cnf
> Error Loading extension section v3_ca
> 50332174:error:2207C081:X509 V3 routines:DO_EXT_CONF:unknown
> extension:./v3_conf
> c:125:
> 50332174:error:2206B080:X509 V3 routines:X509V3_EXT_conf:error in
> extension:./v3
> _conf.c:91:name=subjectKeyIdentifier, value=hash
> testing req conversions
> cp: testreq.pem: EDC5129I No such file or directory.
> p -> d
> Using configuration from ../apps/openssl.cnf
> Error Loading extension section v3_ca
> 67109390:error:2207C081:X509 V3 routines:DO_EXT_CONF:unknown
> extension:./v3_conf
> c:125:
> 67109390:error:2206B080:X509 V3 routines:X509V3_EXT_conf:error in
> extension:./v3
> _conf.c:91:name=subjectKeyIdentifier, value=hash
>
Ah I can guess what the cause of that is. The extension code looks
through a standard list using a binary search. The standard list is
automatically ordered in ASCII order. Maybe the EBCDIC order is
different.
I'd guess the stuff could either be reordered for EBCDIC, the compare
function changed or the search changed to a linear search if EBCDIC is
used.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]