aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test digests.Ben Laurie2001-08-263-21/+100
* Add digests.Ben Laurie2001-08-261-12/+144
* Tidy up some code formatting.Geoff Thorpe2001-08-251-18/+18
* This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe2001-08-252-137/+285
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-251-6/+9
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-256-1/+54
* Add #ifdefs to some devcrypto codeDr. Stephen Henson2001-08-231-0/+3
* More tests.Ben Laurie2001-08-221-0/+9
* Add RC4 support to OpenBSD.Ben Laurie2001-08-184-28/+60
* Add AES tests.Ben Laurie2001-08-182-4/+28
* Add EVP test program.Ben Laurie2001-08-188-15/+306
* Add first cut symmetric crypto support.Ben Laurie2001-08-1813-10/+289