aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge GH #2166 Prefix macro with BOTAN_Jack Lloyd2019-10-191-4/+4
|\
| * prefix macro with BOTAN_Nuno Goncalves2019-10-191-4/+4
* | Merge GH #2163 Suppress warningJack Lloyd2019-10-191-0/+1
|\ \ | |/ |/|
| * Suppress unused warning.Tom2019-10-181-0/+1
|/
* Avoid Coverity warning about unreachable codeJack Lloyd2019-10-181-2/+4
* Merge GH #2162 Fix some compiler warningsJack Lloyd2019-10-184-7/+13
|\
| * Fix arm32 NEON target attribute syntaxJack Lloyd2019-10-181-3/+7
| * Fix some MSVC warningsJack Lloyd2019-10-183-4/+6
* | Merge GH #2161 Avoid a problem with MSVC 2019 preview buildsJack Lloyd2019-10-181-4/+5
|\ \ | |/ |/|
| * Always save the AppVeyor cacheJack Lloyd2019-10-181-0/+1
| * Switch MSVC preview and stable modesJack Lloyd2019-10-181-4/+4
|/
* Merge GH #2136 Fix LGTM warning in RoughtimeJack Lloyd2019-10-182-2/+7
|\
| * Attempt to address some LGTM warnings in RoughtimeJack Lloyd2019-10-172-2/+7
|/
* Fix error messageJack Lloyd2019-10-171-6/+6
* Fix coprimality check during prime generationJack Lloyd2019-10-171-27/+21
* Avoid redundant drbg seed options in cli test codeJack Lloyd2019-10-171-9/+1
* Add generic CPU targetJack Lloyd2019-10-172-2/+7
* When generating prime, avoid Lucas test if prob < 32Jack Lloyd2019-10-171-4/+6
* Merge GH #2158 Include high rest timestamp in RNG additional_data even if RDR...Jack Lloyd2019-10-161-3/+4
|\
| * Always include a high res timestamp in the RNG additional_dataJack Lloyd2019-10-161-3/+4
* | Merge GH #2157 Handle new RoughtimeError typeJack Lloyd2019-10-163-0/+5
|\ \
| * | fix missing ErrorType::RoughtimeError on switchesNuno Goncalves2019-10-163-0/+5
| |/
* | Merge GH #2156 Avoid a warning on x86-32 with GCC 4.9Jack Lloyd2019-10-161-1/+1
|\ \ | |/ |/|
| * Avoid an ABI warning with GCC 4.9Jack Lloyd2019-10-161-1/+1
* | Bump version to 2.13.0-preJack Lloyd2019-10-162-3/+14
* | Check off a todoJack Lloyd2019-10-161-1/+0
* | Doc fixes for RoughtimeJack Lloyd2019-10-162-2/+3
* | Merge GH #2143 Add RoughtimeJack Lloyd2019-10-1623-11/+2185
|\ \
| * | roughtime: decode integer values properly also on big endian arch (fix #2137)Nuno Goncalves2019-10-141-2/+30
| * | Add roughtime CLINuno Goncalves2019-10-142-0/+370
| * | Add roughtime protocolNuno Goncalves2019-10-149-0/+958
| * | Add test variable getter for u64Nuno Goncalves2019-10-142-0/+17
| * | Add UDP clientNuno Goncalves2019-10-143-0/+412
| * | Add URI class to parse IPv4, IPv6 and domain names together with port numberNuno Goncalves2019-10-144-0/+372
| * | Style fixNuno Goncalves2019-10-141-11/+5
| * | Add missing define of _WINSOCKAPI_ to avoid unintentional of winsockNuno Goncalves2019-10-141-0/+1
| * | Add additional typecast and several static_assertsNuno Goncalves2019-10-141-0/+22
| |/
* | Merge GH #2147 Add constant-time gcd computationJack Lloyd2019-10-164-17/+54
|\ \
| * | Add constant-time gcdJack Lloyd2019-10-124-17/+54
* | | Merge GH #2148 Improve RSA key generation performanceJack Lloyd2019-10-163-49/+73
|\ \ \
| * | | Fix cli testsJack Lloyd2019-10-121-8/+8
| * | | Remove bogus testJack Lloyd2019-10-121-10/+0
| * | | Improve speed of prime generation especially for RSA keygenJack Lloyd2019-10-121-31/+65
| |/ /
* | | Merge GH #2149 Fix a leak in TPM interfaceJack Lloyd2019-10-162-5/+7
|\ \ \
| * | | TPM : Making policy as member of the consumer class.David Carlier2019-10-132-5/+7
| |/ /
* | | Merge GH #2155 Prefer std::shared_ptr over the Boost versionJack Lloyd2019-10-162-8/+4
|\ \ \ | |_|/ |/| |
| * | prefer std::shared_ptr to boost::shared_ptrNuno Goncalves2019-10-152-8/+4
|/ /
* | Update for 2.12.1 release2.12.1Jack Lloyd2019-10-143-6/+6
* | Update newsJack Lloyd2019-10-131-0/+6
* | Merge GH #2151 Fix CCM, ECIES, and DLIES problemsJack Lloyd2019-10-136-23/+30
|\ \ | |/ |/|