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
*
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
*
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
|
\
|
|
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
9
-16
/
+145
*
|
Merge GH #1756 Support getting passphrase from the console
Jack Lloyd
2018-12-02
11
-48
/
+186
|
\
\
|
|
/
|
/
|
|
*
Avoid macro conflict when including termios in amalgamation
Jack Lloyd
2018-12-02
1
-0
/
+1
|
*
Support getting a passphrase from most of the cli tools
Jack Lloyd
2018-12-01
9
-23
/
+46
|
*
Add Win32 support for echo suppression
Jack Lloyd
2018-12-01
1
-3
/
+47
|
*
Promote echo suppression of terminal to Botan::OS
Jack Lloyd
2018-12-01
3
-26
/
+96
*
|
Fix a bug in bigint_sub_abs
Jack Lloyd
2018-12-02
2
-0
/
+10
*
|
One variable per line
Jack Lloyd
2018-12-02
1
-1
/
+2
*
|
Better debugging output when a test fails
Jack Lloyd
2018-12-02
1
-7
/
+15
|
/
*
Correct a bug in BigInt::operator%(word)
Jack Lloyd
2018-12-01
4
-23
/
+43
*
No need to check x when checking if a point is at infinity
Jack Lloyd
2018-12-01
1
-2
/
+1
*
Unroll mod_sub for 6 words also, helps P-384 quite a bit
Jack Lloyd
2018-12-01
1
-0
/
+2
*
Avoid conditional operations in P-521 reduction
Jack Lloyd
2018-12-01
1
-30
/
+31
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
9
-56
/
+104
*
Simplify BigInt addition and subtraction
Jack Lloyd
2018-11-30
6
-187
/
+175
*
Fix a bug in OneAndZeros unpadding
Jack Lloyd
2018-11-30
4
-24
/
+54
*
Fix debug asserts, and add it to CI
Jack Lloyd
2018-11-29
2
-2
/
+4
*
Add CT::Mask type
Jack Lloyd
2018-11-28
20
-317
/
+519
*
Fix typo [ci skip]
Jack Lloyd
2018-11-27
1
-1
/
+1
*
Need to ensure minimum size here
Jack Lloyd
2018-11-27
1
-0
/
+1
*
Optimizations for NIST reduction
Jack Lloyd
2018-11-26
1
-22
/
+20
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
7
-135
/
+328
*
Merge GH #1744 Make exception throws easier to debug
Jack Lloyd
2018-11-23
81
-359
/
+655
|
\
|
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
81
-359
/
+655
*
|
Implement const time select based on xor-swap
Jack Lloyd
2018-11-23
1
-1
/
+2
*
|
In operator>> avoid testing for zero unless required
Jack Lloyd
2018-11-23
1
-1
/
+1
|
/
*
Simplify Salsa20 xor loop
Jack Lloyd
2018-11-21
1
-4
/
+7
*
Build docs last in makefile target
Jack Lloyd
2018-11-21
1
-1
/
+1
*
Fix type error
Jack Lloyd
2018-11-21
1
-1
/
+1
*
Slight simplification to ChaCha loop
Jack Lloyd
2018-11-21
1
-7
/
+13
*
When available use RDRAND for Stateful_RNG additional data
Jack Lloyd
2018-11-21
1
-4
/
+19
*
Use builtin_bswap16 when available
Jack Lloyd
2018-11-20
1
-0
/
+4
*
Merge GH #1743 Avoid memset/memcpy in library code
Jack Lloyd
2018-11-19
20
-58
/
+84
|
\
[next]