- 10 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 07 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
two functions that did expansion on in parameters (BN_mul() and BN_sqr()). The problem was solved by making bn_dup_expand() which is a mix of bn_expand2() and BN_dup().
-
- 20 9月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
BN_mod_mul_montgomery, which calls bn_sqr_recursive without much preparation. bn_sqr_recursive requires the length of its argument to be a power of 2, which is not always the case here. There's no reason for not using BN_sqr -- if a simpler approach to squaring made sense, then why not change BN_sqr? (Using BN_sqr should also speed up DH where g is chosen such that it becomes small [e.g., 2] when converted to Montgomery representation.) Case closed :-)
-
由 Bodo Möller 提交于
make disabled code slightly more correct (this does not solve the problem though).
-
由 Bodo Möller 提交于
in 0.9.6-beta1 and 0.9.6-beta2 and caused the BN_mont_exp_mont_word() failure (bug report "openssh 2.2.0p1 fails with openssl 0.9.6-beta1").
-
- 15 9月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
sign.
-
- 04 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix warnings with BIO_dump_indent().
-
- 02 7月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 22 6月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 02 6月, 2000 1 次提交
-
-
由 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.
-
- 02 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 06 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
algorithm is used.
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
temporary BIGNUMs. BN_CTX still uses a fixed number of BIGNUMs, but the BN_CTX implementation could now easily be changed.
-
- 28 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 1月, 2000 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
word-based algorithm we are using?)
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
Clean up bn_mont.c.
-
- 05 6月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 26 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
now change it to BN_RECURSION_MONT so it isn't compiled in.
-
- 25 2月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
descriptions as pointed out by Dave Carman <carman@erols.com>
-
- 08 1月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 22 12月, 1998 1 次提交
-
-
由 Ralf S. Engelschall 提交于
-
- 21 12月, 1998 3 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-