summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-04strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-09-04Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe
2001-09-04typoBodo Möller
2001-09-04Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller
2001-09-04changing something requires a write lock, not a read lockBodo Möller
2001-09-04OpenSSL copyright notices ...Bodo Möller
2001-09-04delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller
2001-09-03This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe
2001-09-03This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe
2001-09-03Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe
2001-09-03Correct a typo.Geoff Thorpe
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller
2001-09-03rearrange #includes because trying to include <crypto/cryptodev.h>Bodo Möller
2001-09-02Convert "max" to "mx" for variable names (brought to my attention by SteveGeoff Thorpe
2001-09-02Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-09-01First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe
2001-09-01Only OPENSSL_free() non-NULL pointers.Geoff Thorpe
2001-09-01undo, didn't workUlf Möller
2001-09-01*** empty log message ***Ulf Möller
2001-09-01strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-08-28Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe
2001-08-28Fix SSL memory leak.Ben Laurie
2001-08-27Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe
2001-08-26"make update"Geoff Thorpe
2001-08-26gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe
2001-08-26Test digests.Ben Laurie
2001-08-26Add digests.Ben Laurie
2001-08-25Tidy up some code formatting.Geoff Thorpe
2001-08-25This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe
2001-08-23Add #ifdefs to some devcrypto codeDr. Stephen Henson
2001-08-22More tests.Ben Laurie
2001-08-18Add RC4 support to OpenBSD.Ben Laurie
2001-08-18Add AES tests.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson
2001-08-16Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-08-11Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie
2001-08-10Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte
2001-08-06More typedef'd struct names as search targetsBodo Möller
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller
2001-08-05Start to reduce some of the header bloat.Ben Laurie