| Commit message (Expand) | Author | Age | Files | Lines |
* | First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im... | Richard Levitte | 2000-11-30 | 1 | -0/+21 |
* | Fix BN_rshift, which caused lots of trouble. | Bodo Möller | 2000-11-30 | 3 | -19/+8 |
* | Remove randomness from the test. These constants give me a segment | Bodo Möller | 2000-11-30 | 1 | -2/+8 |
* | BN_mod_exp(r,a,p,m,ctx) should not be called with r == p. | Bodo Möller | 2000-11-30 | 1 | -45/+19 |
* | It's "#elif", not "#elsif". | Bodo Möller | 2000-11-30 | 1 | -1/+31 |
* | A few bug fixes for Windows. | Richard Levitte | 2000-11-30 | 1 | -5/+5 |
* | Changes to Lenka's Montgomery implementation. | Bodo Möller | 2000-11-30 | 4 | -122/+186 |
* | Corrections to the comments in BN_mod_inverse. | Bodo Möller | 2000-11-30 | 1 | -7/+7 |
* | COMP_METHOD has a new argument since some time back... | Richard Levitte | 2000-11-30 | 2 | -0/+3 |
* | Change c_zlib further to allow loading a shared zlib on all operating | Richard Levitte | 2000-11-30 | 1 | -34/+51 |
* | BN_mod_exp problems ... | Bodo Möller | 2000-11-30 | 1 | -0/+10 |
* | Changes to c_zlib.c to make ZLIB.DLL dynamically loadable under | Richard Levitte | 2000-11-30 | 1 | -8/+116 |
* | Move reduction step from BN_mod_exp to BN_mod_exp_mont_word. | Bodo Möller | 2000-11-30 | 2 | -8/+12 |
* | bn_modfs.c is no longer needed, a BN_sqrt implementation | Bodo Möller | 2000-11-30 | 2 | -151/+0 |
* | Fix bntest.c problem -- one of the primes got lost | Bodo Möller | 2000-11-30 | 1 | -1/+1 |
* | Handle special cases correctly in exponentation functions. | Bodo Möller | 2000-11-30 | 2 | -22/+29 |
* | BN_mod_sqrt | Bodo Möller | 2000-11-30 | 1 | -1/+1 |
* | BN_sqrt | Bodo Möller | 2000-11-30 | 8 | -21/+438 |
* | BN_legendre is no longer needed now that OpenSSL has BN_kronecker. | Bodo Möller | 2000-11-29 | 2 | -65/+2 |
* | Do to DH and DSA what has already been done to RSA. This involves moving | Geoff Thorpe | 2000-11-29 | 2 | -8/+8 |
* | Fix BN_kronecker so that it works correctly if 'a' is negative | Bodo Möller | 2000-11-29 | 2 | -4/+4 |
* | BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1, | Bodo Möller | 2000-11-29 | 1 | -0/+3 |
* | fix for Borland C | Ulf Möller | 2000-11-29 | 1 | -1/+1 |
* | add missing braces | Bodo Möller | 2000-11-29 | 1 | -1/+4 |
* | Fix warnings in expspeed.c (but the segmentation fault remains) | Bodo Möller | 2000-11-29 | 4 | -6/+12 |
* | BN_bin2bn did *not* contain an off-by-one error; | Bodo Möller | 2000-11-29 | 1 | -3/+2 |
* | Expand expspeed.c to make BN_kronecker timings. | Bodo Möller | 2000-11-29 | 4 | -77/+25 |
* | Implement BN_kronecker test. | Bodo Möller | 2000-11-29 | 1 | -2/+78 |
* | Make BN_mod_inverse a little faster | Bodo Möller | 2000-11-29 | 1 | -5/+5 |
* | Improve BN_mod_inverse performance. | Bodo Möller | 2000-11-29 | 3 | -19/+158 |
* | Copy and paste error... bn_add_part_words() should of course call | Richard Levitte | 2000-11-29 | 1 | -1/+1 |
* | use standard C | Ulf Möller | 2000-11-29 | 1 | -1/+1 |
* | Use BN_pseudo_rand instead of BN_rand | Bodo Möller | 2000-11-28 | 1 | -3/+3 |
* | Timings. | Bodo Möller | 2000-11-28 | 1 | -6/+19 |
* | Addapt to added files in the BIGNUM section | Richard Levitte | 2000-11-28 | 1 | -1/+1 |
* | Correct a bug in BN_kronecker. | Bodo Möller | 2000-11-28 | 2 | -1/+11 |
* | Add test_kron function, which will contain a test for BN_kronecker. | Bodo Möller | 2000-11-28 | 1 | -0/+11 |
* | Add bn_kron.c (BN_kronecker), which I forgot in the previous commit. | Bodo Möller | 2000-11-28 | 2 | -0/+185 |
* | Undo previous commit, which was an accident. | Bodo Möller | 2000-11-27 | 1 | -4/+0 |
* | Fix BN_is_... macros. | Bodo Möller | 2000-11-27 | 4 | -27/+156 |
* | Change submitted files so that they compile (in particular, | Bodo Möller | 2000-11-26 | 1 | -53/+57 |
* | Change submitted files so that they compile (in particular, | Bodo Möller | 2000-11-26 | 3 | -374/+391 |
* | Ensure that the "ex_data" member of an RSA structure is initialised before | Geoff Thorpe | 2000-11-26 | 1 | -4/+4 |
* | More BN_mod_... functions. | Bodo Möller | 2000-11-26 | 9 | -171/+210 |
* | Add bn_mod.c (should have happend in the previous commit ...). | Bodo Möller | 2000-11-26 | 1 | -0/+185 |
* | modular arithmetics | Bodo Möller | 2000-11-26 | 10 | -190/+112 |
* | Remove CR at line ends. | Bodo Möller | 2000-11-26 | 7 | -2370/+2370 |
* | Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation. | Bodo Möller | 2000-11-26 | 7 | -0/+2373 |
* | Correct a number of syntax errors. | Richard Levitte | 2000-11-22 | 1 | -40/+40 |
* | Addapt the VMS scripts to the changes in the Makefiles. | Richard Levitte | 2000-11-22 | 2 | -5/+5 |