Andy Polyakov
|
35295bdbee
bn_mul_recursive doesn't handle all cases correctly, which results in
|
17 роки тому |
Geoff Thorpe
|
b6358c89a1
Convert openssl code not to assume the deprecated form of BN_zero().
|
20 роки тому |
Geoff Thorpe
|
d870740cd7
Put the first stage of my bignum debugging adventures into CVS. This code
|
21 роки тому |
Richard Levitte
|
f5f7dffdd1
Make sure to compare unsigned against unsigned.
|
21 роки тому |
Richard Levitte
|
83743ad039
Fix sign bugs.
|
21 роки тому |
Andy Polyakov
|
699543e4a2
Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I've
|
22 роки тому |
Richard Levitte
|
451dc18f10
Add support for DJGPP.
|
22 роки тому |
Richard Levitte
|
9cdf87f194
Check the return values where memory allocation failures may happen.
|
22 роки тому |
Dr. Stephen Henson
|
dc014d43af
|
22 роки тому |
Ulf Möller
|
5dd955dcd2
openbsd-x86 macros
|
23 роки тому |
Richard Levitte
|
cf1b7d9664
Make all configuration macros available for application by making
|
24 роки тому |
Bodo Möller
|
137e601277
The C version of bn_sub_part_words is needed not only
|
24 роки тому |
Richard Levitte
|
53b407da84
Problem: bn_mul_normal() misbehaves if the size of b is 0.
|
24 роки тому |
Richard Levitte
|
765e531159
In bn_mul_recursive(), make sure the comba routines are only called
|
24 роки тому |
Dr. Stephen Henson
|
2aff7727f7
|
24 роки тому |
Ulf Möller
|
240f516939
Intel assembler version for bn_sub_part_words(). I haven't got
|
24 роки тому |
Ulf Möller
|
90e7ce363a
Use assert as in the rest of the BN library.
|
24 роки тому |
Richard Levitte
|
6a2347ee45
Remove the last bn_wexpand()s that made us break constness. Of
|
24 роки тому |
Ulf Möller
|
52a1bab2d9
Fix bn_cmp_part_words() and move it to bn_lib.c.
|
24 роки тому |
Bodo Möller
|
fc2e05c2d5
Fix BN_rshift, which caused lots of trouble.
|
24 роки тому |
Richard Levitte
|
0135e33511
Copy and paste error... bn_add_part_words() should of course call
|
24 роки тому |
Richard Levitte
|
c799770060
Avoid getting warnings about unary - being used on unsigned integer.
|
24 роки тому |
Richard Levitte
|
baa257f1ed
Remove two bn_wexpand() from BN_mul(), which is a step toward getting
|
24 роки тому |
Richard Levitte
|
67d93e6f49
Make sure to print the BN counting (BN_COUNT) to stderr instead of
|
24 роки тому |
Richard Levitte
|
020fc820dc
Constify the BIGNUM routines a bit more. The only trouble were the
|
24 роки тому |
Richard Levitte
|
47ff5de8c2
Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discovered
|
24 роки тому |
Bodo Möller
|
2d092edf5e
Change comment.
|
25 роки тому |
Ulf Möller
|
8782a42627
add comment.
|
25 роки тому |
Ulf Möller
|
688938fbb4
Bug fix!
|
25 роки тому |
Ulf Möller
|
775c63fc02
Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.
|
25 роки тому |