aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-5/+8
* Replace old (and invalid) copyright notice.Dr. Stephen Henson2001-09-081-5/+55
* The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller2001-09-072-2/+4
* Add a cleanup function for MDs.Ben Laurie2001-09-0713-7/+39
* Remove duplication.Ben Laurie2001-09-071-1/+0
* Now need sha.h for some reason.Ben Laurie2001-09-071-0/+1
* Redo type-safety fix.Ben Laurie2001-09-071-2/+1
* make engine file names unique in 8.3Ulf Möller2001-09-0711-109/+977
* unused functionUlf Möller2001-09-061-1/+0
* include the proper header fileUlf Möller2001-09-061-5/+2
* double definitionUlf Möller2001-09-061-1/+0
* Avoid strdup.Bodo Möller2001-09-061-14/+6
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-063-60/+72
* improve OAEP checkBodo Möller2001-09-061-12/+27
* fix formatting so that the file can be view with any tab-widthBodo Möller2001-09-061-129/+129
* This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe2001-09-055-6/+97
* ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe2001-09-053-0/+18
* Change DH_up() -> DH_up_ref()Geoff Thorpe2001-09-051-2/+2
* "DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe2001-09-052-2/+2
* Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isBodo Möller2001-09-051-1/+1
* bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller2001-09-051-1/+1
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-1/+2
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-041-2/+33
* Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe2001-09-042-8/+40
* Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe2001-09-043-5/+5
* typoBodo Möller2001-09-041-1/+1
* Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller2001-09-041-22/+24
* changing something requires a write lock, not a read lockBodo Möller2001-09-041-7/+15
* OpenSSL copyright notices ...Bodo Möller2001-09-042-1/+54
* delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller2001-09-041-1/+0
* This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe2001-09-0310-357/+719
* This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe2001-09-036-6/+531
* Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe2001-09-032-0/+27
* Correct a typo.Geoff Thorpe2001-09-031-1/+1
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-035-10/+10
* Use uniformly chosen witnesses for Miller-Rabin testBodo Möller2001-09-033-8/+74
* rearrange #includes because trying to include <crypto/cryptodev.h>Bodo Möller2001-09-031-7/+8
* Convert "max" to "mx" for variable names (brought to my attention by SteveGeoff Thorpe2001-09-021-25/+26
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-0216-118/+317
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-0118-123/+114
* First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe2001-09-014-119/+504
* Only OPENSSL_free() non-NULL pointers.Geoff Thorpe2001-09-011-4/+6
* undo, didn't workUlf Möller2001-09-011-34/+3
* *** empty log message ***Ulf Möller2001-09-011-1/+1
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-011-2/+33
* Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe2001-08-281-2/+2
* Fix SSL memory leak.Ben Laurie2001-08-283-2/+26
* Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe2001-08-271-0/+5
* "make update"Geoff Thorpe2001-08-261-18/+0
* gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe2001-08-261-1/+1