Dr. Stephen Henson
234f2f67ac
Add new --with-baseaddr command line option to allow the FIPS base address of
...
libeay32.dll to be explicitly specified.
2006-04-24 13:32:58 +00:00
Richard Levitte
dd4263d906
Change chop to chomp when reading lines, so CRLF is properly processed on
...
the operating systems where they are the normal line endings
2006-04-03 09:15:27 +00:00
Dr. Stephen Henson
fcdf1d3fc7
Update build system to make use of validated module in FIPS mode.
2006-03-28 12:10:37 +00:00
Nils Larsch
a0a82def50
fix Intel Mac configuration; patch supplied by JP Szikora <szikora@icp.ucl.ac.be>
2006-02-25 12:01:25 +00:00
Dr. Stephen Henson
8d6e32a07c
Allow fips install dir to be specified for VC++ build.
2006-02-08 00:47:30 +00:00
Andy Polyakov
ed457c6e1c
Replace detached signature with in-core fingerprinting.
2006-01-21 14:01:30 +00:00
Dr. Stephen Henson
2d96867e30
Backport of zlib fixes to 0.9.7.
2005-12-10 13:36:13 +00:00
Andy Polyakov
3dd5699238
Fix erroneous omission in solaris-sparcv8-cc target.
...
PR: 1225
Submitted by: Sergio Gelato
2005-10-19 19:09:50 +00:00
Andy Polyakov
07cc19fcac
Revert RC4 parameters on IA64 from back-ported ones to original to preserve
...
binary compatibility.
PR: 1114
2005-06-26 17:24:48 +00:00
Richard Levitte
77bc62c3a7
Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.
...
That should solve the issues with propagating it through the Makefiles.
PR: 1110
2005-06-18 04:42:29 +00:00
Richard Levitte
7c0341dbc4
Show what the offending target was.
...
PR: 1108
2005-06-13 02:38:07 +00:00
Andy Polyakov
e0ec2d772c
Set OPENSSL_PIC flags for shared builds [from HEAD].
2005-06-07 10:48:24 +00:00
Andy Polyakov
3380c4561e
Backport of rc4-x86_64 from HEAD.
2005-05-04 16:12:07 +00:00
Dr. Stephen Henson
4f6c2bacb1
Don't use kerberos library locations on windows.
2005-04-21 00:42:55 +00:00
Dr. Stephen Henson
37ce8cffcc
Ignore zlib related options in mk1mf.pl
2005-04-20 16:27:57 +00:00
Andy Polyakov
4182f0ffc7
Enable shared link on HP-UX.
2005-04-19 22:21:28 +00:00
Andy Polyakov
1ddce0bebf
Throw in fips/aes/asm/fips-ax86-elf.s.
2005-04-17 22:54:16 +00:00
Andy Polyakov
4347c0a76d
Regenerate fips/des/asm/fips-dx86-elf.s with -fPIC flag.
2005-04-17 22:35:34 +00:00
Andy Polyakov
45bc841b22
Rename fips/sha1/sx86-elf.s to fips/sha1/fips-sx86-elf.s.
2005-04-17 22:17:51 +00:00
Andy Polyakov
0b418c7d51
Final touch to mingw shared.
2005-04-13 23:53:19 +00:00
Andy Polyakov
a34f2d42b4
Final(?) touches to mingw shared support. .dll.a as shared lib extention might
...
appear controversial, but that's the only way to avoid relinks...
2005-04-13 21:07:21 +00:00
Andy Polyakov
ee2bf876c2
Shared support update, rather backport from HEAD.
2005-04-13 07:40:22 +00:00
Andy Polyakov
4d2b407ba2
Engage DllMain on Windows. Partial backport from HEAD. Unlike HEAD,
...
it doesn't get engaged on __CYGWIN__, because I'm not sure is *all*
Cygwin installations are equipped with windows.h...
2005-04-07 16:06:03 +00:00
Andy Polyakov
631bae4723
Extend Solaris x86 support to amd64. Note that if both gcc and Sun C
...
are installed, it defaults to gcc, because it beats Sun C on every
benchmark. Also note that gcc shared build was verified to work woth
Sun C...
2005-04-03 19:16:58 +00:00
Andy Polyakov
9d14506f29
Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32 (required for FIPS).
2005-03-12 11:28:22 +00:00
Andy Polyakov
7ec40a480b
Add mingw shared support [backport from HEAD].
2005-03-12 09:33:14 +00:00
Andy Polyakov
086dd3032f
"Backport" http://cvs.openssl.org/chngview?cn=12841 from HEAD. For reference.
...
In HEAD this approach was taken one step further. There is linux-generic32
target which is used as unified Linux target for ARM, PA-RISC, SPARCv7, S390...
2005-02-06 13:09:51 +00:00
Andy Polyakov
515ac3debb
Final HP-UX specific touches to "cope with run-time linker on multi-ABI
...
platforms."
2005-02-03 11:09:20 +00:00
Andy Polyakov
b58560b915
DJGPP update.
...
PR: 989
Submitted by: Doug Kaufman
2005-01-04 10:21:55 +00:00
Andy Polyakov
4aaa4f267d
Cosmetic mingw update.
...
PR: 924
2004-12-27 23:48:33 +00:00
Andy Polyakov
fb39cd850c
Improved PowerPC platform support.
2004-12-20 13:20:22 +00:00
Andy Polyakov
a661c1728f
Respect no-asm with fips option and disable FIPS DES assembler in
...
shared context [because it's not PIC].
2004-12-10 11:37:25 +00:00
Andy Polyakov
3dd16fb7fd
Eliminate false dependency on 386 config option is FIPS context.
...
At the same time limit assembler support to ELF platforms [that's
what is there, ELF modules].
2004-12-09 22:43:29 +00:00
Andy Polyakov
ab09133881
Engage SHA1 IA64 assembler on IA64 platforms [from HEAD].
2004-12-09 21:05:14 +00:00
Andy Polyakov
f670069a19
Back-port of RC4 assembler support for IA-64 from HEAD branch.
2004-12-02 10:54:36 +00:00
Andy Polyakov
62c19d2dd9
Back-port of RC4 assembler support for AMD64 from HEAD branch.
2004-11-30 18:00:33 +00:00
Dr. Stephen Henson
22a7a3b91b
Zap obsolete der_chop script.
2004-11-13 23:56:15 +00:00
Dr. Stephen Henson
14e21742d5
Update debug-steve
2004-10-01 11:34:28 +00:00
Richard Levitte
83f22920c2
Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.
...
PR: 499
2004-06-28 22:01:07 +00:00
Richard Levitte
9e356100d0
Linux on ARM needs -ldl
...
PR: 905
2004-06-28 10:31:09 +00:00
Ben Laurie
3642f632d3
Pull FIPS back into stable.
2004-05-11 12:46:24 +00:00
Andy Polyakov
387fd00c47
IRIX 6.x shared build fix-up.
2004-03-12 21:24:45 +00:00
Richard Levitte
44ee32ed30
-Wstrict-prototypes is too much for 0.9.7-stable (there are tons of
...
non-strict prototypes, all right? Kind of shadows the few other
warnings so I keep missing them :-)).
2004-01-29 00:03:05 +00:00
Andy Polyakov
d435752b0a
Proper support for HP-UX64 gcc build.
...
PR: 772
2004-01-21 09:58:18 +00:00
Richard Levitte
16d2a7caef
Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, this
...
time involving VxWorks on MIPS
2003-09-28 14:07:01 +00:00
Richard Levitte
f0ad5fc2ab
Add necessary changes to be able to build on VxWorks for PPC860.
...
Contributed by Bob Bradley <bob@chaoticsoftware.com>
2003-09-27 07:24:47 +00:00
Richard Levitte
4ed9388e5d
A new branch for FIPS-related changes has been created with the name
...
OpenSSL-fips-0_9_7-stable.
Since the 0.9.7-stable branch is supposed to be in freeze and should
only contain bug corrections, this change removes the FIPS changes
from that branch.
2003-08-11 09:37:17 +00:00
Ben Laurie
75622f1ece
Unfinished FIPS stuff for review/improvement.
2003-07-27 17:00:51 +00:00
Richard Levitte
bbfbd4b270
Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.
2003-04-10 05:46:55 +00:00
Richard Levitte
6076f21f5e
It seems like gcc-drivven shared library building on OpenUnix 8 requires
...
-shared rather than -G.
2003-04-01 10:59:40 +00:00