aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ispellUlf Möller2001-09-0725-51/+51
* make engine file names unique in 8.3Ulf Möller2001-09-0713-119/+989
* Completely reworked SVR5 shared library support.Lutz Jänicke2001-09-061-8/+12
* 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
* Even more corrections for OpenUNIX 8Lutz Jänicke2001-09-063-16/+17
* Avoid strdup.Bodo Möller2001-09-061-14/+6
* Sort out mess of colons...Lutz Jänicke2001-09-062-17/+109
* Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke2001-09-064-3/+33
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-063-60/+72
* Build shared libaries for Unixware-7 and OpenUNIX-8 in old (pre 0.9.7)Lutz Jänicke2001-09-063-0/+124
* improve OAEP checkBodo Möller2001-09-062-13/+35
* fix formatting so that the file can be view with any tab-widthBodo Möller2001-09-061-129/+129
* Mention DSO_up => DSO_up_ref renamingBodo Möller2001-09-051-0/+2
* Renaming DH_up to DH_up_ref does not warrant a CHANGES entry of its ownBodo Möller2001-09-051-9/+4
* ENGINEs can now perform structural cleanup.Geoff Thorpe2001-09-051-0/+6
* 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
* Add some missing CHANGES items.Geoff Thorpe2001-09-051-0/+23
* Oops^2: It was the correct line, but an incorrect change.Bodo Möller2001-09-052-2/+2
* Oops, wrong lineBodo Möller2001-09-052-4/+4
* -mcpu=i486 vs. -m486 ...Bodo Möller2001-09-052-2/+2
* 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-053-6/+5
* 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-052-1/+4
* Eric Hanchrow points out that Cygwin perl works.Ulf Möller2001-09-051-1/+2
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-057-44/+134
* Update the ENGINE README, and stock it up with extra verbeage for goodGeoff Thorpe2001-09-041-22/+268
* 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-044-7/+7
* 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
* CHANGES should list all API changes relevant for applicationsBodo Möller2001-09-041-0/+4
* 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
* Note the "ERR_unload_strings" function.Geoff Thorpe2001-09-031-0/+4
* 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-039-16/+16
* Use uniformly chosen witnesses for Miller-Rabin testBodo Möller2001-09-036-8/+89
* 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-0217-118/+332
* Note the "ex_data" changes.Geoff Thorpe2001-09-011-0/+17