aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-0688-193/+195
* Fix LGTM warningJack Lloyd2022-02-041-0/+2
* Apply fixes for clang-analyzerJack Lloyd2022-02-049-37/+20
* Add a script for running clang-tidy over the codebaseJack Lloyd2022-02-042-1/+131
* Merge GH #2892 Add rst2man install name from pkgsrcJack Lloyd2022-02-011-1/+1
|\
| * Find rst2man from pkgsrcNiclas Rosenvik2022-01-301-1/+1
* | Text_Policy ignores 25519 if unsupported by buildHannes Rantzsch2022-02-012-6/+5
|/
* Merge GH #2889 Fix some Clang and C++20 warningsJack Lloyd2022-01-2715-26/+26
|\
| * Avoid uses of volatile deprecated in C++20Jack Lloyd2022-01-276-9/+10
| * Add -Wdocumentation to default Clang warning flagsJack Lloyd2022-01-271-2/+2
| * Fix some Clang warningsJack Lloyd2022-01-2710-16/+15
* | Update XCode->Clang version mapJack Lloyd2022-01-271-18/+13
|/
* Check OSXSAVE and AVX flags before enabling AVX2 support.Alexander Bluhm2022-01-121-2/+8
* No need for a conditional hereJack Lloyd2022-01-101-4/+1
* Disable Python lintJack Lloyd2021-12-281-1/+1
* Disable concurrency with sphinx-buildJack Lloyd2021-12-261-33/+0
* SystemRNG update for macOs.David CARLIER2021-12-232-0/+25
* In zfec avoid inversion if not necessaryJack Lloyd2021-12-221-4/+15
* Various ZFEC inprovementsJack Lloyd2021-12-217-130/+160
* Add missing includeJack Lloyd2021-12-181-0/+1
* Merge pull request #2864 from reneme/fix/emscriptenRené Meusel2021-12-179-8/+66
|\
| * appease pylintRené Meusel2021-12-161-1/+2
| * switch to macOS as ubuntu 20.04 does not provide emscriptenRené Meusel2021-12-161-1/+6
| * FIX: m_mutex is not used in Certificate_Store_In_SQLRené Meusel2021-12-161-2/+0
| * CI: add a build step for emscription (build only, no tests run)René Meusel2021-12-161-1/+11
| * FIX: wasm has a word length of 32René Meusel2021-12-161-1/+1
| * support auto-detection of emcc compiler versionRené Meusel2021-12-142-0/+7
| * preload test data for emscripten test binaryRené Meusel2021-12-142-1/+6
| * add better build info for emscriptenRené Meusel2021-12-144-4/+36
* | Add a zfec-compatible forward error correction implementationJack Lloyd2021-12-1613-21/+2466
* | Merge GH #2862 Fix GH #2861Jack Lloyd2021-12-141-0/+3
|\ \
| * | Fix GH #2861 Anything under 512 bits == 0 securityJack Lloyd2021-12-131-0/+3
| |/
* | Merge GH #2860 Cleanup SHA-3 Clang workaroundJack Lloyd2021-12-143-198/+132
|\ \ | |/ |/|
| * Add header guardJack Lloyd2021-12-111-0/+5
| * Cleanup SHA-3 Clang workaroundJack Lloyd2021-12-113-198/+127
* | Merge GH #2755 Check TLS record type immediately on receiptJack Lloyd2021-12-113-8/+31
|\ \
| * | Disable the loose record version testJack Lloyd2021-12-111-0/+2
| * | Check the TLS record type immediately on decodingJack Lloyd2021-12-112-8/+29
| |/
* / Minor format tweaks [ci skip]Jack Lloyd2021-12-111-6/+6
|/
* Merge GH #2827 Remove OpenSSL providerJack Lloyd2021-12-1128-1778/+14
|\
| * Remove the OpenSSL providerJack Lloyd2021-10-2828-1778/+14
* | Merge pull request #2848 from reneme/fix/ldflags_orderRené Meusel2021-12-091-6/+7
|\ \
| * | FIX: always state -L${BUILD_DIR} before ${LDFLAGS} (fixes #2847)René Meusel2021-11-151-6/+7
* | | Merge pull request #2854 from tenzap/master-cstdlibRené Meusel2021-11-232-1/+2
|\ \ \
| * | | add missing header: cstdlibtenzap2021-11-232-1/+2
* | | | Fix compilation issue on older mac (< 10.12)tenzap2021-11-171-0/+4
|/ / /
* | | Merge pull request #2831 from reneme/fix/potential_segfaultRené Meusel2021-11-1614-52/+102
|\ \ \
| * | | FIX: review commentRené Meusel2021-11-151-1/+1
| * | | detect unknown ciphers when parsing TLS sessionRené Meusel2021-10-292-4/+33
| * | | remove default c'tor from TLS::CiphersuiteRené Meusel2021-10-284-23/+23