aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Deprecate current McEliece [ci skip]Jack Lloyd2022-01-271-0/+4
|/
* Happy New YearJack Lloyd2022-01-191-1/+1
* Add info for 2.19.0Jack Lloyd2022-01-192-3/+21
* Merge GH #2878 Check OSXSAVE/AVX before enabling AVX2Jack Lloyd2022-01-131-2/+8
|\
| * 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
* Remove ref to mailing lists [ci skip]Jack Lloyd2022-01-101-3/+0
* Update zfec docs [ci skip]Jack Lloyd2022-01-091-0/+10
* Disable Python lintJack Lloyd2021-12-281-1/+1
* Disable concurrency with sphinx-buildJack Lloyd2021-12-261-33/+0
* Merge GH #2873 Update macOS system RNG syscallJack Lloyd2021-12-232-0/+25
|\
| * SystemRNG update for macOs.David CARLIER2021-12-232-0/+25
* | Minor update to the build docsJack Lloyd2021-12-221-5/+10
|/
* In zfec avoid inversion if not necessaryJack Lloyd2021-12-221-4/+15
* Another zfec doc fixJack Lloyd2021-12-221-1/+1
* Fix zfec callback docJack Lloyd2021-12-221-2/+2
* Update newsJack Lloyd2021-12-221-1/+1
* Merge GH #2871 Various ZFEC improvementsJack Lloyd2021-12-228-141/+176
|\
| * Various ZFEC inprovementsJack Lloyd2021-12-218-141/+176
|/
* Add missing includeJack Lloyd2021-12-181-0/+1
* Merge pull request #2864 from reneme/fix/emscriptenRené Meusel2021-12-1712-18/+93
|\
| * appease pylintRené Meusel2021-12-161-1/+2
| * switch to macOS as ubuntu 20.04 does not provide emscriptenRené Meusel2021-12-162-2/+7
| * 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-162-1/+14
| * FIX: wasm has a word length of 32René Meusel2021-12-161-1/+1
| * update documentation of how to build via emscriptenRené Meusel2021-12-141-8/+4
| * support auto-detection of emcc compiler versionRené Meusel2021-12-143-0/+8
| * preload test data for emscripten test binaryRené Meusel2021-12-143-1/+7
| * add better build info for emscriptenRené Meusel2021-12-145-6/+54
* | Update newsJack Lloyd2021-12-171-0/+2
* | Merge GH #2866 Add zfec-compatible forward error correctionJack Lloyd2021-12-1715-21/+2514
|\ \
| * | Add a zfec-compatible forward error correction implementationJack Lloyd2021-12-1615-21/+2514
|/ /
* | 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-1135-1807/+26
|\
| * Remove the OpenSSL providerJack Lloyd2021-10-2835-1807/+26