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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #1819 Add Thread_Pool and use it for running tests
Jack Lloyd
2019-01-31
7
-68
/
+237
|
\
|
*
Add a simple Thread_Pool test
Jack Lloyd
2019-01-31
2
-0
/
+88
|
*
Run the test suite in multiple threads
Jack Lloyd
2019-01-31
6
-68
/
+149
*
|
Add a couple more ChaCha tests
Jack Lloyd
2019-01-31
1
-0
/
+9
|
/
*
Refactor CPUID to make it thread safe
Jack Lloyd
2019-01-30
1
-0
/
+6
*
Avoid invoking the mlock allocator before main starts
Jack Lloyd
2019-01-28
4
-98
/
+94
*
Add BMI2 variants for SHA-512 and SHA-3
Jack Lloyd
2019-01-18
2
-0
/
+4
*
Fix some warnings from PVS-Studio
Jack Lloyd
2019-01-17
1
-8
/
+14
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
4
-9
/
+8
*
Make cpu cycle test a little more lax
Jack Lloyd
2019-01-04
1
-5
/
+10
*
Fix bogus macro check that disabled a test
Jack Lloyd
2019-01-03
1
-1
/
+1
*
Merge GH #1803 XLC fixes
Jack Lloyd
2019-01-01
3
-4
/
+26
|
\
|
*
Add ability to skip a few named tests
Jack Lloyd
2018-12-31
3
-4
/
+26
*
|
Use Test::data_file in these tests
Jack Lloyd
2018-12-31
1
-2
/
+2
|
/
*
Add a test of highly imbalanced RSA key
Jack Lloyd
2018-12-27
1
-0
/
+15
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
1
-7
/
+7
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-0
/
+50
*
Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decoding
Jack Lloyd
2018-12-21
2
-49
/
+49
|
\
|
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
2
-49
/
+49
*
|
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
1
-0
/
+1
|
/
*
Address a couple of Coverity false positives
Jack Lloyd
2018-12-19
2
-2
/
+47
*
Fix some MSVC warnings
Jack Lloyd
2018-12-10
7
-14
/
+16
*
Support recovering ECDSA public key from message/signature pair
Jack Lloyd
2018-12-10
2
-0
/
+66
*
Add base58 encoding/decoding
Jack Lloyd
2018-12-09
3
-0
/
+188
*
Remove Chi-square test on random_integer
Jack Lloyd
2018-12-09
1
-46
/
+0
*
Remove hamming_weight function
Jack Lloyd
2018-12-06
1
-5
/
+4
*
Remove some conditional branches from division
Jack Lloyd
2018-12-05
1
-0
/
+2968
*
Fix more MSVC warnings
Jack Lloyd
2018-12-04
3
-3
/
+23
*
Fix a FFI test when threads are disabled
Jack Lloyd
2018-12-03
1
-1
/
+9
*
Fix bug in TLS CBC unpadding
Jack Lloyd
2018-12-03
1
-0
/
+6
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
2
-0
/
+22
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
2
-6
/
+23
*
Fix a bug in bigint_sub_abs
Jack Lloyd
2018-12-02
1
-0
/
+3
*
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
2
-2
/
+17
*
Simplify BigInt addition and subtraction
Jack Lloyd
2018-11-30
1
-0
/
+24
*
Fix a bug in OneAndZeros unpadding
Jack Lloyd
2018-11-30
1
-0
/
+6
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-34
/
+39
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
9
-29
/
+28
*
Merge GH #1743 Avoid memset/memcpy in library code
Jack Lloyd
2018-11-19
4
-7
/
+14
|
\
|
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
4
-7
/
+14
*
|
Avoid a crank from Sonar [ci skip]
Jack Lloyd
2018-11-17
1
-1
/
+1
|
/
*
Fix Sonar warning
Jack Lloyd
2018-11-17
1
-1
/
+1
*
Run RSA blinding tests only with base provider
Alexander Bluhm
2018-11-08
1
-2
/
+9
*
Compile fix
Jack Lloyd
2018-11-07
1
-1
/
+1
*
Avoid throwing std:: exceptions
Jack Lloyd
2018-11-07
1
-1
/
+1
*
Avoid using std::invalid_argument
Jack Lloyd
2018-11-07
1
-1
/
+1
*
Add ChaCha using SIMD_4x32
Jack Lloyd
2018-11-04
1
-0
/
+36
*
Use 64-bit integer for seek value in stream cipher tests
Jack Lloyd
2018-11-04
1
-1
/
+1
*
Add VarMap::get_opt_u64
Jack Lloyd
2018-11-04
2
-8
/
+25
[next]