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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some cleanups in McEliece keygen
Jack Lloyd
2019-01-03
1
-15
/
+17
*
Add cast for MSVC
Jack Lloyd
2019-01-03
1
-1
/
+4
*
Use memcpy instead of strcpy here to shut up MSVC warning
Jack Lloyd
2019-01-03
1
-1
/
+1
*
Add VC 2019 preview build
Jack Lloyd
2019-01-02
3
-2
/
+2
*
Merge GH #1803 XLC fixes
Jack Lloyd
2019-01-01
5
-11
/
+19
|
\
|
*
Fix use of macro
Jack Lloyd
2018-12-31
1
-1
/
+1
|
*
Clean up define for inline asm
Jack Lloyd
2018-12-31
2
-3
/
+7
|
*
Use __builtin_bswapN builtins on XLC
Jack Lloyd
2018-12-31
1
-4
/
+4
|
*
Fixes for XLC
Jack Lloyd
2018-12-31
1
-1
/
+1
|
*
Fix generic 32-bit bswap
Jack Lloyd
2018-12-31
1
-2
/
+6
*
|
Fix MSVC warnings
Jack Lloyd
2018-12-31
2
-2
/
+2
|
/
*
Add a fuzzer for Memory_Pool
Jack Lloyd
2018-12-29
1
-1
/
+1
*
Improve PBKDF self-tuning
Jack Lloyd
2018-12-29
4
-65
/
+66
*
Correct spelling
Jack Lloyd
2018-12-29
1
-0
/
+1
*
Add OS::read_env_variable
Jack Lloyd
2018-12-29
3
-9
/
+22
*
Merge GH #1798 Use posix_memalign instead of mmap for page locked pool
Jack Lloyd
2018-12-29
1
-17
/
+9
|
\
|
*
Use posix_memalign instead of mmap for creating the locking pool
Jack Lloyd
2018-12-28
1
-17
/
+9
*
|
Avoid const-time modulo in DSA verification
Jack Lloyd
2018-12-29
1
-1
/
+11
*
|
Simplifications in BigInt
Jack Lloyd
2018-12-29
1
-7
/
+1
|
/
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
2
-6
/
+26
*
Fix Barrett reduction input bound
Jack Lloyd
2018-12-26
3
-13
/
+23
*
Avoid size-based bypass of the comparison in Barrett reduction.
Jack Lloyd
2018-12-24
1
-1
/
+1
*
Avoid conditional branch in Barrett for negative inputs
Jack Lloyd
2018-12-24
1
-4
/
+27
*
Always use const-time modulo during DSA signing
Jack Lloyd
2018-12-24
1
-1
/
+2
*
Address a side channel in RSA and SM2
Jack Lloyd
2018-12-24
2
-8
/
+4
*
In NIST P-xxx reductions unpoison S before using it
Jack Lloyd
2018-12-24
1
-8
/
+10
*
Unpoison result of high_bits_free
Jack Lloyd
2018-12-24
1
-0
/
+1
*
Another try at silencing Coverity on this
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Initialize System_Error::m_error_code
Jack Lloyd
2018-12-23
1
-1
/
+2
*
Avoid double return of unique_ptr
Jack Lloyd
2018-12-23
1
-1
/
+3
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
3
-6
/
+7
*
Now Timer does not need to include an internal header
Jack Lloyd
2018-12-23
1
-1
/
+0
*
De-inline more of Timer
Jack Lloyd
2018-12-23
2
-41
/
+37
*
Make significant_words const time also
Jack Lloyd
2018-12-23
3
-40
/
+25
*
In Timer, grab CPU clock first
Jack Lloyd
2018-12-23
1
-9
/
+9
*
Remove now incorrect comment
Jack Lloyd
2018-12-22
1
-5
/
+0
*
Make high_bit and ctz actually const time
Jack Lloyd
2018-12-22
1
-3
/
+3
*
Promote ct_is_zero and expand_top_bit to bit_ops.h
Jack Lloyd
2018-12-22
2
-10
/
+21
*
Make ctz and high_bit faster and const-time-ish
Jack Lloyd
2018-12-22
3
-48
/
+51
*
Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decoding
Jack Lloyd
2018-12-21
7
-43
/
+122
|
\
|
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
7
-43
/
+122
*
|
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
27
-2
/
+29
|
/
*
Address a couple of Coverity false positives
Jack Lloyd
2018-12-19
2
-5
/
+15
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
2
-11
/
+32
*
In PointGFp addition, prevent all_zeros from being shortcircuited
Jack Lloyd
2018-12-14
1
-4
/
+7
*
Unroll const_time_lookup by 2
Jack Lloyd
2018-12-14
1
-6
/
+10
*
Simplify the const time lookup in ECC scalar mul
Jack Lloyd
2018-12-14
1
-12
/
+9
*
Use a 3-bit comb for ECC base point multiply
Jack Lloyd
2018-12-13
2
-19
/
+36
*
Some cleanups in x25519
Jack Lloyd
2018-12-10
1
-53
/
+43
*
Fix more MSVC warnings
Jack Lloyd
2018-12-10
2
-4
/
+5
[next]