summaryrefslogtreecommitdiff
path: root/crypto/cryptlib.c
Commit message (Expand)AuthorAgeFilesLines
...
* In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte2002-12-111-7/+7
* sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte2002-12-111-3/+13
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+8
* Off-by-one-error corrected.Richard Levitte2002-11-041-1/+1
* clean up new code for NIST primesBodo Möller2002-10-281-1/+55
* really fix race conditionBodo Möller2002-09-231-1/+2
* Add ECDH support.Bodo Möller2002-08-091-1/+7
* get rid of OpenSSLDieBodo Möller2002-08-021-8/+0
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+8
* new locksBodo Möller2002-02-131-1/+3
* This looks to have been a typo.Geoff Thorpe2001-11-241-1/+1
* fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller2001-11-231-0/+3
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-061-3/+2
* First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe2001-09-011-1/+2
* md_rand.c thread safetyBodo Möller2001-07-251-1/+2
* Don't set pointer if add_lock_callback used.Dr. Stephen Henson2001-06-191-1/+0
* Stop mishandling the type number in dynlock lockingRichard Levitte2001-06-011-3/+2
* Don't decrement the reference counter twice when destroying dynamicRichard Levitte2001-05-311-2/+2
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-1/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-5/+5
* Locking issues.Bodo Möller2000-12-151-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+2
* Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2000-06-201-3/+3
* Add the missing callback pointer handling functions.Richard Levitte2000-06-191-13/+42
* Add OPENSSL_free at the end of CRYPTO_destroy_dynlockid.Bodo Möller2000-06-191-0/+3
* Redo the support for dynamic locks. First of all, it was terriblyRichard Levitte2000-06-191-59/+85
* Add support for dynamically created and destroyed mutexes. This willRichard Levitte2000-06-181-5/+134
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-1/+2
* Late break-in patch for MacOS support.Andy Polyakov1999-12-191-1/+1
* Two changes have been made:Richard Levitte1999-11-121-1/+2
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-231-1/+2
* avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1999-07-211-1/+0
* New function CRYPTO_num_locks.Bodo Möller1999-06-181-0/+5
* Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller1999-05-141-3/+5
* Fix cryptlib.c.Bodo Möller1999-05-141-0/+4
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-2/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-7/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-22/+9
* Massive constification.Ben Laurie1999-04-171-12/+14
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-4/+5
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-4/+44
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+267