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
/
fuzzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing header: cstdlib
tenzap
2021-11-23
1
-1
/
+1
*
Improve BigInt::to_dec_string performance
Jack Lloyd
2021-06-30
1
-9
/
+11
*
Tweak how BigInt string formatting works
Jack Lloyd
2021-06-24
1
-0
/
+5
*
Avoid early return from mem_pool fuzzer
Jack Lloyd
2021-05-05
1
-3
/
+1
*
Update fuzzers to reflect TLS 1.0/1.1 drop
Jack Lloyd
2021-04-01
2
-31
/
+5
*
Fix BigInt::operator< when both integers are negative
Jack Lloyd
2021-03-05
1
-0
/
+74
*
Use better bounds for safegcd iterations
Jack Lloyd
2021-02-14
1
-11
/
+6
*
Add a fuzzer comparing safegcd vs Euclidean gcd
Jack Lloyd
2021-02-14
1
-0
/
+52
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-2
/
+2
*
Fix fuzzer builds
Jack Lloyd
2020-12-12
1
-2
/
+2
*
Remove outer shared_ptr from Certificate in certstore interface
Jack Lloyd
2020-11-23
2
-2
/
+2
*
Remove SRP support from TLS
Jack Lloyd
2020-11-23
2
-12
/
+2
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
10
-10
/
+10
*
Fix some warnings picked up by new compiler flags
Jack Lloyd
2020-11-06
3
-4
/
+4
*
Merge X.509 header files
Jack Lloyd
2020-10-31
1
-1
/
+1
*
Fix underflow bug in modular inverse
Jack Lloyd
2020-03-08
1
-5
/
+5
*
Fuzzer improvements
Jack Lloyd
2020-03-03
2
-19
/
+23
*
Remove use of Binary Extended Euclidean Algorithm for inversion
Jack Lloyd
2020-03-01
1
-10
/
+53
*
In X509 DN fuzzer allow the names to be different lengths
Jack Lloyd
2020-02-18
1
-8
/
+3
*
Avoid creating secure_vector each time during OAEP fuzzer
Jack Lloyd
2019-11-10
1
-1
/
+1
*
Enhance ECC fuzzers to also test variable point scalar mult
Jack Lloyd
2019-11-10
1
-0
/
+37
*
Add URI class to parse IPv4, IPv6 and domain names together with port number
Nuno Goncalves
2019-10-14
1
-0
/
+20
*
Remove unused include
Jack Lloyd
2019-08-23
1
-1
/
+0
*
Fix X509_DN comparison
Jack Lloyd
2019-05-08
1
-0
/
+46
*
Allow any ciphersuite in TLS fuzzers
Jack Lloyd
2019-04-08
2
-2
/
+72
*
In fuzzer remove debug print and check return value of posix_memalign
Jack Lloyd
2019-02-21
1
-2
/
+2
*
Allocate aligned pages in mem pool fuzzer
Jack Lloyd
2019-01-13
1
-11
/
+68
*
Split up allocations into pages
Jack Lloyd
2019-01-05
1
-3
/
+6
*
Update fuzzer for new Memory_Pool behavior and constructor
Jack Lloyd
2019-01-04
1
-7
/
+26
*
Fix Memory_Pool fuzzer [ci skip]
Jack Lloyd
2018-12-29
1
-1
/
+1
*
Add a fuzzer for Memory_Pool
Jack Lloyd
2018-12-29
1
-0
/
+114
*
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
1
-0
/
+38
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
1
-5
/
+22
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
1
-1
/
+7
*
Fix a bug in OneAndZeros unpadding
Jack Lloyd
2018-11-30
1
-19
/
+32
*
No need for an RNG object here [ci skip]
Jack Lloyd
2018-09-25
1
-2
/
+1
*
Avoid some gcc warnings in mode padding fuzzer [ci skip]
Jack Lloyd
2018-09-23
1
-1
/
+5
*
Fix a crash in the mode padding fuzzer
Jack Lloyd
2018-09-23
1
-0
/
+2
*
Add a fuzzer for OAEP unpadding
Jack Lloyd
2018-09-22
1
-0
/
+102
*
Add fuzzer for mode unpadding, and fix bugs found thereby
Jack Lloyd
2018-09-22
1
-0
/
+150
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-4
/
+8
*
Add missing override annotations in fuzzers [ci skip]
Jack Lloyd
2018-04-06
2
-2
/
+2
*
Modify tls_server fuzzer to use callbacks interface, skip validation
Jack Lloyd
2018-04-01
1
-25
/
+63
*
Update tls_client fuzzer to skip validation results
Jack Lloyd
2018-04-01
1
-15
/
+53
*
Add EC_Group::clear_registered_curve_data
Jack Lloyd
2018-03-19
1
-0
/
+7
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-15
/
+25
*
Simplify modular inversion fuzzer
Jack Lloyd
2018-03-01
1
-50
/
+6
*
Remove use of redc_helper in fuzzers
Jack Lloyd
2018-02-26
6
-54
/
+48
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
1
-0
/
+41
[next]