aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-303-19/+8
* Remove randomness from the test. These constants give me a segmentBodo Möller2000-11-301-2/+8
* BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.Bodo Möller2000-11-301-45/+19
* It's "#elif", not "#elsif".Bodo Möller2000-11-301-1/+31
* A few bug fixes for Windows.Richard Levitte2000-11-301-5/+5
* Changes to Lenka's Montgomery implementation.Bodo Möller2000-11-304-122/+186
* Corrections to the comments in BN_mod_inverse.Bodo Möller2000-11-301-7/+7
* COMP_METHOD has a new argument since some time back...Richard Levitte2000-11-302-0/+3
* Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte2000-11-301-34/+51
* BN_mod_exp problems ...Bodo Möller2000-11-301-0/+10
* Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte2000-11-301-8/+116
* Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller2000-11-302-8/+12
* bn_modfs.c is no longer needed, a BN_sqrt implementationBodo Möller2000-11-302-151/+0
* Fix bntest.c problem -- one of the primes got lostBodo Möller2000-11-301-1/+1
* Handle special cases correctly in exponentation functions.Bodo Möller2000-11-302-22/+29
* BN_mod_sqrtBodo Möller2000-11-301-1/+1
* BN_sqrtBodo Möller2000-11-308-21/+438
* BN_legendre is no longer needed now that OpenSSL has BN_kronecker.Bodo Möller2000-11-292-65/+2
* Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe2000-11-292-8/+8
* Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller2000-11-292-4/+4
* BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller2000-11-291-0/+3
* fix for Borland CUlf Möller2000-11-291-1/+1
* add missing bracesBodo Möller2000-11-291-1/+4
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-294-6/+12
* BN_bin2bn did *not* contain an off-by-one error;Bodo Möller2000-11-291-3/+2
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-294-77/+25
* Implement BN_kronecker test.Bodo Möller2000-11-291-2/+78
* Make BN_mod_inverse a little fasterBodo Möller2000-11-291-5/+5
* Improve BN_mod_inverse performance.Bodo Möller2000-11-293-19/+158
* Copy and paste error... bn_add_part_words() should of course callRichard Levitte2000-11-291-1/+1
* use standard CUlf Möller2000-11-291-1/+1
* Use BN_pseudo_rand instead of BN_randBodo Möller2000-11-281-3/+3
* Timings.Bodo Möller2000-11-281-6/+19
* Addapt to added files in the BIGNUM sectionRichard Levitte2000-11-281-1/+1
* Correct a bug in BN_kronecker.Bodo Möller2000-11-282-1/+11
* Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller2000-11-281-0/+11
* Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller2000-11-282-0/+185
* Undo previous commit, which was an accident.Bodo Möller2000-11-271-4/+0
* Fix BN_is_... macros.Bodo Möller2000-11-274-27/+156
* Change submitted files so that they compile (in particular,Bodo Möller2000-11-261-53/+57
* Change submitted files so that they compile (in particular,Bodo Möller2000-11-263-374/+391
* Ensure that the "ex_data" member of an RSA structure is initialised beforeGeoff Thorpe2000-11-261-4/+4
* More BN_mod_... functions.Bodo Möller2000-11-269-171/+210
* Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller2000-11-261-0/+185
* modular arithmeticsBodo Möller2000-11-2610-190/+112
* Remove CR at line ends.Bodo Möller2000-11-267-2370/+2370
* Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller2000-11-267-0/+2373
* Correct a number of syntax errors.Richard Levitte2000-11-221-40/+40
* Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte2000-11-222-5/+5
* Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.Richard Levitte2000-11-211-491/+207