aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28Minor 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
2000-11-28Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller1-0/+11
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller2-0/+185
2000-11-27Undo previous commit, which was an accident.Bodo Möller1-4/+0
2000-11-27Fix BN_is_... macros.Bodo Möller6-27/+186
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller1-53/+57
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller3-374/+391
2000-11-26It was a small change, but it *could* conceivably affect people - so I'mGeoff Thorpe1-0/+6
2000-11-26Ensure that the "ex_data" member of an RSA structure is initialised beforeGeoff Thorpe1-4/+4
2000-11-26More BN_mod_... functions.Bodo Möller11-173/+226
2000-11-26Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller2-0/+208
2000-11-26modular arithmeticsBodo Möller18-245/+245
2000-11-26Remove CR at line ends.Bodo Möller7-2370/+2370
2000-11-26Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller7-0/+2373
2000-11-22Correct a number of syntax errors.Richard Levitte1-40/+40