summaryrefslogtreecommitdiffstats
path: root/TABLE (unfollow)
Commit message (Expand)AuthorFilesLines
2000-11-30Changes to Lenka's Montgomery implementation.Bodo Möller4-122/+186
2000-11-30New format for the FAQ. We now have different sections for differentRichard Levitte2-196/+228
2000-11-30Corrections to the comments in BN_mod_inverse.Bodo Möller1-7/+7
2000-11-30The compression method may be undefined for some reason that hasRichard Levitte1-0/+3
2000-11-30Simplify and provide the possibility to clean a compression method.Richard Levitte1-12/+10
2000-11-30comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte1-0/+4
2000-11-30Turn off memory checking when loading new compression algorithms.Richard Levitte1-1/+5
2000-11-30COMP_METHOD has a new argument since some time back...Richard Levitte2-0/+3
2000-11-30Make it possible to test SSL compressionRichard Levitte2-29/+68
2000-11-30Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte1-34/+51
2000-11-30BN_mod_exp problems ...Bodo Möller1-0/+10
2000-11-30Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte2-8/+120
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller2-8/+12
2000-11-30* Fix a slight bug in the state-machine. This caused the client end of aGeoff Thorpe3-35/+86
2000-11-30bn_modfs.c is no longer needed, a BN_sqrt implementationBodo Möller2-151/+0
2000-11-30Fix bntest.c problem -- one of the primes got lostBodo Möller1-1/+1
2000-11-30Handle special cases correctly in exponentation functions.Bodo Möller2-22/+29
2000-11-30BN_mod_sqrtBodo Möller2-1/+5
2000-11-30BN_sqrtBodo Möller8-21/+438
2000-11-29Add a warning about the usage of the montgomery functions (if the inputsUlf Möller1-0/+5
2000-11-29Amend the original CHANGES log entry. The ex_data handling has beenGeoff Thorpe1-4/+4
2000-11-29BN_legendre is no longer needed now that OpenSSL has BN_kronecker.Bodo Möller2-65/+2
2000-11-29Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe2-8/+8
2000-11-29mark a bugBodo Möller1-0/+1
2000-11-29Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller2-4/+4
2000-11-29More little changes to the tunala demo;Geoff Thorpe3-90/+166
2000-11-29BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller1-0/+3
2000-11-29Log security relevant change.Lutz Jänicke1-0/+6
2000-11-29fix for Borland CUlf Möller1-1/+1
2000-11-29add missing bracesBodo Möller1-1/+4
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke3-0/+3
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller4-6/+12
2000-11-29BN_bin2bn did *not* contain an off-by-one error;Bodo Möller2-6/+2
2000-11-29Expand expspeed.c to make BN_kronecker timings.Bodo Möller5-77/+28
2000-11-29Implement BN_kronecker test.Bodo Möller2-5/+80
2000-11-29avoid segmentation faultBodo Möller1-1/+4
2000-11-29Make BN_mod_inverse a little fasterBodo Möller1-5/+5
2000-11-29Improve BN_mod_inverse performance.Bodo Möller4-19/+164
2000-11-29Copy and paste error... bn_add_part_words() should of course callRichard Levitte1-1/+1
2000-11-29Make s_client/s_server-style cert verification output configurable byGeoff Thorpe3-9/+100
2000-11-29use standard CUlf Möller1-1/+1
2000-11-29Minor tweaks and improvements to the tunala demo.Geoff Thorpe6-23/+144
2000-11-28A typo and a couple of logic errors fixed. I think there may still be oneGeoff Thorpe3-4/+7
2000-11-28Use BN_pseudo_rand instead of BN_randBodo Möller1-3/+3
2000-11-28Timings.Bodo Möller1-6/+19
2000-11-28Note that SSL_peek has been disabled.Bodo Möller1-0/+6
2000-11-28Addapt to added files in the BIGNUM sectionRichard Levitte1-1/+1
2000-11-28Correct a bug in BN_kronecker.Bodo Möller2-1/+11
2000-11-28Comments on SSL_peek deficienciesBodo Möller3-2/+12
2000-11-28Disable SSL_peek until it is fixed.Bodo Möller4-2/+16