- 23 6月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
comment out in the previous commit
-
由 Bodo Möller 提交于
and for small 'a' also a couple of calls to BN_mod_mul_montgomery(r, r, r, ...).
-
- 22 6月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 13 6月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
BN_mod_exp_atalla could be used.
-
由 Geoff Thorpe 提交于
BN_mod_exp. Call the regular atalla mod_exp operation instead.
-
由 Geoff Thorpe 提交于
Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
-
- 09 6月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
marginally faster BN_mod_exp for 1024 bit exponents.
-
- 08 6月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
because we're only handling words anyway) in BN_mod_exp_mont_word making it a little faster for very small exponents, and adjust the performance gain estimate in CHANGES according to slightly more thorough measurements. (15% faster than BN_mod_exp_mont for "large" base, 20% faster than BN_mod_exp_mont for small base.)
-
由 Bodo Möller 提交于
-
- 02 6月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
由 Ulf Möller 提交于
-
- 21 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 13 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
choice of parameters) when they are needed.
-
- 12 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
proposed by Holger Reif
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 02 3月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 01 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 28 2月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
Remove one ampersand so the compiler may complain less. Make rand() static so it will not conflict with the C RTL. Make bug() static too, for good measure.
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
- 27 2月, 2000 7 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Andy Polyakov 提交于
single fault:-) Needless to mention that bnbug.c posted couple of days ago passes as well...
-
- 26 2月, 2000 3 次提交
-
-
由 Ulf Möller 提交于
Looks like it fails when b is a power of 2, but I never get incorrect results.
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
Apparently BN_div_recp reports an error for small divisors (1,2,4,8,40). I haven't got mismatches so far. If you can, please run the test program for a few days (nohup divtest >out& or something), and if it reports a mismatch, post the output.
-
- 25 2月, 2000 3 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
- 24 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-