Commit ccb9643f authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove references to RSAref. The glue library is but a memory to fade

away now...
parent 7f7b8d68
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@

 Changes between 0.9.6 and 0.9.7  [xx XXX 2000]

  *) Remove all references to RSAref, since there's no more need for it.
     [Richard Levitte]

  *) Increase BN_CTX_NUM (the number of BIGNUMs in a BN_CTX) to 16.
     The previous value, 12, was not always sufficient for BN_mod_exp().
     [Bodo Moeller]
+4 −5
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use strict;

# see INSTALL for instructions.

my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [rsaref] [no-threads] [no-asm] [no-dso] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [no-threads] [no-asm] [no-dso] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";

# Options:
#
@@ -28,7 +28,6 @@ my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-
#               are always compiled but return NULL if the hardware
#               support isn't compiled.
# no-hw         do not compile support for any crypto hardware.
# rsaref        use RSAref
# [no-]threads  [don't] try to create a library that is suitable for
#               multithreaded applications (default is "threads" if we
#               know how to do it)
@@ -564,9 +563,9 @@ PROCESS_ARGS:
			{ $processor=386; }
		elsif (/^rsaref$/)
			{
			$libs.= "-lRSAglue -lrsaref ";
			$flags.= "-DRSAref ";
			$openssl_other_defines .= "#define RSAref\n";
			# No RSAref support any more since it's not needed.
			# The check for the option is there so scripts aren't
			# broken
			}
		elsif (/^[-+]/)
			{
+0 −3
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@
  --openssldir=DIR Directory for OpenSSL files. If no prefix is specified,
                the library files and binaries are also installed there.

  rsaref        Build with RSADSI's RSAREF toolkit (this assumes that
                librsaref.a is in the library search path).

  no-threads    Don't try to build with support for multi-threaded
                applications.

+1 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ INSTALLTOP=/usr/local/ssl
# Do not edit this manually. Use Configure --openssldir=DIR do change this!
OPENSSLDIR=/usr/local/ssl

# RSAref  - Define if we are to link with RSAref.
# NO_IDEA - Define to build without the IDEA algorithm
# NO_RC4  - Define to build without the RC4 algorithm
# NO_RC2  - Define to build without the RC2 algorithm
@@ -154,7 +153,7 @@ RMD160_ASM_OBJ= asm/rm86-out.o
# we might set SHLIB_MARK to '$(SHARED_LIBS)'.
SHLIB_MARK=

DIRS=   crypto ssl rsaref $(SHLIB_MARK) apps test tools
DIRS=   crypto ssl $(SHLIB_MARK) apps test tools
SHLIBDIRS= crypto ssl

# dirs in crypto to build
+12 −12
Original line number Diff line number Diff line
@@ -1160,7 +1160,7 @@ $cc = cc
$cflags       = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
$unistd       = 
$thread_cflag = (unknown)
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1181,7 +1181,7 @@ $cc = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = (unknown)
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1202,7 +1202,7 @@ $cc = cc
$cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
$unistd       = 
$thread_cflag = (unknown)
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1223,7 +1223,7 @@ $cc = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = (unknown)
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1244,7 +1244,7 @@ $cc = cc
$cflags       = +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
$bn_obj       = 
$des_obj      = 
@@ -1286,7 +1286,7 @@ $cc = gcc
$cflags       = -O3 -DB_ENDIAN -DBN_DIV2W
$unistd       = 
$thread_cflag = 
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1307,7 +1307,7 @@ $cc = cc
$cflags       = +DA1.1 +DS1.1 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
$bn_obj       = 
$des_obj      = 
@@ -1328,7 +1328,7 @@ $cc = cc
$cflags       = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
$bn_obj       = asm/pa-risc2.o
$des_obj      = 
@@ -1349,7 +1349,7 @@ $cc = cc
$cflags       = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1370,7 +1370,7 @@ $cc = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1391,7 +1391,7 @@ $cc = cc
$cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
@@ -1412,7 +1412,7 @@ $cc = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = -D_REENTRANT
$lflags       = -ldld
$lflags       = -Wl,+s -ldld
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj       = 
$des_obj      = 
Loading