All of the following is for the openssl-SNAP-20010226.

The source change is due to the fact that Apple's Rhapsody/Darwin/Mac
OS X server, doesn't have ftime:

*** speed.c~    Tue Feb 20 02:00:23 2001
--- speed.c     Mon Feb 26 11:09:58 2001
***************
*** 85,91 ****
  #include <openssl/evp.h>
  #include <openssl/objects.h>
  
! #if defined(__FreeBSD__)
  # define USE_TOD
  #elif !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
  # define TIMES
--- 85,91 ----
  #include <openssl/evp.h>
  #include <openssl/objects.h>
  
! #if defined(__FreeBSD__) || defined(OPENSSL_SYS_MACOSX)
  # define USE_TOD
  #elif !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
  # define TIMES


The bntest program is failing on two OSes:

OpenSSL self-test report:

OpenSSL version:  0.9.7-dev
Last change:      Function OCSP_request_verify(). This checks the signatu...
Options:          --prefix=/usr/local --openssldir=/usr/local/openssl no-krb5
OS (uname):       IRIX64 eilat 6.5 04151556 IP27
OS (config):      mips4-sgi-irix64
Target (default): irix-mips3-gcc
Target:           irix-mips3-cc
Compiler:         cc ERROR:  no source or object file given

Test skipped.

OpenSSL self-test report:

OpenSSL version:  0.9.7-dev
Last change:      Function OCSP_request_verify(). This checks the signatu...
Options:          --prefix=/usr/local --openssldir=/usr/local/openssl no-krb5
OS (uname):       OSF1 mosso.math.utah.edu V4.0 1229 alpha
OS (config):      alpha-dec-osf
Target (default): alpha-cc
Target:           alpha-cc
Compiler:         

cc: Error: no source, object or ucode file specified

Test skipped.


In both cases, bntest will succeed occasionally, but mostly fails.  On
IRIX, bntest seems to fail in BN_sqr every time.  On OSF1, bntest
might succeed 16% - 20% of the time, usually failing in BN_sub, but
sometimes failing in BN_mod_mul or BN_div_recp.  These systems both
passed the big number library tests, with openssl-SNAP-20001128.
Also, both systems are now running prngd (though if I stop prngd and
remove /etc/entropy, this doesn't change the behavior of bntest
much).

On a higher note, this snapshot does pass all tests on the following
systems:

        MacOS X server 1.2
        RedHat/Linux 6.2 Intel
        RedHat/Linux 6.2 SPARC
        Solaris 7 SPARC

Let me know if there is more information which is needed.  Since this
seems like a nasty problem in the new BN random code, I'm reluctant to
start debugging this myself.

Thanks,

Pieter

Pieter Bowman                        Voice:                 1-801-581-5252
University of Utah                   FAX:                   1-801-581-4148
Department of Mathematics            Email:           [EMAIL PROTECTED]
155 S 1400 E RM 233                  URL: http://www.math.utah.edu/~bowman
Salt Lake City, Ut, 84112-0090       Office:                       103 JWB
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to