Richard Levitte
|
367ace6870
Following the license change, modify the boilerplates in crypto/bn/
|
hace 6 años |
Andy Polyakov
|
3a4a88f436
bn/bn_{div|shift}.c: introduce fixed-top interfaces.
|
hace 6 años |
Andy Polyakov
|
3da2e9c4ee
bn/bn_div.c: make conditional addition unconditional
|
hace 6 años |
Matt Caswell
|
1212818eb0
Update copyright year
|
hace 6 años |
Andy Polyakov
|
305b68f1a2
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
|
hace 6 años |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
hace 7 años |
Rich Salz
|
e3713c365c
Remove email addresses from source code.
|
hace 7 años |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
hace 7 años |
Paul Yang
|
edea42c602
Change to check last return value of BN_CTX_get
|
hace 7 años |
Geoff Thorpe
|
38d1b3cc02
bn: fix occurances of negative zero
|
hace 8 años |
Andy Polyakov
|
68b4a6e91f
crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'r'.
|
hace 8 años |
FdaSilvaYY
|
02e112a885
Whitespace cleanup in crypto
|
hace 8 años |
Kurt Roeckx
|
acc600928d
Avoid creating an illegal pointer
|
hace 8 años |
Rich Salz
|
4f22f40507
Copyright consolidation 06/10
|
hace 8 años |
Rich Salz
|
94af0cd7f3
Move more BN internals to bn_lcl.h
|
hace 8 años |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
hace 9 años |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
hace 9 años |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
hace 9 años |
Matt Caswell
|
c80fd6b215
Further comment changes for reformat (master)
|
hace 9 años |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
hace 10 años |
Emilia Kasper
|
a015758d11
Check for invalid divisors in BN_div.
|
hace 10 años |
Dr. Stephen Henson
|
73e45b2dd1
remove OPENSSL_FIPSAPI
|
hace 10 años |
Doug Goldstein
|
448155e9bb
RT2163: Remove some unneeded #include's
|
hace 10 años |
Andy Polyakov
|
bf3dfe7fee
bn_div.c: remove duplicate code by merging BN_div and BN_div_no_branch.
|
hace 13 años |
Dr. Stephen Henson
|
f41154b206
#undef bn_div_words as it is defined for FIPS builds.
|
hace 13 años |
Dr. Stephen Henson
|
48da9b8f2a
Fix warning.
|
hace 13 años |
Dr. Stephen Henson
|
14ae26f2e4
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
|
hace 13 años |
Bodo Möller
|
2d9dcd4ff0
Always check bn_wexpend() return values for failure (CVE-2009-3245).
|
hace 14 años |
Dr. Stephen Henson
|
d70323f1c5
Submitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz>
|
hace 15 años |
Geoff Thorpe
|
6343829a39
Revert the size_t modifications from HEAD that had led to more
|
hace 16 años |