aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clarify const-time guarantees of inverse_mod function [ci skip]Jack Lloyd2020-03-011-2/+5
* Remove use of Binary Extended Euclidean Algorithm for inversionJack Lloyd2020-03-0111-393/+487
* Remove unused member variableJack Lloyd2020-03-012-3/+1
* Fix shadow warnings from GCCJack Lloyd2020-03-011-2/+2
* Disable certstore system test on Wine (cross-mingw64 target) - fixes CIPGP2020-02-221-0/+4
* Conditionally disable test case (feature macro: BOTAN_HAS_CERTSTOR_WINDOWS)pgp2020-02-211-0/+7
* Use WINCRYPT_UNUSED_PARAM instead of NULL in CertFindCertificateInStore as wellpgp2020-02-211-1/+1
* Avoid mingw warning in case of NULL as unused argument to win32 API that acce...pgp2020-02-211-1/+3
* Enable certstore_system_windows also for mingw configurationPGP2020-02-202-0/+2
* Correct comment [ci skip]Jack Lloyd2020-02-201-1/+1
* Fix a crash in System_RNG on macOS 10.15Jack Lloyd2020-02-191-1/+5
* Move Clang 8 build down in the Travis listJack Lloyd2020-02-181-8/+8
* In X509 DN fuzzer allow the names to be different lengthsJack Lloyd2020-02-181-8/+3
* Merge GH #2277 Avoid double free in PKCS8::load_key under Clang 8Jack Lloyd2020-02-184-2/+135
|\
| * use bind rather than a lambdaHannes Rantzsch2020-02-181-2/+6
| * travis: run tests on Ubuntu with Clang 8Hannes Rantzsch2020-02-182-0/+12
| * test case to reproduce the bugHannes Rantzsch2020-02-181-0/+117
* | Merge GH #2272 Fix header inclusion for CommonCrypto codeJack Lloyd2020-02-156-14/+11
|\ \
| * | FixJack Lloyd2020-02-151-0/+1
| * | Fix inclusion of headers for commoncrypto moduleJack Lloyd2020-02-155-14/+10
* | | Fix exportJack Lloyd2020-02-151-1/+1
* | | Small cleanupsJack Lloyd2020-02-143-6/+12
|/ /
* | Avoid using BOTAN_ISA_FUNC on rdrand function unless neededJack Lloyd2020-02-131-0/+2
* | Remove debug printfJack Lloyd2020-02-111-1/+0
* | Fix some maintainer mode warningsJack Lloyd2020-02-117-21/+30
* | Run the ARM32 build on Aarch64Jack Lloyd2020-02-103-6/+7
* | Missing variableJack Lloyd2020-02-101-0/+2
* | Increase wait time when testing TLS cli utilsJack Lloyd2020-02-101-6/+9
* | Disable AVX2 under Intel C++Jack Lloyd2020-02-101-1/+4
* | Merge GH #2262 Add more tests of cli utilJack Lloyd2020-02-093-4/+64
|\ \
| * | Add more tests for speed utilJack Lloyd2020-02-093-4/+64
* | | Increase allowed branches in pylint configJack Lloyd2020-02-091-1/+1
* | | Merge GH #2263 Split up DL_Group testsJack Lloyd2020-02-091-10/+20
|\ \ \
| * | | Split up the DL_Group testsJack Lloyd2020-02-091-10/+20
| |/ /
* | | Merge GH #2261 Remove use of Toolhelp32 libraryJack Lloyd2020-02-092-82/+16
|\ \ \
| * | | Still need user32 for other functions called in hereJack Lloyd2020-02-091-0/+4
| * | | Remove use of Tooltip snapshots in Win32 entropy sourceJack Lloyd2020-02-092-86/+16
| |/ /
* / / Fix an unused var warning when compiling for iOSJack Lloyd2020-02-091-0/+4
|/ /
* | Merge GH #2259 Also define _UNICODE for MSVCJack Lloyd2020-02-082-4/+4
|\ \
| * | Define _UNICODE as wellJack Lloyd2020-02-072-4/+4
* | | Merge GH #2258 Optimize BigInt::get_substringJack Lloyd2020-02-082-18/+25
|\ \ \
| * | | Optimize BigInt::get_substringJack Lloyd2020-02-072-18/+25
| |/ /
* / / Use thread pool instead of std::async for RSA-CRTJack Lloyd2020-02-071-4/+4
|/ /
* | Use CertOpenSystemStoreA to avoid Unicode build issueJack Lloyd2020-02-061-1/+1
* | Add Unicode build to AppVeyor CIJack Lloyd2020-02-062-2/+10
|/
* Disable support for VPSUM on big-endian ppc64Jack Lloyd2020-01-301-0/+2
* Merge GH #2251 Add command line util to get CPU clock cycle speedJack Lloyd2020-01-292-0/+90
|\
| * Add a testJack Lloyd2020-01-291-0/+14
| * Add util to estimate speed of the CPU cycle counterJack Lloyd2020-01-291-0/+76
* | Precompute and cache additional data when parsing X509_CertificateJack Lloyd2020-01-291-7/+39
|/