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
*
Clarify const-time guarantees of inverse_mod function [ci skip]
Jack Lloyd
2020-03-01
1
-2
/
+5
*
Remove use of Binary Extended Euclidean Algorithm for inversion
Jack Lloyd
2020-03-01
11
-393
/
+487
*
Remove unused member variable
Jack Lloyd
2020-03-01
2
-3
/
+1
*
Fix shadow warnings from GCC
Jack Lloyd
2020-03-01
1
-2
/
+2
*
Disable certstore system test on Wine (cross-mingw64 target) - fixes CI
PGP
2020-02-22
1
-0
/
+4
*
Conditionally disable test case (feature macro: BOTAN_HAS_CERTSTOR_WINDOWS)
pgp
2020-02-21
1
-0
/
+7
*
Use WINCRYPT_UNUSED_PARAM instead of NULL in CertFindCertificateInStore as well
pgp
2020-02-21
1
-1
/
+1
*
Avoid mingw warning in case of NULL as unused argument to win32 API that acce...
pgp
2020-02-21
1
-1
/
+3
*
Enable certstore_system_windows also for mingw configuration
PGP
2020-02-20
2
-0
/
+2
*
Correct comment [ci skip]
Jack Lloyd
2020-02-20
1
-1
/
+1
*
Fix a crash in System_RNG on macOS 10.15
Jack Lloyd
2020-02-19
1
-1
/
+5
*
Move Clang 8 build down in the Travis list
Jack Lloyd
2020-02-18
1
-8
/
+8
*
In X509 DN fuzzer allow the names to be different lengths
Jack Lloyd
2020-02-18
1
-8
/
+3
*
Merge GH #2277 Avoid double free in PKCS8::load_key under Clang 8
Jack Lloyd
2020-02-18
4
-2
/
+135
|
\
|
*
use bind rather than a lambda
Hannes Rantzsch
2020-02-18
1
-2
/
+6
|
*
travis: run tests on Ubuntu with Clang 8
Hannes Rantzsch
2020-02-18
2
-0
/
+12
|
*
test case to reproduce the bug
Hannes Rantzsch
2020-02-18
1
-0
/
+117
*
|
Merge GH #2272 Fix header inclusion for CommonCrypto code
Jack Lloyd
2020-02-15
6
-14
/
+11
|
\
\
|
*
|
Fix
Jack Lloyd
2020-02-15
1
-0
/
+1
|
*
|
Fix inclusion of headers for commoncrypto module
Jack Lloyd
2020-02-15
5
-14
/
+10
*
|
|
Fix export
Jack Lloyd
2020-02-15
1
-1
/
+1
*
|
|
Small cleanups
Jack Lloyd
2020-02-14
3
-6
/
+12
|
/
/
*
|
Avoid using BOTAN_ISA_FUNC on rdrand function unless needed
Jack Lloyd
2020-02-13
1
-0
/
+2
*
|
Remove debug printf
Jack Lloyd
2020-02-11
1
-1
/
+0
*
|
Fix some maintainer mode warnings
Jack Lloyd
2020-02-11
7
-21
/
+30
*
|
Run the ARM32 build on Aarch64
Jack Lloyd
2020-02-10
3
-6
/
+7
*
|
Missing variable
Jack Lloyd
2020-02-10
1
-0
/
+2
*
|
Increase wait time when testing TLS cli utils
Jack Lloyd
2020-02-10
1
-6
/
+9
*
|
Disable AVX2 under Intel C++
Jack Lloyd
2020-02-10
1
-1
/
+4
*
|
Merge GH #2262 Add more tests of cli util
Jack Lloyd
2020-02-09
3
-4
/
+64
|
\
\
|
*
|
Add more tests for speed util
Jack Lloyd
2020-02-09
3
-4
/
+64
*
|
|
Increase allowed branches in pylint config
Jack Lloyd
2020-02-09
1
-1
/
+1
*
|
|
Merge GH #2263 Split up DL_Group tests
Jack Lloyd
2020-02-09
1
-10
/
+20
|
\
\
\
|
*
|
|
Split up the DL_Group tests
Jack Lloyd
2020-02-09
1
-10
/
+20
|
|
/
/
*
|
|
Merge GH #2261 Remove use of Toolhelp32 library
Jack Lloyd
2020-02-09
2
-82
/
+16
|
\
\
\
|
*
|
|
Still need user32 for other functions called in here
Jack Lloyd
2020-02-09
1
-0
/
+4
|
*
|
|
Remove use of Tooltip snapshots in Win32 entropy source
Jack Lloyd
2020-02-09
2
-86
/
+16
|
|
/
/
*
/
/
Fix an unused var warning when compiling for iOS
Jack Lloyd
2020-02-09
1
-0
/
+4
|
/
/
*
|
Merge GH #2259 Also define _UNICODE for MSVC
Jack Lloyd
2020-02-08
2
-4
/
+4
|
\
\
|
*
|
Define _UNICODE as well
Jack Lloyd
2020-02-07
2
-4
/
+4
*
|
|
Merge GH #2258 Optimize BigInt::get_substring
Jack Lloyd
2020-02-08
2
-18
/
+25
|
\
\
\
|
*
|
|
Optimize BigInt::get_substring
Jack Lloyd
2020-02-07
2
-18
/
+25
|
|
/
/
*
/
/
Use thread pool instead of std::async for RSA-CRT
Jack Lloyd
2020-02-07
1
-4
/
+4
|
/
/
*
|
Use CertOpenSystemStoreA to avoid Unicode build issue
Jack Lloyd
2020-02-06
1
-1
/
+1
*
|
Add Unicode build to AppVeyor CI
Jack Lloyd
2020-02-06
2
-2
/
+10
|
/
*
Disable support for VPSUM on big-endian ppc64
Jack Lloyd
2020-01-30
1
-0
/
+2
*
Merge GH #2251 Add command line util to get CPU clock cycle speed
Jack Lloyd
2020-01-29
2
-0
/
+90
|
\
|
*
Add a test
Jack Lloyd
2020-01-29
1
-0
/
+14
|
*
Add util to estimate speed of the CPU cycle counter
Jack Lloyd
2020-01-29
1
-0
/
+76
*
|
Precompute and cache additional data when parsing X509_Certificate
Jack Lloyd
2020-01-29
1
-7
/
+39
|
/
[next]