Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Constify these variables | Jack Lloyd | 2022-02-06 | 1 | -3/+3 | |
| | | | ||||||
| * | | Avoid mutable global warning | Jack Lloyd | 2022-02-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Avoid function-like macro in GOST | Jack Lloyd | 2022-02-06 | 1 | -30/+37 | |
| | | | ||||||
| * | | Avoid warnings about mutable globals | Jack Lloyd | 2022-02-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | Update clang-tidy config | Jack Lloyd | 2022-02-06 | 1 | -9/+9 | |
| | | | ||||||
| * | | Compile fix | Jack Lloyd | 2022-02-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Some fixes for modernize-loop-convert | Jack Lloyd | 2022-02-06 | 20 | -104/+110 | |
| | | | ||||||
| * | | Fix clang-tidy readability-named-parameter | Jack Lloyd | 2022-02-06 | 86 | -196/+211 | |
| | | | ||||||
| * | | More perf fixes | Jack Lloyd | 2022-02-06 | 5 | -6/+6 | |
| | | | ||||||
| * | | Fix clang-tidy readability-container-size-empty warnings | Jack Lloyd | 2022-02-06 | 73 | -159/+164 | |
| | | | ||||||
| * | | Fix clang-tidy performance warnings | Jack Lloyd | 2022-02-06 | 88 | -193/+195 | |
| | | | ||||||
* | | | Merge GH #2895 Allow setting public point encoding of a P11 ECC public key | Jack Lloyd | 2022-02-09 | 1 | -0/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | allow setting the public point encoding of a P11 ECC private key | René Meusel | 2022-02-03 | 1 | -0/+10 | |
| | | | | | | | | | | | | See GH #2885 for further details | |||||
* | | | Merge GH #2898 Add clang-tidy script and apply some fixes | Jack Lloyd | 2022-02-06 | 11 | -38/+153 | |
|\ \ \ | ||||||
| * | | | Fix LGTM warning | Jack Lloyd | 2022-02-04 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Apply fixes for clang-analyzer | Jack Lloyd | 2022-02-04 | 9 | -37/+20 | |
| | | | | ||||||
| * | | | Add a script for running clang-tidy over the codebase | Jack Lloyd | 2022-02-04 | 2 | -1/+131 | |
| |/ / | ||||||
* | | | Merge GH #2901 Update doc process for macOS fat binary | Jack Lloyd | 2022-02-06 | 1 | -2/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | doc update of macos fat binary process for mac M1. | David CARLIER | 2022-02-05 | 1 | -2/+9 | |
|/ / | ||||||
* | | Merge GH #2892 Add rst2man install name from pkgsrc | Jack Lloyd | 2022-02-01 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Find rst2man from pkgsrc | Niclas Rosenvik | 2022-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | Find rst2man from pkgsrc. Pkgsrc installs rst2man as rst2man-${python:version} (rst2man-3.9). | |||||
* | | | Merge GH #2893 Fix Text_Policy when X25519 is disabled during build | Jack Lloyd | 2022-02-01 | 2 | -6/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Text_Policy ignores 25519 if unsupported by build | Hannes Rantzsch | 2022-02-01 | 2 | -6/+5 | |
|/ / | | | | | | | Co-authored-by: René Meusel <[email protected]> | |||||
* | | Merge GH #2889 Fix some Clang and C++20 warnings | Jack Lloyd | 2022-01-27 | 15 | -26/+26 | |
|\ \ | ||||||
| * | | Avoid uses of volatile deprecated in C++20 | Jack Lloyd | 2022-01-27 | 6 | -9/+10 | |
| | | | ||||||
| * | | Add -Wdocumentation to default Clang warning flags | Jack Lloyd | 2022-01-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix some Clang warnings | Jack Lloyd | 2022-01-27 | 10 | -16/+15 | |
| | | | | | | | | | | | | See GH #2886 | |||||
* | | | Update XCode->Clang version map | Jack Lloyd | 2022-01-27 | 1 | -18/+13 | |
| | | | | | | | | | | | | | | | Versions before XCode 10 don't matter to us in this branch, as they didn't support C++17 | |||||
* | | | Deprecate current McEliece [ci skip] | Jack Lloyd | 2022-01-27 | 1 | -0/+4 | |
|/ / | ||||||
* | | Happy New Year | Jack Lloyd | 2022-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | Add info for 2.19.0 | Jack Lloyd | 2022-01-19 | 2 | -3/+21 | |
| | | ||||||
* | | Merge GH #2878 Check OSXSAVE/AVX before enabling AVX2 | Jack Lloyd | 2022-01-13 | 1 | -2/+8 | |
|\ \ | ||||||
| * | | Check OSXSAVE and AVX flags before enabling AVX2 support. | Alexander Bluhm | 2022-01-12 | 1 | -2/+8 | |
|/ / | | | | | | | | | | | | | OpenBSD on i386 architecture does not save the extended FPU state and does not set this feature in the CPU. In this case AVX2 instructions cause an illegal instruction exception. Botan must also check the flags set by the OS in the CPU. | |||||
* | | No need for a conditional here | Jack Lloyd | 2022-01-10 | 1 | -4/+1 | |
| | | ||||||
* | | Remove ref to mailing lists [ci skip] | Jack Lloyd | 2022-01-10 | 1 | -3/+0 | |
| | | | | | | | | | | randombit is dead (sorry!) and metzdowd is not great, crypto.SE is much better for Q&A or review-this-design things. | |||||
* | | Update zfec docs [ci skip] | Jack Lloyd | 2022-01-09 | 1 | -0/+10 | |
| | | ||||||
* | | Disable Python lint | Jack Lloyd | 2021-12-28 | 1 | -1/+1 | |
| | | ||||||
* | | Disable concurrency with sphinx-build | Jack Lloyd | 2021-12-26 | 1 | -33/+0 | |
| | | | | | | | | Sphinx with -j8 on an 8 core machine is 5 seconds *slower* than -j1 :/ | |||||
* | | Merge GH #2873 Update macOS system RNG syscall | Jack Lloyd | 2021-12-23 | 2 | -0/+25 | |
|\ \ | ||||||
| * | | SystemRNG update for macOs. | David CARLIER | 2021-12-23 | 2 | -0/+25 | |
| |/ | | | | | | | | | | | | | | | | | From Yosemite, there is a new native API, the little potential issue with arc4random is possible errors (even tough most of the time unlikely happening) are ignored. The `__builtin_available` would be another way to detect its availability if preferred. | |||||
* / | Minor update to the build docs | Jack Lloyd | 2021-12-22 | 1 | -5/+10 | |
|/ | ||||||
* | In zfec avoid inversion if not necessary | Jack Lloyd | 2021-12-22 | 1 | -4/+15 | |
| | ||||||
* | Another zfec doc fix | Jack Lloyd | 2021-12-22 | 1 | -1/+1 | |
| | ||||||
* | Fix zfec callback doc | Jack Lloyd | 2021-12-22 | 1 | -2/+2 | |
| | ||||||
* | Update news | Jack Lloyd | 2021-12-22 | 1 | -1/+1 | |
| | ||||||
* | Merge GH #2871 Various ZFEC improvements | Jack Lloyd | 2021-12-22 | 8 | -141/+176 | |
|\ | ||||||
| * | Various ZFEC inprovements | Jack Lloyd | 2021-12-21 | 8 | -141/+176 | |
|/ | | | | | | | * New encoding API * Express SSE2 version using SIMD_4x32 * Remove useless callback param * Rewrite some awkward code in the matrix inversion | |||||
* | Add missing include | Jack Lloyd | 2021-12-18 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #2864 from reneme/fix/emscripten | René Meusel | 2021-12-17 | 12 | -18/+93 | |
|\ | | | | | Improve emscripten build target | |||||
| * | appease pylint | René Meusel | 2021-12-16 | 1 | -1/+2 | |
| | | | | | | | | Co-Authored-By: Hannes Rantzsch <[email protected]> |