aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/threads
Commit message (Collapse)AuthorAgeFilesLines
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-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 Levitte2000-02-261-0/+9
|
* Make sure there's some entropy, and log a few more errors.Richard Levitte2000-02-261-2/+16
|
* Small error fix.Richard Levitte2000-02-251-1/+2
|
* Adjust all the old scripts to deal with the new location.Richard Levitte2000-02-256-6/+6
|
* New script to compile on systems that already have pthreads in theRichard Levitte2000-02-251-0/+7
| | | | system.
* Update the two threads modules to conform to our recommendations (useRichard Levitte2000-02-252-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 otherUlf Möller2000-02-257-0/+43
| | | | files to crypto/threads
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-1/+1
| | | | | OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-262-39/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-232-13/+13
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-192-88/+43
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-0/+0
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+0
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-212-0/+1514