Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 2 | -6/+6 |
| | | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS. | ||||
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing. | ||||
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 2 | -25/+25 |
| | | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files. | ||||
* | A small script to compile mttest.c on VMS as well. | Richard Levitte | 2000-02-26 | 1 | -0/+9 |
| | |||||
* | Make sure there's some entropy, and log a few more errors. | Richard Levitte | 2000-02-26 | 1 | -2/+16 |
| | |||||
* | Small error fix. | Richard Levitte | 2000-02-26 | 1 | -1/+2 |
| | |||||
* | Adjust all the old scripts to deal with the new location. | Richard Levitte | 2000-02-26 | 6 | -6/+6 |
| | |||||
* | New script to compile on systems that already have pthreads in the | Richard Levitte | 2000-02-26 | 1 | -0/+7 |
| | | | | system. | ||||
* | Update the two threads modules to conform to our recommendations (use | Richard Levitte | 2000-02-26 | 2 | -56/+98 |
| | | | | | | | | CRYPTO_num_locks() instead of CRYPTO_NUM_LOCKS!), and correct all the inconsistencies with the rest of OpenSSL. At least, this compiles nicely on Linux using PTHREADS. I've done no other tests so far. | ||||
* | mt contained an old copy of mttest.c. remove it and move the other | Ulf Möller | 2000-02-25 | 7 | -0/+43 |
| | | | | files to crypto/threads | ||||
* | Rename SSLeay_add_all_algorithms() et al to | Dr. Stephen Henson | 2000-02-04 | 1 | -1/+1 |
| | | | | | OpenSSL_add_all_algorithms(). Move these into separate files so they work properly. | ||||
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 1 | -1/+1 |
| | |||||
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 2 | -39/+0 |
| | |||||
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 2 | -13/+13 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 2 | -88/+43 |
| | |||||
* | Various cleanups and fixed by Marc and Ralf to start the OpenTLS project | Ralf S. Engelschall | 1998-12-22 | 1 | -0/+0 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -0/+0 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 2 | -0/+1514 |