summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-11-30BN_sqrtBodo Möller
2000-11-29Add a warning about the usage of the montgomery functions (if the inputsUlf Möller
2000-11-29Amend the original CHANGES log entry. The ex_data handling has beenGeoff Thorpe
2000-11-29BN_legendre is no longer needed now that OpenSSL has BN_kronecker.Bodo Möller
2000-11-29Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe
2000-11-29mark a bugBodo Möller
2000-11-29Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller
2000-11-29More little changes to the tunala demo;Geoff Thorpe
2000-11-29BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller
2000-11-29Log security relevant change.Lutz Jänicke
2000-11-29fix for Borland CUlf Möller
2000-11-29add missing bracesBodo Möller
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller
2000-11-29BN_bin2bn did *not* contain an off-by-one error;Bodo Möller
2000-11-29Expand expspeed.c to make BN_kronecker timings.Bodo Möller
2000-11-29Implement BN_kronecker test.Bodo Möller
2000-11-29avoid segmentation faultBodo Möller
2000-11-29Make BN_mod_inverse a little fasterBodo Möller
2000-11-29Improve BN_mod_inverse performance.Bodo Möller
2000-11-29Copy and paste error... bn_add_part_words() should of course callRichard Levitte
2000-11-29Make s_client/s_server-style cert verification output configurable byGeoff Thorpe
2000-11-29use standard CUlf Möller
2000-11-28Minor tweaks and improvements to the tunala demo.Geoff Thorpe
2000-11-28A typo and a couple of logic errors fixed. I think there may still be oneGeoff Thorpe
2000-11-28Use BN_pseudo_rand instead of BN_randBodo Möller
2000-11-28Timings.Bodo Möller
2000-11-28Note that SSL_peek has been disabled.Bodo Möller
2000-11-28Addapt to added files in the BIGNUM sectionRichard Levitte
2000-11-28Correct a bug in BN_kronecker.Bodo Möller
2000-11-28Comments on SSL_peek deficienciesBodo Möller
2000-11-28Disable SSL_peek until it is fixed.Bodo Möller
2000-11-28Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller
2000-11-27Undo previous commit, which was an accident.Bodo Möller
2000-11-27Fix BN_is_... macros.Bodo Möller
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller
2000-11-26It was a small change, but it *could* conceivably affect people - so I'mGeoff Thorpe
2000-11-26Ensure that the "ex_data" member of an RSA structure is initialised beforeGeoff Thorpe
2000-11-26More BN_mod_... functions.Bodo Möller
2000-11-26Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-26Remove CR at line ends.Bodo Möller
2000-11-26Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller
2000-11-22Correct a number of syntax errors.Richard Levitte
2000-11-22Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte
2000-11-22Remove RSAREF (not used).Ulf Möller
2000-11-22Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte
2000-11-21Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.Richard Levitte