Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-27 Thread Rainer M. Canavan

On Feb 26, 2014, at 11:58 , Zoltan Arpadffy z...@polarhome.com wrote:

 irix-cc - N/A
 irix-mips3-cc - N/A
 irix64-mips4-cc - N/A I do not have a licence (if anybody has a licence a 
 donation would be warm welcome)

I get segmentation faults and bus errors in irix-cc during make test in bntest 
and ectest. The other two 
(irix-mips3-cc and irix64-mips4-cc) work for me (IRIX 6.5.30f, cc 7.4.4), aside 
from the fact that 
parallel builds fail.

The segfault in bntest:


Process 49654 (bntest) stopped on signal SIGSEGV: Segmentation violation 
(default) at [bn_mul_mont_internal:40 ,0x1004e61c]
 40  lw$8,0($8)
(dbx)   0 bn_mul_mont_internal(0x1014ee40, 0x1014ee40, 0x1014ee40, 0x1014c160, 
0x9bd51557, 0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/mips-mont.s:40, 
0x1004e61c]
  1 BN_mod_mul_montgomery(0x7ffb7d90, 0x7ffb7d90, 0x7ffb7d90, 0x0, 0x9bd51557, 
0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_mont.c:142, 
0x1004d6d4]
  2 BN_mod_exp_mont_consttime(0x1014ad00, 0x0, 0x1014af80, 0x1, 0x9bd51557, 
0x9bd51557, 0x0, 0x0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_exp.c:1061, 
0x10031ae4]
  3 test_mod_exp_mont5(0x1014ee40, 0x1014ad00, 0x1014ee40, 0x1014c160, 
0x9bd51557, 0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/test/bntest.c:1069, 0x1002cc64]
  4 main(0x10029e40, 0x1014ad38, 0x1014ee40, 0x1014c160, 0x9bd51557, 
0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/test/bntest.c:254, 0x1002a414]
  5 __start() 
[/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M4/csu/crt1text.s:177, 
0x10029e08]

Bus error in ectest:

verify group order ...Process 45758 (ectest) stopped on signal SIGBUS: Bus 
error (default) at [bn_mul_mont_internal:40 ,0x1006db2c]
 40  lw$8,0($8)
(dbx) where
 0 bn_mul_mont_internal(0x101d4f60, 0x101d4ea0, 0x101d4f40, 0x101b70c0, 0x0, 
 0x0, 0x2, 0x2) 
 [/usr/people/canavan/src/openssl/102/openssl/crypto/bn/mips-mont.s:40, 
 0x1006db2c]
  1 BN_mod_mul_montgomery(r = 0x101d5aa8, a = 0x101d56bc, b = 0x101d5abc, mont 
= 0x101d4a08, ctx = 0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_mont.c:142, 
0x1006c940]
  2 ec_GFp_mont_field_mul(group = 0x101d3248, r = 0x101d5aa8, a = 0x101d56bc, b 
= 0x101d5abc, ctx = 0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ecp_mont.c:266, 
0x10063608]
  3 ec_GFp_simple_dbl(group = 0x101d3248, r = 0x101d58b8, a = 0x101d56b8, ctx = 
0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ecp_smpl.c:887, 
0x10065ed0]
  4 EC_POINT_dbl(group = 0x101d3248, r = 0x101d58b8, a = 0x101d56b8, ctx = 
0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_lib.c:942, 
0x1003ab18]
  5 ec_wNAF_mul(group = 0x101d3248, r = 0x101d5340, scalar = 0x101d4e40, num = 
0, points = 0x7ffb7d20, scalars = 0x7ffb7d24, ctx = 0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_mult.c:642, 
0x100620cc]
  6 EC_POINTs_mul(group = 0x101d3248, r = 0x101d5340, scalar = 0x101d4e40, num 
= 0, points = 0x7ffb7d20, scalars = 0x7ffb7d24, ctx = 0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_lib.c:1058, 
0x1003b1c8]
  7 EC_POINT_mul(group = 0x101d3248, r = 0x101d5340, g_scalar = 0x101d4e40, 
point = (nil), p_scalar = (nil), ctx = 0x101d53c0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_lib.c:1074, 
0x1003b2bc]
  8 group_order_tests(group = 0x101d3248) 
[/usr/people/canavan/src/openssl/102/openssl/test/ectest.c:207, 0x100299c4]
  9 prime_field_tests() 
[/usr/people/canavan/src/openssl/102/openssl/test/ectest.c:424, 0x1002c548]
  10 main(argc = 1, argv = 0x7ffb7ef4) 
[/usr/people/canavan/src/openssl/102/openssl/test/ectest.c:1468, 0x10037ee4]
  11 __start() 
[/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M4/csu/crt1text.s:177, 
0x10029848]


regards,


rainer__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-27 Thread Andy Polyakov

irix-cc - N/A
irix-mips3-cc - N/A
irix64-mips4-cc - N/A I do not have a licence (if anybody has a licence a 
donation would be warm welcome)


I get segmentation faults and bus errors in irix-cc during make test in bntest 
and ectest.


Quoting ./Configure

If you need O32 ABI build, invoke './Configure irix-cc -o32' manually.

Was this condition met?


The segfault in bntest:


Process 49654 (bntest) stopped on signal SIGSEGV: Segmentation violation 
(default) at [bn_mul_mont_internal:40 ,0x1004e61c]
 40  lw$8,0($8)
(dbx)   0 bn_mul_mont_internal(0x1014ee40, 0x1014ee40, 0x1014ee40, 0x1014c160, 
0x9bd51557, 0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/mips-mont.s:40, 
0x1004e61c]
  1 BN_mod_mul_montgomery(0x7ffb7d90, 0x7ffb7d90, 0x7ffb7d90, 0x0, 0x9bd51557, 
0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_mont.c:142, 
0x1004d6d4]
  2 BN_mod_exp_mont_consttime(0x1014ad00, 0x0, 0x1014af80, 0x1, 0x9bd51557, 0x9bd51557, 
0x0, 0x0) 
[/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_exp.c:1061, 
0x10031ae4]
  3 test_mod_exp_mont5(0x1014ee40, 0x1014ad00, 0x1014ee40, 0x1014c160, 0x9bd51557, 
0x9bd51557, 0x0, 0x744c7604) 
[/usr/people/canavan/src/openssl/102/openssl/test/bntest.c:1069, 0x1002cc64]
  4 main(0x10029e40, 0x1014ad38, 0x1014ee40, 0x1014c160, 0x9bd51557, 0x9bd51557, 0x0, 
0x744c7604) [/usr/people/canavan/src/openssl/102/openssl/test/bntest.c:254, 
0x1002a414]
  5 __start() 
[/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M4/csu/crt1text.s:177, 
0x10029e08]


Reverence to libc_n32 indicates that condition was likely not met. Can 
you retest?

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-26 Thread Zoltan Arpadffy

Hello Andy,

you are right - in some cases I forgot to do make clean between two builds.

Now, I did a focused, thorough test based on  
openssl-1.0.2-stable-SNAP-20140226


Here are the results:

*IRIX*
bash-2.05b$ uname -a
IRIX64 irix 6.5 07202013 IP35
bash-2.05b$ gcc --version
gcc (GCC) 3.3

using make fails with all targets

mips4-sgi-irix64 - using gmake - OK
Note: got a warning ld64: WARNING 84: ../libssl.a is not used for  
resolving any symbol.


irix-gcc - using gmake - OK
irix-mips3-gcc - using gmake - OK
irix64-mips4-gcc - using gmake - OK

irix-cc - N/A
irix-mips3-cc - N/A
irix64-mips4-cc - N/A I do not have a licence (if anybody has a  
licence a donation would be warm welcome)



*Solaris/SPARC*

zoli@solaris$ uname -a
SunOS solaris 5.10 Generic_147147-26 sun4u sparc SUNW,Sun-Fire-V210 Solaris
zoli@solaris$ cc -V
cc: Sun C 5.12 SunOS_sparc 2011/11/16
zoli@solaris$ gcc --version
gcc (GCC) 4.8.0

solaris-sparcv9-cc - OK
solaris-sparcv9-gcc - OK
solaris64-sparcv9-cc - OK
solaris64-sparcv9-gcc - OK

*AIX*

# uname -a
AIX aix7 1 7 000ACFDE4C00 powerpc AIX
# gcc --version
gcc (GCC) 4.6.3

aix-gcc - OK
aix64-gcc - OK

I do not have cc on my AIX :(

*Tru64*
bash-2.05$ uname -a
OSF1 tru64.polarhome.com V5.1 2650 alpha alpha
bash-2.05$ cc -V
Compaq C V6.5-011 on HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-003 (sys) cc Driver
bash-2.05$ gcc --version
2.9-gnupro-99r1

osf1-alpha-cc - using make FAILED
cc -I. -I.. -I../include  -DDSO_DLFCN -DHAVE_DLFCN_H -std1 -tune host  
-O4 -readonly_strings -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DGHASH_ASM -c  
-o alphacpuid.o alphacpuid.s
ar  r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o  
cpt_err.o ebcdic.o  uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o  
fips_ers.o alphacpuid.o

ar: Warning: creating ../libcrypto.a
LOCK:  -z 
 || ar  r ../libcrypto.a fipscanister.o
sh: syntax error at line 1: `||' unexpected
*** Exit 2
Stop.
*** Exit 1
Stop.

osf1-alpha-cc - using gmake - OK
osf1-alpha-gcc - using gmake - FAILED

... in fact it was strange that did not allow the target, but it is  
accepted at the end


bash-2.05$ ./config -t
Operating system: alpha-dec-tru64
Configuring for tru64-alpha-cc
/usr/bin/perl ./Configure tru64-alpha-cc
bash-2.05$ ./config osf1-alpha-gcc
Operating system: alpha-dec-tru64
Configuring for tru64-alpha-cc
target already defined - tru64-alpha-cc (offending arg: osf1-alpha-gcc)
...
gcc -E $preproc  alphacpuid.s  rm $preproc)
gcc -I. -I.. -I../include  -DDSO_DLFCN -DHAVE_DLFCN_H -O3  
-DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DGHASH_ASM -c  -o alphacpuid.o  
alphacpuid.s

as0: Error: , line 0: alphacpuid.s: Successful
gmake[1]: *** [alphacpuid.o] Error 1
gmake[1]: Leaving directory  
`/usr/local/home/z/zoli/openssl-1.0.2-stable-SNAP-20140226/crypto'

gmake: *** [build_crypto] Error 1


*UnixWare*
bash-2.05a# uname -a
UnixWare unixware 5 7.1.4 i386 x86at SCO UNIX_SVR5
bash-2.05a# gcc --version
2.95.2

both unixware-7 and unixware-7-gcc target FAILED

gcc -I.. -I../.. -I../modes -I../asn1 -I../evp  
-I../../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN  
-DHAVE_DLFCN_H -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer  
-march=pentium -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT  
-DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM  
-DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c sha_dgst.c

UX:as: ERROR: /var/tmp/ccYUTbOr.s:191:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:196:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:215:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:220:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:226:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:232:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:238:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:283:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:290:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:328:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:335:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:359:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:397:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:411:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:439:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:451:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:473:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:508:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:520:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:558:unknown instruction: bswapl
UX:as: ERROR: /var/tmp/ccYUTbOr.s:566:unknown instruction: bswapl
...too many errors
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.

*SCO OpenServer*

bash-3.2# uname -a
SCO_SV 

Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-26 Thread Zoltan Arpadffy

Hello,

Quoting Zoltan Arpadffy z...@polarhome.com:


*Ultrix*

bash-2.05# uname -a
ULTRIX ultrix 4.5 0 VAX
bash-2.05# gcc --version
2.7.2
bash-2.05# what /bin/cc
/bin/cc:
crt0.c  9.1 ULTRIX  4/26/94
cc.c9.1 (ULTRIX)4/27/94
printf.c9.1 (ULTRIX)4/26/94
signal.c9.1 ULTRIX  4/26/94
getenv.c9.1 (ULTRIX)4/26/94
strncmp.c   9.1 (ULTRIX)4/26/94
strcmp.c9.1 (ULTRIX)4/26/94
calloc.c9.1 (ULTRIX)4/26/94
sprintf.c   9.1 (ULTRIX)4/26/94
fprintf.c   9.1 (ULTRIX)4/26/94
_locale.c   9.1 ULTRIX  4/26/94
flsbuf.c9.1 (ULTRIX)4/26/94
getstdiobuf.c   9.1 (ULTRIX)4/26/94
fclose.c9.1 (ULTRIX)4/26/94
data.c  9.1 (ULTRIX)4/26/94
malloc.c9.1 (ULTRIX)4/26/94

ultrix-gcc - it will take a day to build... but so far it looks  
nice and promising

...
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O3  
-DL_ENDIAN   -c  c_all.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O3  
-DL_ENDIAN   -c  c_allc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O3  
-DL_ENDIAN   -c  c_alld.c


I'll come back with the update.


ultrix-gcc - FAILED

gcc -DMONOLITH -I.. -I../include  -O3 -DL_ENDIAN   -c  openssl.c
rm -f openssl
shlib_target=; if [ -n  ]; then \
shlib_target=; \
elif [ -n  ]; then \
  FIPSLD_CC=gcc; CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC  
FIPSLD_CC; \

fi; \
LIBRARIES=-L.. -lssl  -L.. -lcrypto ; \
gmake -f ../Makefile.shared -e \
	APPNAME=openssl OBJECTS=openssl.o verify.o asn1pars.o req.o dgst.o  
dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o  
crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o  
gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o  
s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o  
pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o  
rand.o engine.o ocsp.o prime.o ts.o srp.o \

LIBDEPS= $LIBRARIES  \
link_app.${shlib_target}
gmake[2]: Entering directory  
`/usr/users/0/work/openssl/openssl-1.0.2-stable-SNAP-20140226/apps'
( :; LIBDEPS=${LIBDEPS:--L.. -lssl  -L.. -lcrypto };  
LDCMD=${LDCMD:-gcc}; LDFLAGS=${LDFLAGS:--O3 -DL_ENDIAN};  
LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e  
d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`;  
LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o  
${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o  
dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o  
rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o  
gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o  
s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o  
pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o  
rand.o engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )

collect2: ld returned 1 exit status
../libcrypto.a(eng_all.o)(.text+0x59): undefined reference to  
`ENGINE_load_gost'

gmake[2]: *** [link_app.] Error 1
gmake[2]: Leaving directory  
`/usr/users/0/work/openssl/openssl-1.0.2-stable-SNAP-20140226/apps'

gmake[1]: *** [openssl] Error 2
gmake[1]: Leaving directory  
`/usr/users/0/work/openssl/openssl-1.0.2-stable-SNAP-20140226/apps'

gmake: *** [build_apps] Error 1

Regards,
Z

---
WebMail, polarhome.com

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-26 Thread Andy Polyakov
 Now, I did a focused, thorough test based on
 openssl-1.0.2-stable-SNAP-20140226
 
 Here are the results:
 
 *IRIX*
 bash-2.05b$ uname -a
 IRIX64 irix 6.5 07202013 IP35
 bash-2.05b$ gcc --version
 gcc (GCC) 3.3
 
 using make fails with all targets
 
 mips4-sgi-irix64 - using gmake - OK
 Note: got a warning ld64: WARNING 84: ../libssl.a is not used for
 resolving any symbol.
 
 irix-gcc - using gmake - OK
 irix-mips3-gcc - using gmake - OK
 irix64-mips4-gcc - using gmake - OK

I'm inclined to dismiss this with use gmake resolution. I don't want
to mess with those rules, because they are used even on MIPS Linux (and
Android), which are active platforms, unlike IRIX.

 *Tru64*
 osf1-alpha-cc - using make FAILED
 cc -I. -I.. -I../include  -DDSO_DLFCN -DHAVE_DLFCN_H -std1 -tune host
 -O4 -readonly_strings -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DGHASH_ASM -c -o
 alphacpuid.o alphacpuid.s
 ar  r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
 cpt_err.o ebcdic.o  uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o
 fips_ers.o alphacpuid.o
 ar: Warning: creating ../libcrypto.a
 LOCK:  -z 
  || ar  r ../libcrypto.a fipscanister.o
 sh: syntax error at line 1: `||' unexpected
 *** Exit 2
 Stop.
 *** Exit 1
 Stop.

http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=559e69f9b445a40ddbfdfdbd2851cf1ecc67366a,
see even #3165 on rt.openssl.org.

 osf1-alpha-cc - using gmake - OK
 osf1-alpha-gcc - using gmake - FAILED
 
 ... in fact it was strange that did not allow the target, but it is
 accepted at the end
 
 bash-2.05$ ./config -t
 Operating system: alpha-dec-tru64
 Configuring for tru64-alpha-cc
 /usr/bin/perl ./Configure tru64-alpha-cc
 bash-2.05$ ./config osf1-alpha-gcc
 Operating system: alpha-dec-tru64
 Configuring for tru64-alpha-cc
 target already defined - tru64-alpha-cc (offending arg: osf1-alpha-gcc)
 ...
 gcc -E $preproc  alphacpuid.s  rm $preproc)
 gcc -I. -I.. -I../include  -DDSO_DLFCN -DHAVE_DLFCN_H -O3
 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DGHASH_ASM -c  -o alphacpuid.o
 alphacpuid.s
 as0: Error: , line 0: alphacpuid.s: Successful
 gmake[1]: *** [alphacpuid.o] Error 1
 gmake[1]: Leaving directory
 `/usr/local/home/z/zoli/openssl-1.0.2-stable-SNAP-20140226/crypto'
 gmake: *** [build_crypto] Error 1

I don't know what might be wrong here. There was reference to as0 in
#3165 but it apparently worked there...

 *UnixWare*

Is being discussed in #3269 context.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-26 Thread Andy Polyakov
 *Ultrix*


 ultrix-gcc - it will take a day to build... but so far it looks nice
 and promising
 ...
 gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O3
 -DL_ENDIAN   -c  c_all.c
 gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O3
 -DL_ENDIAN   -c  c_allc.c
 gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O3
 -DL_ENDIAN   -c  c_alld.c

 I'll come back with the update.
 
 ultrix-gcc - FAILED
 
 gcc -DMONOLITH -I.. -I../include  -O3 -DL_ENDIAN   -c  openssl.c
 rm -f openssl
 shlib_target=; if [ -n  ]; then \
 shlib_target=; \
 elif [ -n  ]; then \
   FIPSLD_CC=gcc; CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC
 FIPSLD_CC; \
 fi; \
 LIBRARIES=-L.. -lssl  -L.. -lcrypto ; \
 gmake -f ../Makefile.shared -e \
 APPNAME=openssl OBJECTS=openssl.o verify.o asn1pars.o req.o dgst.o
 dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o
 crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o
 gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o
 s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o
 pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o
 engine.o ocsp.o prime.o ts.o srp.o \
 LIBDEPS= $LIBRARIES  \
 link_app.${shlib_target}
 gmake[2]: Entering directory
 `/usr/users/0/work/openssl/openssl-1.0.2-stable-SNAP-20140226/apps'
 ( :; LIBDEPS=${LIBDEPS:--L.. -lssl  -L.. -lcrypto };
 LDCMD=${LDCMD:-gcc}; LDFLAGS=${LDFLAGS:--O3 -DL_ENDIAN};
 LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d
 | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`;
 LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o
 ${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o
 dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o
 rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o
 genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o
 s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o
 pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o
 engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )
 collect2: ld returned 1 exit status
 ../libcrypto.a(eng_all.o)(.text+0x59): undefined reference to
 `ENGINE_load_gost'
 gmake[2]: *** [link_app.] Error 1
 gmake[2]: Leaving directory
 `/usr/users/0/work/openssl/openssl-1.0.2-stable-SNAP-20140226/apps'
 gmake[1]: *** [openssl] Error 2
 gmake[1]: Leaving directory
 `/usr/users/0/work/openssl/openssl-1.0.2-stable-SNAP-20140226/apps'
 gmake: *** [build_apps] Error 1

I've simulated this in RedHat 7.1 environment by ./Configure ultirx-cc
and it worked. Unfortunately you seem to be on your own here.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-26 Thread Tim Rice
On Wed, 26 Feb 2014, Zoltan Arpadffy wrote:

[snip]
 *SCO OpenServer*
 
 bash-3.2# uname -a
 SCO_SV scosysv 5 6.0.0 i386
 bash-3.2# gcc --version
 2.95.2
 bash-3.2# what /bin/cc
 /bin/cc:
   OpenServer 6.0.0 legend/bl14z 2005-06-09:built on scout
 
[snip]
 
 unixware-7 - FAILED
   cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include
 -DOPENSSL_THREADS -Kthread -DDSO_DLFCN -DHAVE_DLFCN_H -O -DFILIO_H -Kalloca
 -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
 -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM
 -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha256-586.o sha256-586.s
 UX:as: ERROR: sha256-586.s:28:defined relocatable values from the same section
 required, op -

Andy's commit will fix this.
http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=d00ae7cf7019847c5d35728b01b22461a01bb336

 *** Error code 1 (bu21)
 UX:make: ERROR: fatal error.
 *** Error code 1 (bu21)
 UX:make: ERROR: fatal error.
 *** Error code 1 (bu21)
 UX:make: ERROR: fatal error.
 
 NOTE: it is very weird that it configures as unixware-7 and unixware-7-gcc

Not weird at all. OpenServer 6 is UnixWare (SVR5) under the hood.

[snip]

-- 
Tim RiceMultitalents
t...@multitalents.net


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released

2014-02-25 Thread Andy Polyakov
 I have tested to build on a HPUX box: HP-UX hpux-ia6 B.11.31 U ia64
 0107668277 unlimited-user license
 
 The hpux64-ia64-gcc build went perfect - all test passed.
 
 From other side the default target hpux64-ia64-cc using Bundled CC does not
 build.
 Wrong options are configured. 
 
 cc -I. -I.. -I../include  -DOPENSSL_THREADS  -DDSO_DLFCN
 -DHAVE_DLFCN_H -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT
 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM
 -DAES_ASM -DGHASH_ASM -c cryptlib.c
 (Bundled) cc: warning 922: -Ae is unsupported in the bundled compiler,
 ignored.
 (Bundled) cc: warning 922: +O3 is unsupported in the bundled compiler,
 ignored.
 (Bundled) cc: warning 922: +Olit=all is unsupported in the bundled
 compiler, ignored.
 
 ...and shortly the build is aborted with 
 asm/md5-ia64.S:432: error 4126: invalid use of protected symbol
 asm/md5-ia64.S:432: error 4001: syntax error
 asm/md5-ia64.S:436: error 4126: invalid use of protected symbol
 asm/md5-ia64.S:436: error 4001: syntax error
 
 Is this a configuration issue? - or nobody cares about Bundled CC while gcc
 works well?

hpux*-cc is not expected to work with bundled cc, which is stripped
version capable of compiling only rudimentary code, just enough to
compile initialized variables and tables and link custom kernel. This is
basically FAQ, but it must have been obvious enough by the time HP-UX
was mainstream that it didn't make it to the list. In other words, it's
expected.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released

2014-02-25 Thread Corinna Vinschen
On Feb 24 15:02, OpenSSL wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
OpenSSL version 1.0.2 beta 1
=
 
OpenSSL - The Open Source toolkit for SSL/TLS
http://www.openssl.org/
 
OpenSSL 1.0.2 is currently in beta. OpenSSL 1.0.2 beta 1 has now
been released.

Builds OOTB on x86_64-pc-cygwin, all tests pass.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


pgpcCMsMUxNpl.pgp
Description: PGP signature


Re: OpenSSL version 1.0.2 beta 1 released

2014-02-25 Thread Kurt Roeckx
I've uploaded it to debian experimental, and so far got an error
on powerpc:
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -DTERMIO 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wa,--noexecstack 
-Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM 
-DVPAES_ASM -c  -o vpaes-ppc.o vpaes-ppc.s
vpaes-ppc.s: Assembler messages:
vpaes-ppc.s: Error: unaligned opcodes detected in executable segment
make[3]: *** [vpaes-ppc.o] Error 1



Kurt

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL version 1.0.2 beta 1 released

2014-02-25 Thread Andy Polyakov

I've uploaded it to debian experimental, and so far got an error
on powerpc:
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -DTERMIO 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wa,--noexecstack 
-Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM 
-DVPAES_ASM -c  -o vpaes-ppc.o vpaes-ppc.s
vpaes-ppc.s: Assembler messages:
vpaes-ppc.s: Error: unaligned opcodes detected in executable segment
make[3]: *** [vpaes-ppc.o] Error 1


How unhelpful of assembler. I mean was line number too much to ask? :-) 
Well, I'm not sure if this is the spot but, see if 
http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e704741bf3ce02c7dbcd9b81c4df257b3d919f7e 
fixes the problem.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


RE: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-25 Thread Zoltan Arpadffy
Hello,

Just for curiosity I tested on some less common Unix-es and architectures.

aix-gcc - OK
aix64-gcc - FAILED

-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM   -c -o
fips_ers.o fips_ers.c
ar -X64 r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o
fips_ers.o ppccpuid.o ppccap.o
ar: 0707-126 ppccap.o is not valid with the current object file mode.
Use the -X option to specify the desired object mode.
ar: 0707-126 ppccpuid.o is not valid with the current object file mode.
Use the -X option to specify the desired object mode.
make[1]: *** [../libcrypto.a] Error 2
make[1]: Leaving directory `/home/z/zoli/openssl-102-beta1.orig/crypto'
make: *** [build_crypto] Error 1

# uname -a
AIX aix7 1 7 000ACFDE4C00 powerpc AIX
# gcc --version
gcc (GCC) 4.6.3


---
On IRIX

mips4-sgi-irix64 - FAILS
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include
-DOPENSSL_THREADS -D_SGI_MP_SOURCE -DDSO_DLFCN -DHAVE_DLFCN_H -mabi=n32 -O3
-DTERMIOS -DB_ENDIAN -DBN_DIV3W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DAES_ASM -c sha512.c
don't know how to make sha1-mips.o (bu42).
*** Error code 1 (bu21)
*** Error code 1 (bu21)

irix64-mips4-gcc - FAILS
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include
-DOPENSSL_THREADS -D_SGI_MP_SOURCE -DDSO_DLFCN -DHAVE_DLFCN_H -mabi=64
-mips4 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DAES_ASM -c sha512.c
don't know how to make sha1-mips.o (bu42).
*** Error code 1 (bu21)
*** Error code 1 (bu21)

bash-2.05b$ gcc --version
gcc (GCC) 3.3
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bash-2.05b$ uname -a
IRIX64 irix 6.5 07202013 IP35

-

On Solaris/SPARC

solaris64-sparcv9-gcc - OK

solaris64-sparcv9-cc - OK

solaris-sparcv9-gcc - FAILS

make[2]: Entering directory
`/export/home/z/zoli/openssl-102-beta1.orig/apps'
( :; LIBDEPS=${LIBDEPS:--L.. -lssl  -L.. -lcrypto -lsocket -lnsl -ldl};
LDCMD=${LDCMD:-gcc}; LDFLAGS=${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer
-Wall -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DGHASH_ASM};
LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d |
uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`;
LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o
${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o
dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o
rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o
s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o
version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o
pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o
${LIBDEPS} )
ld: fatal: file dhparam.o: wrong ELF class: ELFCLASS64
ld: fatal: file processing errors. No output written to openssl
collect2: error: ld returned 1 exit status
make[2]: *** [link_app.] Error 1
make[2]: Leaving directory `/export/home/z/zoli/openssl-102-beta1.orig/apps'
make[1]: *** [openssl] Error 2
make[1]: Leaving directory `/export/home/z/zoli/openssl-102-beta1.orig/apps'
make: *** [build_apps] Error 1

solaris-sparcv9-cc - FAILS

LIBDEPS= $LIBRARIES -lsocket -lnsl -ldl \
link_app.${shlib_target}
make[2]: Entering directory
`/export/home/z/zoli/openssl-102-beta1.orig/apps'
( :; LIBDEPS=${LIBDEPS:--L.. -lssl  -L.. -lcrypto -lsocket -lnsl -ldl};
LDCMD=  ${LDCMD:-cc};
LDFLAGS=${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -
DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa
-DB_ENDI  AN -DBN_DIV2W
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_AS
M -DSHA512_ASM -DMD5_ASM -DAES_ASM -DGHASH_ASM}; LIBPATH=`for x in
$LIBDEPS; do   echo $x; done
| sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed
-e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS}
-o   ${APPNAME:=openssl}
openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o e
nc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o
dsa.o   dsaparam.o ec.o
ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client
.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o
ciph  ers.o 

Re: OpenSSL version 1.0.2 beta 1 released on AIX, IRIX, Solaris/SPARC

2014-02-25 Thread Andy Polyakov

Hi,


Just for curiosity I tested on some less common Unix-es and architectures.


Much appreciated!


aix-gcc - OK
aix64-gcc - FAILED

-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM   -c -o
fips_ers.o fips_ers.c
ar -X64 r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o
fips_ers.o ppccpuid.o ppccap.o
ar: 0707-126 ppccap.o is not valid with the current object file mode.
Use the -X option to specify the desired object mode.
ar: 0707-126 ppccpuid.o is not valid with the current object file mode.
Use the -X option to specify the desired object mode.
make[1]: *** [../libcrypto.a] Error 2
make[1]: Leaving directory `/home/z/zoli/openssl-102-beta1.orig/crypto'
make: *** [build_crypto] Error 1


I would guess 'make clean' is due after 32-bit build. Same would apply 
to similar Solaris case.



---
On IRIX

mips4-sgi-irix64 - FAILS
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include
-DOPENSSL_THREADS -D_SGI_MP_SOURCE -DDSO_DLFCN -DHAVE_DLFCN_H -mabi=n32 -O3
-DTERMIOS -DB_ENDIAN -DBN_DIV3W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DAES_ASM -c sha512.c
don't know how to make sha1-mips.o (bu42).
*** Error code 1 (bu21)
*** Error code 1 (bu21)


'which make'? Do you have GNU make? If so, can you test with it?


solaris-sparcv9-cc - FAILS

LIBDEPS= $LIBRARIES -lsocket -lnsl -ldl \
link_app.${shlib_target}
make[2]: Entering directory
`/export/home/z/zoli/openssl-102-beta1.orig/apps'
( :; LIBDEPS=${LIBDEPS:--L.. -lssl  -L.. -lcrypto -lsocket -lnsl -ldl};
LDCMD=  ${LDCMD:-cc};
LDFLAGS=${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -
DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa
-DB_ENDI  AN -DBN_DIV2W
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_AS
M -DSHA512_ASM -DMD5_ASM -DAES_ASM -DGHASH_ASM}; LIBPATH=`for x in
$LIBDEPS; do   echo $x; done
| sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed
-e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS}
-o   ${APPNAME:=openssl}
openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o e
nc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o
dsa.o   dsaparam.o ec.o
ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client
.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o
ciph  ers.o nseq.o pkcs12.o
pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o
rand.o engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )
cc: Warning: -xarch=v8plus is deprecated, use -m32 -xarch=sparc instead
ld: fatal: symbol 'OPENSSL_cleanse' is multiply-defined:
(file ../libcrypto.a(mem_clr.o) type=FUNC; file
../libcrypto.a(sparccpuid.o) type=FUNC);


This shouldn't happen. Is it possible that it's 'make clean' case too? 
Could you test and confirm?

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


RE: OpenSSL version 1.0.2 beta 1 released

2014-02-24 Thread Zoltan Arpadffy
Hello,

I have tested to build on a HPUX box: HP-UX hpux-ia6 B.11.31 U ia64
0107668277 unlimited-user license

The hpux64-ia64-gcc build went perfect - all test passed.

From other side the default target hpux64-ia64-cc using Bundled CC does not
build.
Wrong options are configured. 

cc -I. -I.. -I../include  -DOPENSSL_THREADS  -DDSO_DLFCN
-DHAVE_DLFCN_H -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT
-DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM
-DAES_ASM -DGHASH_ASM -c cryptlib.c
(Bundled) cc: warning 922: -Ae is unsupported in the bundled compiler,
ignored.
(Bundled) cc: warning 922: +O3 is unsupported in the bundled compiler,
ignored.
(Bundled) cc: warning 922: +Olit=all is unsupported in the bundled
compiler, ignored.

...and shortly the build is aborted with 
asm/md5-ia64.S:432: error 4126: invalid use of protected symbol
asm/md5-ia64.S:432: error 4001: syntax error
asm/md5-ia64.S:436: error 4126: invalid use of protected symbol
asm/md5-ia64.S:436: error 4001: syntax error

Is this a configuration issue? - or nobody cares about Bundled CC while gcc
works well?
Thank you.

Regards,
Z

-Original Message-
From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org]
On Behalf Of OpenSSL
Sent: den 24 februari 2014 15:02
To: OpenSSL Developer ML; OpenSSL User Support ML; OpenSSL Announce ML
Subject: OpenSSL version 1.0.2 beta 1 released

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


   OpenSSL version 1.0.2 beta 1
   =

   OpenSSL - The Open Source toolkit for SSL/TLS
   http://www.openssl.org/

   OpenSSL 1.0.2 is currently in beta. OpenSSL 1.0.2 beta 1 has now
   been released.

   The beta release is available for download via HTTP and FTP from the
   following master locations (you can find the various FTP mirrors under
   http://www.openssl.org/source/mirror.html):

 * http://www.openssl.org/source/
 * ftp://ftp.openssl.org/source/

   The distribution file name is:

o openssl-1.0.2-beta1.tar.gz
  Size: 4901640
  MD5 checksum: 59e8a227d50851dbe8db2a754ea22be1
  SHA1 checksum: ecac4e7d59eec90ce1c5e75ac4ab4236637c321d

   The checksums were calculated using the following commands:

openssl md5 openssl-1.0.2-beta1.tar.gz
openssl sha1 openssl-1.0.2-beta1.tar.gz

   Please download and check this beta as soon as possible. Bug reports
   should go to openssl-b...@openssl.org. Please check the release notes
   and mailing lists to avoid duplicate reports of known issues.

   Yours,

   The OpenSSL Project Team.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQEVAwUBUwtOb6LSm3vylcdZAQLOTgf8DN51+L5/DHCKBB2SNKk/C8NfY33oxers
059ZNH7J+i6dkC0c20LuxD88KODK5cZiqe9eCz8LTS3ChIaVnMjabEVGmgJamJH0
tg6GmhxpELK9svAGmJa3LvE0FteXk2R/62qR5FrYiIET3ZPJ9oaDfRpP4Zp+Arxf
jcsLRmwHkIwH4/gYxumluK3bmwZOffRbvwuFx9qOIAuEyQPq78fZfxGmtOTlnAyr
UlbBy/eWjAoXyEOiuaTroK/qfV3rhn+/mcVdC7zn3vVlDaalwzBBTL4pX3yuphFT
0wfEAJCyGzS2znBKYyFEoEbSKHhn0qWR1klm4s1hlnX8Sp6Mk6eecQ==
=tbPL
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org