aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #2312 Make CBC padding constant timeJack Lloyd2020-04-011-2/+3
|\
| * Make CBC padding constant timeJack Lloyd2020-03-291-2/+3
* | Merge GH #2311 Fix for ARM cpuid codeJack Lloyd2020-04-011-1/+5
|\ \
| * | cpu arm: Dead code as the symbol was never defined.David Carlier2020-03-281-1/+5
| |/
* / Assert the length of size_tJack Lloyd2020-03-241-0/+7
|/
* Add baremetal (gcc-arm-none-eabi) buildJack Lloyd2020-03-142-12/+21
* Add a 'none' OS target for bare metal builds.Jack Lloyd2020-03-141-1/+1
* Merge GH #2289 Avoid inlining the deprecated modular inverse functionsJack Lloyd2020-03-031-0/+6
|\
| * Avoid inlining the deprecated modular inverse functionsJack Lloyd2020-03-021-0/+6
* | Fix SHACAL2 AVX2 inliningJack Lloyd2020-03-031-3/+12
|/
* Small cleanupsJack Lloyd2020-02-141-4/+5
* Remove debug printfJack Lloyd2020-02-111-1/+0
* Fix some maintainer mode warningsJack Lloyd2020-02-113-5/+8
* Disable AVX2 under Intel C++Jack Lloyd2020-02-101-1/+4
* Fix an unused var warning when compiling for iOSJack Lloyd2020-02-091-0/+4
* Merge GH #2247 Add POWER VPSUM support for GCMJack Lloyd2020-01-252-0/+3
|\
| * Add support for POWER VPSUM instruction for GCMJack Lloyd2020-01-232-0/+3
* | Remove support for splitting the amalgamation by ABIJack Lloyd2020-01-221-3/+3
|/
* Clean up handling of POWER ISA extensionsJack Lloyd2019-12-123-7/+7
* Merge GH #2215 Use .lib suffix consistently on WindowsJack Lloyd2019-12-071-1/+1
|\
| * Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-1/+1
* | Resolve various integer conversion warnings from MSVCJack Lloyd2019-12-063-4/+6
* | Make CPU probes noexceptJack Lloyd2019-12-062-6/+6
* | if constexpr is C++17 onlyJack Lloyd2019-12-061-1/+1
* | Fix MSVC warnings in socket utilsJack Lloyd2019-12-062-14/+18
* | Avoid MSVC warnings about dead code in FFI layerJack Lloyd2019-12-062-23/+29
|/
* Add -Werror mode for CI buildJack Lloyd2019-12-032-2/+6
* Add SHACAL2 AVX2Jack Lloyd2019-11-141-1/+37
* FreeBSD build fix.David Carlier2019-10-241-0/+2
* silence trivial warningsNuno Goncalves2019-10-205-0/+10
* Merge GH #2166 Prefix macro with BOTAN_Jack Lloyd2019-10-191-4/+4
|\
| * prefix macro with BOTAN_Nuno Goncalves2019-10-191-4/+4
* | Suppress unused warning.Tom2019-10-181-0/+1
|/
* Avoid Coverity warning about unreachable codeJack Lloyd2019-10-181-2/+4
* Fix arm32 NEON target attribute syntaxJack Lloyd2019-10-181-3/+7
* Merge GH #2157 Handle new RoughtimeError typeJack Lloyd2019-10-161-0/+2
|\
| * fix missing ErrorType::RoughtimeError on switchesNuno Goncalves2019-10-161-0/+2
* | 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
* | Add roughtime protocolNuno Goncalves2019-10-141-0/+2
* | Add UDP clientNuno Goncalves2019-10-143-0/+412
* | Add URI class to parse IPv4, IPv6 and domain names together with port numberNuno Goncalves2019-10-142-0/+232
* | 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
|/
* Improve Doxygen front page referencesJack Lloyd2019-10-071-2/+2
* Have Clang print the deprecated messageJack Lloyd2019-10-011-1/+1
* fix deprecation warnings on MSVCPatrick Schmidt2019-10-011-2/+2
* Add poly_dbl speed utilJack Lloyd2019-09-281-2/+2
* Add tests for SIMD_4x32::shift_elems_{left,right}Jack Lloyd2019-09-251-0/+6