New Configure option "rsaref".
This commit is contained in:
parent
5fd4e2b16b
commit
5fbe91d86b
3
CHANGES
3
CHANGES
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
Changes between 0.9.2b and 0.9.3
|
Changes between 0.9.2b and 0.9.3
|
||||||
|
|
||||||
|
*) New Configure option "rsaref".
|
||||||
|
[Ulf Möller]
|
||||||
|
|
||||||
*) Don't auto-generate pem.h.
|
*) Don't auto-generate pem.h.
|
||||||
[Bodo Moeller]
|
[Bodo Moeller]
|
||||||
|
|
||||||
|
@ -294,6 +294,11 @@ foreach (@ARGV)
|
|||||||
{ $no_asm=1; }
|
{ $no_asm=1; }
|
||||||
elsif ($_ =~ /^386$/)
|
elsif ($_ =~ /^386$/)
|
||||||
{ $processor=386; }
|
{ $processor=386; }
|
||||||
|
elsif ($_ =~ /^rsaref$/)
|
||||||
|
{
|
||||||
|
$libs.= "-lRSAglue -lrsaref ";
|
||||||
|
$flags.= "-DRSAref ";
|
||||||
|
}
|
||||||
elsif ($_ =~ /^-/)
|
elsif ($_ =~ /^-/)
|
||||||
{
|
{
|
||||||
if ($_ =~ /^-[lL](.*)$/)
|
if ($_ =~ /^-[lL](.*)$/)
|
||||||
|
2
INSTALL
2
INSTALL
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
There are several options to ./config to customize the build:
|
There are several options to ./config to customize the build:
|
||||||
|
|
||||||
-DRSAref Build with RSADSI's RSAREF toolkit.
|
rsaref Build with RSADSI's RSAREF toolkit.
|
||||||
no-asm Build with no assembler code.
|
no-asm Build with no assembler code.
|
||||||
386 Use the 80386 instruction set only (the default x86 code is
|
386 Use the 80386 instruction set only (the default x86 code is
|
||||||
more efficient, but requires at least a 486).
|
more efficient, but requires at least a 486).
|
||||||
|
3
STATUS
3
STATUS
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
OpenSSL STATUS Last modified at
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 1999/04/08 20:45:53 $
|
______________ $Date: 1999/04/13 00:58:49 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
@ -79,7 +79,6 @@
|
|||||||
o Jean-Hugues ROYER <jhroyer@joher.com>: rsa_oaep.c with Watcom C
|
o Jean-Hugues ROYER <jhroyer@joher.com>: rsa_oaep.c with Watcom C
|
||||||
o $(PERL) in */Makefile.ssl
|
o $(PERL) in */Makefile.ssl
|
||||||
o "Sign the certificate?" - "n" creates empty certificate file
|
o "Sign the certificate?" - "n" creates empty certificate file
|
||||||
o add Configure option "rsaref"
|
|
||||||
o dubious declaration of crypt() in des.h
|
o dubious declaration of crypt() in des.h
|
||||||
|
|
||||||
OPEN ISSUES
|
OPEN ISSUES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user