[openssl.org #1377] PATCH (against 0.9.8b) for apps/pkcs12.c

2006-09-21 Thread Stephen Henson via RT
Fixed, thanks for the report. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1394] 0.9.8c darwin-i386-cc broken without config shared

2006-09-21 Thread Bruce Lowekamp via RT
build for 0.9.8c fails on darwin-i386-cc unless "config shared" is specified. With no-shared or no options, building apps/openssl fails because the Makefile has this if/then/else backwards: if [ "${shlib_target}" = "darwin-shared" ] ; then \ LIBRARIES="../libssl.a ../libcrypto.a" ; \ else \

[openssl.org #1393] Problems building version 0.9.8c on Windows 32

2006-09-21 Thread Kuhn, Richard S via RT
I get the following errors when trying to build on Windows: .\crypto\ec\ec_asn1.c(262) : error C2370: "ECPKPARAMETERS_it' : redefinition; different storage class .\crypto\ec\ec_asn1.c(259) : see declaration of 'ECPKPARAMETERS_it' .\crypto\ec\ec_asn1.c(273) : error C2370: 'EC_PRIV

Re: Extending OpenSSL ASN.1 for Kerberos

2006-09-21 Thread Dr. Stephen Henson
On Sun, Sep 17, 2006, Jeffrey Altman wrote: > I need to extend the OpenSSL ASN.1 support to include the PKINIT > SubjectAltName extension and the Kerberized Certificate Authority extension. > > Is there any documentation or guidelines available to assist developers > wishing to add new extensions

Configure wrong for darwin-i386-cc in 0.9.8c

2006-09-21 Thread Bruce Lowekamp
The -Wl,-search_paths_first linker option is listed in darwin-ppc-cc but not darwin-i386-cc. WIthout it, building no-shared doesn't work. Bruce __ OpenSSL Project http://www.openssl.org Developmen

Re: OpenSSL on Embedded Linux

2006-09-21 Thread Allan Clark
On 9/19/06, iwankoenig <[EMAIL PROTECTED]> wrote: Hi! I have compiled the openssl for a powerpc-processor with: ./Configure linux-ppc --prefix=/home/compile/openssl no-asm make clean make CC=powerpc-604-linux-gnu-gcc make install It works with no errors! Now i have four directorys: /home/compil