Hello all,

I am attempting to install OpenSSL 0.9.5-dev (from the openssl-SNAP-19991202
snapshot) on an SGI running IRIX 6.5. make runs fine, but when I run make test, 
it fails when attempting to test sslv2 server authentication:

        test SSL protocol
        test sslv2
        Protocol SSLv2, cipher SSLv2, DES-CBC3-MD5
        test sslv2 with server authentication
        server authentication
        ./testssl[7]: 98299 Memory fault
        *** Error code 1 (bu21)
        *** Error code 1 (bu21)

As instructed in the INSTALL file, I removed the optimization flags,
in the Makefile.ssl, ran make clean and make again, but the problem still 
persists. I also commented out the following line in ./test/testssl script:

        echo test sslv2 with server authentication
        ./ssltest -ssl2 -server_auth -CApath ../certs || exit 1

but I get the same Memory fault with the next call:

        echo test sslv2 with client authentication
        ./ssltest -ssl2 -client_auth -CApath ../certs || exit 1

so the problem seems not to be limited to the -server_auth call.

Any pointers to solving this problem would be greatly appreciated!

I've included the version info and the output of the make test
operation below:


% openssl version -a
OpenSSL 0.9.5-dev 09 Aug 1999
built on: Fri Dec  3 12:19:36 EST 1999
platform: irix-mips3-cc
options:  bn(64,64) md2(int) rc4(ptr,char) des(ptr,risc2,16,long) idea(int) 
blowfish(ptr) 
compiler: cc -mips4 -n32 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W


% make test

        [other tests snipped]

test SSL protocol
test sslv2
Protocol SSLv2, cipher SSLv2, DES-CBC3-MD5
test sslv2 with server authentication
server authentication
./testssl[7]: 98299 Memory fault
*** Error code 1 (bu21)
*** Error code 1 (bu21)



 John

----------------------------------------------
John A. Reed, Ph.D.               
Research Assistant Professor 
The University of Toledo

e-mail: [EMAIL PROTECTED] 
WWW:    http://memslab.eng.utoledo.edu/~jreed
----------------------------------------------
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to