| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to have OpenSSL compile on OS/2. | Richard Levitte | 2001-07-02 | 1 | -1/+4 |
* | Update my config entry to allow use of DSOs. | Dr. Stephen Henson | 2001-06-23 | 1 | -1/+1 |
* | Change Win32 to use EXPORT_VAR_AS_FN. | Dr. Stephen Henson | 2001-05-13 | 1 | -2/+2 |
* | Add support for Sun C on Solaris x86. Contributed by Ben <mouring@etoh.evila... | Richard Levitte | 2001-05-03 | 1 | -1/+4 |
* | Unixware config. | Richard Levitte | 2001-04-05 | 1 | -2/+4 |
* | Incorporate some changes that make OpenSSL compilable in CygWin. | Richard Levitte | 2001-04-04 | 1 | -0/+3 |
* | Remove a typo in dgux-R4-gcc. | Richard Levitte | 2001-04-03 | 1 | -1/+1 |
* | Restore asm/mips3.s to be compiled and linked in, since the bug has | Richard Levitte | 2001-03-28 | 1 | -3/+1 |
* | Reports seem to show that asm/mips3.s has faults. To be investigated, but le... | Richard Levitte | 2001-03-27 | 1 | -1/+3 |
* | For mips3 and alpha, put the assembler file directives in separate | Richard Levitte | 2001-03-26 | 1 | -12/+17 |
* | gcc uses collect2, not ld, to link things. Therefore, when using gcc | Richard Levitte | 2001-03-24 | 1 | -7/+7 |
* | New cofiguration for Unixwre and SCO,with slightly better granularity. Contr... | Richard Levitte | 2001-03-18 | 1 | -3/+12 |
* | bsdi-elf needs to link with -ldl. | Richard Levitte | 2001-03-15 | 1 | -1/+1 |
* | For AIX 4.3 or above, allow the use of dlfcn. | Richard Levitte | 2001-03-15 | 1 | -0/+2 |
* | Forcibly enable memory leak checking during "make test" | Bodo Möller | 2001-03-11 | 1 | -1/+1 |
* | Workaround for solaris64 linking problem (explicit "ar rs" is needed | Bodo Möller | 2001-03-09 | 1 | -5/+11 |
* | Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa... | Bodo Möller | 2001-03-08 | 1 | -1/+1 |
* | Code for better build under Darwin (MacOS X). | Richard Levitte | 2001-03-07 | 1 | -1/+2 |
* | Introduce the possibility to access global variables through | Richard Levitte | 2001-03-02 | 1 | -0/+7 |
* | Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications th... | Richard Levitte | 2001-02-22 | 1 | -0/+10 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+0 |
* | I'm sick of the warnings about long long... | Richard Levitte | 2001-02-20 | 1 | -2/+2 |
* | Temporary fix for build break. | Ulf Möller | 2001-02-20 | 1 | -0/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -161/+173 |
* | An obvious but hard-to-see cut'n'paste error corrected. | Richard Levitte | 2001-02-19 | 1 | -2/+1 |
* | Update of linux-ppc. Contributed by MATSUURA Takanori | Richard Levitte | 2001-02-13 | 1 | -1/+2 |
* | add linux-s390 configuration (based on information submitted by | Bodo Möller | 2001-02-09 | 1 | -0/+1 |
* | BN assembler is no longer option on x86. | Ben Laurie | 2001-02-04 | 1 | -1/+1 |
* | Add debugging info to new ASN1 code to trace memory leaks. | Dr. Stephen Henson | 2001-01-24 | 1 | -1/+1 |
* | Definition of NO_KRB5 in ssl.h for external applications. | Ulf Möller | 2001-01-22 | 1 | -0/+1 |
* | Add configuration for GNU Hurd. | Richard Levitte | 2001-01-11 | 1 | -0/+3 |
* | Temporary measure: if no KRB5 is defined, add "no-krb5" to the | Richard Levitte | 2000-12-31 | 1 | -0/+1 |
* | When using -pedantic, it's a good thing to define PEDANTIC as well. | Richard Levitte | 2000-12-13 | 1 | -2/+3 |
* | Recognise Darwin as well. For now, have it do exactly the same thing as for ... | Richard Levitte | 2000-12-01 | 1 | -1/+2 |
* | First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im... | Richard Levitte | 2000-11-30 | 1 | -1/+58 |
* | I might want to debug the assembler modules... | Richard Levitte | 2000-11-18 | 1 | -1/+1 |
* | Update my own debugging configuration entry | Richard Levitte | 2000-11-12 | 1 | -1/+1 |
* | Remove references to RSAref. The glue library is but a memory to fade | Richard Levitte | 2000-11-08 | 1 | -5/+4 |
* | Lutz tells me HP cc uses the same syntax for flags that should be | Richard Levitte | 2000-11-07 | 1 | -7/+7 |
* | shl_load() also needs to load along a path given through an | Richard Levitte | 2000-11-07 | 1 | -12/+12 |
* | Add support for shared libraries under Irix. | Richard Levitte | 2000-11-01 | 1 | -6/+6 |
* | Rename true64 to the correct tru64. | Richard Levitte | 2000-11-01 | 1 | -3/+3 |
* | Add configuration option to build on Linux on both big-endian and | Richard Levitte | 2000-11-01 | 1 | -1/+2 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -1/+18 |
* | FreeBSD-elf can do threads. However, there seems to be confusion if | Richard Levitte | 2000-10-22 | 1 | -1/+1 |
* | Add what's needed to get shared libraries on HP-UX. | Richard Levitte | 2000-10-21 | 1 | -16/+25 |
* | Even when you don't want to create shared libraries, it's a good idea | Richard Levitte | 2000-10-13 | 1 | -1/+1 |
* | Rework the system to generate shared libraries: | Richard Levitte | 2000-10-13 | 1 | -44/+48 |
* | Make sure that shareable libraries are turned off if we don't know how | Richard Levitte | 2000-10-09 | 1 | -0/+4 |
* | Linux on Alpha with gcc knows about shared libraries. | Richard Levitte | 2000-10-08 | 1 | -2/+2 |