Re: [openssl.org #3269] 1.0.2 beta1 on UnixWare

2014-02-28 Thread Tim Rice via RT
On Thu, 27 Feb 2014, Andy Polyakov via RT wrote: | Comment first two line and replace elsif with if, i.e. | | #if (defined($base) $sym eq OPENSSL_ia32cap_P !$::macosx) | #{ ::lea($dst,::DWP($sym-$reflabel,$base));} | if (($::pic ($::elf || $::aout)) || $::macosx) |

[openssl.org #3269] 1.0.2 beta1 on UnixWare

2014-02-26 Thread Tim Rice via RT
Platform: UnixWare 7.1.4 MP4 OpenSSL 1.0.2 beta1 It looks like the latest assembler changes to sha and aes break on USL assemblers. -- making all in crypto/sha... cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DOPENSSL_THREADS -Kthread -DDSO_DLFCN

Re: [openssl.org #3269] 1.0.2 beta1 on UnixWare

2014-02-26 Thread Tim Rice via RT
On Wed, 26 Feb 2014, Andy Polyakov via RT wrote: | Platform: UnixWare 7.1.4 MP4 | OpenSSL 1.0.2 beta1 | | It looks like the latest assembler changes to sha and aes break | on USL assemblers. | | -- | making all in crypto/sha... | cc -I.. -I../.. -I../modes -I../asn1

Re: [openssl.org #3269] 1.0.2 beta1 on UnixWare

2014-02-26 Thread Tim Rice via RT
On Wed, 26 Feb 2014, Tim Rice wrote: | On Wed, 26 Feb 2014, Andy Polyakov via RT wrote: | | #if (defined($base) $sym eq OPENSSL_ia32cap_P !$::macosx) | #{ ::lea($dst,::DWP($sym-$reflabel,$base));} | if (($::pic ($::elf || $::aout)) || $::macosx) | { if

[openssl.org #2154] OpenSSL 0.9.8 on UnixWare

2010-01-25 Thread Tim Rice via RT
CVS OpenSSL_0_9_8-stable pulled 20 Jan 2010 On UnixWare 7.1.4 w/ MP4, OpenSSL 0.9.8 builds and tests fine with both static and dynamic libs. . OpenSSL 0.9.8m-dev 20 Jan 2010 built on: Sat Jan 23 18:42:02 PST 2010 platform: unixware-7 options: bn(64,32) md2(char) rc4(idx,int)

Re: [openssl.org #2153] OpenSSL 1.0.0 on UnixWare

2010-01-25 Thread Tim Rice via RT
On Sun, 24 Jan 2010, The default queue via RT wrote: CVS OpenSSL_1_0_0-stable pulled 20 Jan 2010 On UnixWare 7.1.4 w/ MP4, If I build OpenSSL without static libs it builds and tests fine. . ALL TESTS SUCCESSFUL. OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a

[openssl.org #2153] OpenSSL 1.0.0 on UnixWare

2010-01-24 Thread Tim Rice via RT
CVS OpenSSL_1_0_0-stable pulled 20 Jan 2010 On UnixWare 7.1.4 w/ MP4, If I build OpenSSL without static libs it builds and tests fine. . ALL TESTS SUCCESSFUL. OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a OpenSSL 1.0.0-beta6-dev 20 Jan 2010 built on: Sat Jan 23

Re: [openssl.org #1821] Extensive use of @commands in Makefile makes troubleshooting challenging

2009-06-30 Thread Tim Rice via RT
On Mon, 29 Jun 2009, Philip A. Prindeville wrote: Stephen Henson via RT wrote: It's not the @ command which might be non-portable IMHO but the expansion of $(Q) into @. I guess I still don't understand the issue. On the platforms that don't support this, it could be left undefined

[openssl.org #1888] socklen_t

2009-04-03 Thread Tim Rice via RT
OpenSSL_1_0_0-stable and HEAD use socklen_t. Some platforms do not have the socklen_t data type. I propose the following patch (also attached) so a person could ./config --socklen_t=int . --- openssl-1.0.0/Configure.old 2009-02-19 01:43:18.0 -0800 +++ openssl-1.0.0/Configure

[openssl.org #900] non portable additions to OpenSSL_0_9_7-stable

2004-06-21 Thread Tim Rice via RT
The FIPS stuff needs a little tune up. Makefile.org - if ! egrep 'define OPENSSL_FIPS' ..; then \ + if egrep 'define OPENSSL_FIPS' ...; then \ + : \ + else \ The install: section should be commented out in fips/aes/Makefile, fips/des/Makefile, and

Re: [openssl.org #900] non portable additions to OpenSSL_0_9_7-stable

2004-06-21 Thread Tim Rice via RT
On Mon, 21 Jun 2004, Richard Levitte - VMS Whacker via RT wrote: In message [EMAIL PROTECTED] on Mon, 21 Jun 2004 08:49:26 +0200 (METDST), Tim Rice via RT [EMAIL PROTECTED] said: rt The FIPS stuff needs a little tune up. rt rt Makefile.org rt - if ! egrep 'define OPENSSL_FIPS

[openssl.org #735] Makefile.org rev 1.154.2.63 breaks OpenServer 5

2003-10-20 Thread Tim Rice via RT
In trying to build ethier the OpenSSL_0_9_7c or OpenSSL_0_9_7-stable branch on OpenServer 5 I discovered a change to Makefile.org that caused the build to fail. revision 1.154.2.63 date: 2003/05/29 22:20:55; author: levitte; state: Exp; lines: +2 -2 Have ASFLAGS

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Tim Rice via RT
On Sat, 18 Jan 2003, Andy Polyakov via RT wrote: Config was adding 386 to the Configure line causing the build to fail on the assembler modules. in what way? UX:as: ERROR: asm/sx86-elf.s:35:invalid register for instruction: %al in xchg Would it work

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-17 Thread Tim Rice via RT
On Fri, 17 Jan 2003, Andy Polyakov via RT wrote: Config was adding 386 to the Configure line causing the build to fail on the assembler modules. in what way? Not really. So you mean that it's not like it fails, but generates not optimal code. No, it

Re: [openssl.org #437] bad instructions in CHANGES for platform-dependent builds

2003-01-04 Thread Tim Rice via RT
On Sat, 4 Jan 2003, Nick Briggs via RT wrote: [snip] # Place yourself outside of the OpenSSL source tree. In # this example, the environment variable OPENSSL_SOURCE # is assumed to contain the absolute OpenSSL source directory. mkdir -p objtree/`uname

Re: [openssl.org #437] bad instructions in CHANGES for platform-dependent builds

2003-01-04 Thread Tim Rice via RT
On Sat, 4 Jan 2003, Tim Rice wrote: Here is the list auto generated files I found in 0.9.7 . FILES=apps/progs.h crypto/asn1/asn1_err.c \ [snip] ssl/ssl.h util/libeay.num util/ssleay.num crypto/opensslv.h Oops, this is NOT part of the list ---^ --

Re: [openssl.org #148] Re: 0.9.7 PATCH (strcasecmp)

2002-07-16 Thread Tim Rice via RT
On Tue, 16 Jul 2002, Richard Levitte via RT wrote: Quick question: does string.h in Unixware define strcasecmp()? It's not defined in string.h but that wouldn't really matter. strcasecmp() returns an int I just tested changing to string.h and it works fine. Hmm loking at the apps/apps.c