index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #1773 Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-07
3
-3
/
+39
|
\
|
*
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
3
-3
/
+39
*
|
Merge GH #1772 ECDSA now caches RFC 6979 nonce generator object
Jack Lloyd
2018-12-06
1
-3
/
+3
|
\
\
|
*
|
In ECDSA cache the RFC6979 object
Jack Lloyd
2018-12-06
1
-3
/
+3
|
|
/
*
|
Remove hamming_weight function
Jack Lloyd
2018-12-06
2
-22
/
+4
*
|
Better logic in BigInt::bits wrt valgrind const time checks
Jack Lloyd
2018-12-06
1
-2
/
+3
|
/
*
Merge GH #1771 Add GCC 4.8 build to Travis
Jack Lloyd
2018-12-05
3
-0
/
+10
|
\
|
*
Add GCC 4.8 travis build
Jack Lloyd
2018-12-05
3
-0
/
+10
*
|
Do swaps in PointGFp instead of copies
Jack Lloyd
2018-12-05
2
-14
/
+13
*
|
Avoid needless is_zero check in set_sign
Jack Lloyd
2018-12-05
1
-4
/
+4
*
|
Fix Doxygen errors [ci skip]
Jack Lloyd
2018-12-05
2
-1
/
+1
|
/
*
Make BigInt::cond_flip_sign constant time
Jack Lloyd
2018-12-05
1
-3
/
+9
*
Use BigInt::cond_flip_sign
Jack Lloyd
2018-12-05
3
-7
/
+4
*
Don't leak if x is zero either
Jack Lloyd
2018-12-05
1
-39
/
+37
*
Remove some conditional branches from division
Jack Lloyd
2018-12-05
4
-22
/
+2995
*
Partially revert 9d5e0567b2
Jack Lloyd
2018-12-04
1
-0
/
+10
*
Simplify the Travis setup script
Jack Lloyd
2018-12-04
1
-19
/
+14
*
Fix more MSVC warnings
Jack Lloyd
2018-12-04
4
-4
/
+24
*
Reduce the base in the fixed window exponentiator
Jack Lloyd
2018-12-04
1
-1
/
+1
*
Silence MSVC warnings
Jack Lloyd
2018-12-04
10
-114
/
+116
*
Merge GH #1768 Use AppVeyor installed jom
Jack Lloyd
2018-12-04
1
-2
/
+1
|
\
|
*
Use AppVeyor installed jom
Jack Lloyd
2018-12-04
1
-2
/
+1
*
|
Move valgrind CI build before the cross builds
Jack Lloyd
2018-12-04
1
-1
/
+1
*
|
Fix some misc MSVC warnings
Jack Lloyd
2018-12-04
2
-4
/
+4
*
|
Fix some MSVC warnings in CT::Mask
Jack Lloyd
2018-12-04
1
-2
/
+2
*
|
Reporting for fuzz test timing
Jack Lloyd
2018-12-04
1
-4
/
+9
|
/
*
Remove testing branch
Jack Lloyd
2018-12-04
1
-1
/
+0
*
Merge GH #1767 Switch Travis builds to Xenial
Jack Lloyd
2018-12-04
12
-99
/
+82
|
\
|
*
Pylint fixes
Jack Lloyd
2018-12-03
5
-7
/
+6
|
*
Update Travis build to use Xenial
Jack Lloyd
2018-12-03
3
-84
/
+56
|
*
Do multiple jobs for pylint analysis
Jack Lloyd
2018-12-03
1
-2
/
+2
|
*
Fix a FFI test when threads are disabled
Jack Lloyd
2018-12-03
1
-1
/
+9
|
*
Avoid parallel build with Sphinx before 1.4
Jack Lloyd
2018-12-03
1
-1
/
+1
|
*
Fix a memory leak in OpenSSL ECDH
Jack Lloyd
2018-12-03
1
-3
/
+5
|
*
Add PVR identifer for POWER9
Jack Lloyd
2018-12-03
1
-1
/
+3
*
|
Merge GH #1765 Avoid some conditional branches in binary extended Euclidean a...
Jack Lloyd
2018-12-03
3
-12
/
+62
|
\
\
|
|
/
|
/
|
|
*
Make binary extended Euclidean algorithm less branchy
Jack Lloyd
2018-12-03
3
-12
/
+62
*
|
Fix Sphinx errors
Jack Lloyd
2018-12-03
2
-1
/
+2
*
|
Fix bug in TLS CBC unpadding
Jack Lloyd
2018-12-03
2
-1
/
+7
|
/
*
Extend ct_modulo to handle negative inputs
Jack Lloyd
2018-12-03
1
-8
/
+17
*
Use const time reductions in Barrett and LCM computations
Jack Lloyd
2018-12-03
3
-4
/
+23
*
Use ct_modulo in format preserving encryption
Jack Lloyd
2018-12-03
1
-2
/
+2
*
Use ct_modulo during RSA key generation
Jack Lloyd
2018-12-03
1
-6
/
+7
*
Fix shift operator
Jack Lloyd
2018-12-03
1
-1
/
+1
*
Add ct_modulo and BigInt::ct_cond_swap
Jack Lloyd
2018-12-03
4
-7
/
+62
*
Merge GH #1759 Add constant time divide by uint8_t
Jack Lloyd
2018-12-03
7
-12
/
+146
|
\
|
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
7
-12
/
+146
*
|
Merge GH #1758 Remove some conditional branches from variable time division
Jack Lloyd
2018-12-03
1
-53
/
+46
|
\
\
|
|
/
|
/
|
|
*
Make variable time division less branchy
Jack Lloyd
2018-12-02
1
-53
/
+46
*
|
Merge GH #1757 Add a constant time division algorithm
Jack Lloyd
2018-12-02
9
-16
/
+145
|
\
|
[next]