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
/
lib
/
utils
/
ct_utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
1
-0
/
+23
*
Promote ct_is_zero and expand_top_bit to bit_ops.h
Jack Lloyd
2018-12-22
1
-10
/
+3
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
1
-13
/
+10
*
Fix some MSVC warnings in CT::Mask
Jack Lloyd
2018-12-04
1
-2
/
+2
*
Fix a bug in OneAndZeros unpadding
Jack Lloyd
2018-11-30
1
-0
/
+10
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-111
/
+266
*
Implement const time select based on xor-swap
Jack Lloyd
2018-11-23
1
-1
/
+2
*
Make a few simple functions constexpr
Jack Lloyd
2018-10-01
1
-10
/
+10
*
Add fuzzer for mode unpadding, and fix bugs found thereby
Jack Lloyd
2018-09-22
1
-0
/
+8
*
Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bit
Jack Lloyd
2018-09-07
1
-21
/
+20
*
Use masked table lookup in ECC base point multiplication
Jack Lloyd
2018-06-19
1
-0
/
+12
*
Make Karatsuba multiply completely const time
Jack Lloyd
2018-06-14
1
-5
/
+7
*
Address various GCC warnings
Jack Lloyd
2017-10-06
1
-5
/
+7
*
Force expand_mask to be on T instead of int
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add basic tests for const time utils
Jack Lloyd
2017-09-19
1
-28
/
+10
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-2
/
+2
*
Don't reject TLS packets with zero plaintext bytes
Jack Lloyd
2016-04-15
1
-0
/
+6
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-5
/
+9
*
Add PK_Decryptor::decrypt_or_random
Jack Lloyd
2016-03-20
1
-2
/
+24
*
Add constant time conditional swap, add, sub for bigint words
Jack Lloyd
2016-02-17
1
-1
/
+1
*
Avoid Coverity false positive
Jack Lloyd
2016-02-09
1
-1
/
+5
*
Use valgrind's memcheck API for checking const time annotations
Jack Lloyd
2016-01-03
1
-14
/
+27
*
Missing include dependency
Jack Lloyd
2015-10-26
1
-1
/
+1
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
1
-0
/
+16
*
TLS improvements
Jack Lloyd
2015-10-25
1
-0
/
+36
*
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
1
-71
/
+48
*
Cleanups in ct and oaep
Jack Lloyd
2015-10-17
1
-87
/
+12
*
Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks
Jack Lloyd
2015-10-16
1
-0
/
+207