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
*
Use posix_memalign instead of mmap for creating the locking pool
Jack Lloyd
2018-12-28
1
-17
/
+9
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
2
-6
/
+26
*
Add a test of highly imbalanced RSA key
Jack Lloyd
2018-12-27
1
-0
/
+15
*
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
*
Correct read in test fuzzers
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Add a multi-file input mode for test fuzzers
Jack Lloyd
2018-12-23
3
-24
/
+105
*
Move coverage before fuzzers in Travis build
Jack Lloyd
2018-12-23
1
-1
/
+1
*
In Travis, run OS X first
Jack Lloyd
2018-12-23
1
-1
/
+1
*
By default just run 20 of the AEAD test vectors through CLI
Jack Lloyd
2018-12-23
1
-6
/
+11
*
Increase Travis ccache size
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Increase Travis git pull depth
Jack Lloyd
2018-12-23
1
-1
/
+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
*
Add --no-store-vc-rev option for use in CI builds
Jack Lloyd
2018-12-23
1
-0
/
+2
*
Increase Travis ccache to 750M
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
5
-14
/
+15
*
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
4
-40
/
+75
*
In Timer, grab CPU clock first
Jack Lloyd
2018-12-23
1
-9
/
+9
*
Increase Travis ccache again
Jack Lloyd
2018-12-23
1
-1
/
+1
*
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
*
Increase Travis cache size [ci skip]
Jack Lloyd
2018-12-22
1
-2
/
+2
*
Fix build with PGI [ci skip]
Jack Lloyd
2018-12-22
1
-5
/
+7
*
Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decoding
Jack Lloyd
2018-12-21
9
-92
/
+171
|
\
|
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
9
-92
/
+171
*
|
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
28
-2
/
+30
*
|
Stop compressing Travis ccache
Jack Lloyd
2018-12-21
1
-3
/
+1
|
/
*
Address a couple of Coverity false positives
Jack Lloyd
2018-12-19
4
-7
/
+62
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
2
-11
/
+32
*
Test how long it takes to precompute base point multiples
Jack Lloyd
2018-12-16
2
-1
/
+21
*
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
4
-8
/
+9
*
Merge GH #1769 Support TLS signature padding strings in PKCS11 mapping
Jack Lloyd
2018-12-10
1
-0
/
+10
|
\
|
*
Remove EMSA1 encodings from p11 sign mechanisms map
Hannes Rantzsch
2018-12-10
1
-5
/
+0
|
*
Extend the SignMechanisms map for Signature_Scheme padding strings
Hannes Rantzsch
2018-12-04
1
-0
/
+15
[next]