aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More little changes to the tunala demo;Geoff Thorpe2000-11-293-90/+166
* BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller2000-11-291-0/+3
* Log security relevant change.Lutz Jänicke2000-11-291-0/+6
* fix for Borland CUlf Möller2000-11-291-1/+1
* add missing bracesBodo Möller2000-11-291-1/+4
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-293-0/+3
* 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-292-6/+2
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-295-77/+28
* Implement BN_kronecker test.Bodo Möller2000-11-292-5/+80
* avoid segmentation faultBodo Möller2000-11-291-1/+4
* Make BN_mod_inverse a little fasterBodo Möller2000-11-291-5/+5
* Improve BN_mod_inverse performance.Bodo Möller2000-11-294-19/+164
* Copy and paste error... bn_add_part_words() should of course callRichard Levitte2000-11-291-1/+1
* Make s_client/s_server-style cert verification output configurable byGeoff Thorpe2000-11-293-9/+100
* use standard CUlf Möller2000-11-291-1/+1
* Minor tweaks and improvements to the tunala demo.Geoff Thorpe2000-11-286-23/+144
* A typo and a couple of logic errors fixed. I think there may still be oneGeoff Thorpe2000-11-283-4/+7
* Use BN_pseudo_rand instead of BN_randBodo Möller2000-11-281-3/+3
* Timings.Bodo Möller2000-11-281-6/+19
* Note that SSL_peek has been disabled.Bodo Möller2000-11-281-0/+6
* 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
* Comments on SSL_peek deficienciesBodo Möller2000-11-283-2/+12
* Disable SSL_peek until it is fixed.Bodo Möller2000-11-284-2/+16
* 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-276-27/+186
* 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
* It was a small change, but it *could* conceivably affect people - so I'mGeoff Thorpe2000-11-261-0/+6
* 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-2611-173/+226
* Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller2000-11-262-0/+208
* modular arithmeticsBodo Möller2000-11-2618-245/+245
* 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-2/+6
* Remove RSAREF (not used).Ulf Möller2000-11-227-1688/+0
* Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte2000-11-223-6/+6
* Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.Richard Levitte2000-11-211-491/+207
* Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte2000-11-211-4/+4
* Oops! Read a full buffer instead of some spurious number from elswhere.Ben Laurie2000-11-211-1/+1
* 'echo on' works better all over than 'echo=on'. We had the sameRichard Levitte2000-11-201-1/+1
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-204-87/+158
* Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte2000-11-193-0/+3
* I wonder if I do too much...Richard Levitte2000-11-191-2/+4
* Add news items early. Please fill in with what I have forgotten.Richard Levitte2000-11-191-0/+7