#
e06433d9 |
| 07-Nov-2000 |
Richard Levitte |
shl_load() also needs to load along a path given through an environment variable, SHLIB_PATH. This change makes that possible.
|
#
dcea8e12 |
| 01-Nov-2000 |
Richard Levitte |
Add support for shared libraries under Irix. Submitted by Albert Chin-A-Young <china@thewrittenword.com>
|
#
26b26479 |
| 31-Oct-2000 |
Richard Levitte |
Rename true64 to the correct tru64. Suggested by Albert Chin-A-Young <china@thewrittenword.com>
|
#
815c83f7 |
| 31-Oct-2000 |
Richard Levitte |
Add configuration option to build on Linux on both big-endian and little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
|
#
5270e702 |
| 26-Oct-2000 |
Richard Levitte |
Merge the engine branch into the main trunk. All conflicts resolved. At the same time, add VMS support for Rijndael.
|
Revision tags: BEFORE_engine |
|
#
b5a43800 |
| 21-Oct-2000 |
Richard Levitte |
FreeBSD-elf can do threads. However, there seems to be confusion if you should defined _THREAD_SAFE (I found that in an include file, and that's what everybody tells me) or _THREADSAFE (that
FreeBSD-elf can do threads. However, there seems to be confusion if you should defined _THREAD_SAFE (I found that in an include file, and that's what everybody tells me) or _THREADSAFE (that's what the gcc manual says in the FreeBSD-specific section), so I defined both, just to be safe.
show more ...
|
#
0fd44e2d |
| 21-Oct-2000 |
Richard Levitte |
Add what's needed to get shared libraries on HP-UX. N.B.: This has not been tested at all, that's my next step.
|
#
82ce0b23 |
| 13-Oct-2000 |
Richard Levitte |
Even when you don't want to create shared libraries, it's a good idea to have the full extension information, so residual shared libraries can be removed so the applications and test programs
Even when you don't want to create shared libraries, it's a good idea to have the full extension information, so residual shared libraries can be removed so the applications and test programs do not get linked against them by mistake...
show more ...
|
#
a22fb399 |
| 13-Oct-2000 |
Richard Levitte |
Rework the system to generate shared libraries: - Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.
Rework the system to generate shared libraries: - Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.so.0 to libcrypto.so.0.9.7. There is extended info in Configure for that. - Make as few rebuilds of the shared libraries as possible. - Still avoid linking the OpenSSL programs with the shared libraries. - When installing, install the shared libraries separately from the static ones.
show more ...
|
Revision tags: OpenSSL_0_9_6-beta2, OpenSSL_0_9_6-beta1, OpenSSL_0_9_6 |
|
#
d2dcf4f4 |
| 09-Oct-2000 |
Richard Levitte |
Make sure that shareable libraries are turned off if we don't know how to make them...
|
#
a0ec9cf6 |
| 08-Oct-2000 |
Richard Levitte |
Linux on Alpha with gcc knows about shared libraries.
|
Revision tags: OpenSSL-engine-0_9_6 |
|
#
318e0935 |
| 22-Sep-2000 |
Richard Levitte |
Kris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn't use an optimization higher than -O.
|
Revision tags: OpenSSL-engine-0_9_6-beta3, OpenSSL_0_9_6-beta3 |
|
#
c5f8bbbc |
| 21-Sep-2000 |
Richard Levitte |
Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
|
#
2bd8aaef |
| 18-Sep-2000 |
Richard Levitte |
HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.
|
#
1cf3bbae |
| 18-Sep-2000 |
Richard Levitte |
Typo in the added hpux targets. -ldl should be -ldld.
|
Revision tags: OpenSSL-engine-0_9_6-beta2 |
|
#
d0c2ebf4 |
| 17-Sep-2000 |
Richard Levitte |
A patch from HP for better performance. Submitted by Kevin Steves <ks@hp.se> 3 months ago...
|
#
72660f5f |
| 14-Sep-2000 |
Richard Levitte |
Add a configuration for Sony News 4. Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
#
cea81a62 |
| 13-Sep-2000 |
Richard Levitte |
Make sure that Configure will defined DSO_WIN32 for the Win32 targets. I feel a bit unsure if this should really be done for Mingw32 and CygWin32
|
#
2aff74dd |
| 11-Sep-2000 |
Richard Levitte |
debug-linux-elf and debug-linux-elf-efence need to be linked with libdl just as linux-elf...
|
Revision tags: OpenSSL-engine-0_9_6-beta1 |
|
#
36124b10 |
| 06-Sep-2000 |
Bodo Möller |
Changes for QNX: there is no thread support, and the previous configuration only worked with no-asm.
|
#
2f043896 |
| 05-Sep-2000 |
Dr. Stephen Henson |
*BIG* verify code reorganisation. The old code was painfully primitive and couldn't handle distinct certificates using the same subject name. The new code performs several tests
*BIG* verify code reorganisation. The old code was painfully primitive and couldn't handle distinct certificates using the same subject name. The new code performs several tests on a candidate issuer certificate based on certificate extensions. It also adds several callbacks to X509_VERIFY_CTX so its behaviour can be customised. Unfortunately some hackery was needed to persuade X509_STORE to tolerate this. This should go away when X509_STORE is replaced, sometime... This must have broken something though :-(
show more ...
|
#
bbb8de09 |
| 04-Sep-2000 |
Bodo Möller |
Avoid abort() throughout the library, except when preprocessor symbols for debugging are defined.
|
#
a545c6f6 |
| 01-Sep-2000 |
Bodo Möller |
QNX 4 support.
|
#
c59cb511 |
| 17-Aug-2000 |
Richard Levitte |
Allow reconfiguration. This can be useful if some source update requires that you configure again, but you don't want to reenter all those configuration arguments again.
|
#
25b93b9d |
| 14-Aug-2000 |
Richard Levitte |
IBMcxx complains that maxmem is as low as 2048 for certain modules (like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
|