summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-08Replace old (and invalid) copyright notice.Dr. Stephen Henson
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller
2001-09-07Add a cleanup function for MDs.Ben Laurie
2001-09-07Remove duplication.Ben Laurie
2001-09-07Now need sha.h for some reason.Ben Laurie
2001-09-07Redo type-safety fix.Ben Laurie
2001-09-07make engine file names unique in 8.3Ulf Möller
2001-09-06unused functionUlf Möller
2001-09-06include the proper header fileUlf Möller
2001-09-06double definitionUlf Möller
2001-09-06Avoid strdup.Bodo Möller
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller
2001-09-06improve OAEP checkBodo Möller
2001-09-06fix formatting so that the file can be view with any tab-widthBodo Möller
2001-09-05This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe
2001-09-05ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe
2001-09-05Change DH_up() -> DH_up_ref()Geoff Thorpe
2001-09-05"DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe
2001-09-05Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isBodo Möller
2001-09-05bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller
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