aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* install the DLL to bin-dir rather than lib-dirHannes Rantzsch2020-01-031-1/+1
* Fix a Coverity issueJack Lloyd2020-01-031-1/+1
* Merge GH #2228 Fix RSS-PSS with PKCS11Jack Lloyd2020-01-021-3/+8
|\
| * Extend PKCS#11 RSA paddingsDaniel Neus2019-12-131-3/+8
* | Merge GH #2225 New TLS session encryption formatJack Lloyd2019-12-174-30/+119
|\ \
| * | More tests of TLS::Session encryptionJack Lloyd2019-12-152-3/+25
| * | New TLS session encryption formatJack Lloyd2019-12-152-27/+94
* | | Now ccache is installed on ppc64 and s390 imagesJack Lloyd2019-12-141-2/+3
|/ /
* | Bump the FFI version due to addition of CRL supportJack Lloyd2019-12-143-3/+7
* | Add very long hash input testsJack Lloyd2019-12-132-0/+162
* | Add MD4, MD5 and SHA-1 collision testsJack Lloyd2019-12-133-0/+17
* | Add a longer SHA-256 inputJack Lloyd2019-12-131-0/+3
* | Add more SHA-512 test vectorsJack Lloyd2019-12-131-7/+402
* | Only run multi-iteration block test with long tests enabledJack Lloyd2019-12-131-0/+5
* | Add NIST Monte-Carlo test for SHAJack Lloyd2019-12-133-4/+117
|/
* Clean up handling of POWER ISA extensionsJack Lloyd2019-12-129-24/+26
* Add more test vectors for Tiger hashJack Lloyd2019-12-121-3/+1938
* Merge GH #2224 Add CCM mode to BSI policyJack Lloyd2019-12-102-2/+2
|\
| * Add ccm mode to BSI policyPhilippe Lieser2019-11-212-2/+2
* | Merge GH #2223 Multithreaded testing of cli encryption utilJack Lloyd2019-12-102-126/+163
|\ \
| * | Multithread testing of cli crypto opsJack Lloyd2019-12-102-126/+163
* | | Merge GH #2222 Use multithreaded under qemuJack Lloyd2019-12-101-4/+2
|\ \ \
| * | | qemu can utilize multiple threadsJack Lloyd2019-12-101-4/+2
| |/ /
* / / Silence pylint warningJack Lloyd2019-12-101-1/+1
|/ /
* | Multithread the CLI testsJack Lloyd2019-12-094-114/+115
* | Fix Doxygen warningJack Lloyd2019-12-081-0/+1
* | Fix warning with recent GCCJack Lloyd2019-12-081-1/+1
* | Fix LGTM warning about duplicate code in Python wrapperJack Lloyd2019-12-081-23/+18
* | Reduce time needed to tune Argon2Jack Lloyd2019-12-081-3/+3
* | Minor optimization for Blake2b::final_resultJack Lloyd2019-12-081-1/+2
* | Merge GH #2215 Use .lib suffix consistently on WindowsJack Lloyd2019-12-078-12/+13
|\ \
| * | Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-068-12/+13
* | | Merge GH #2212 Resolve all MSVC warningsJack Lloyd2019-12-0769-388/+447
|\ \ \
| * | | Enable warnings-as-errors build in MSVCJack Lloyd2019-12-063-6/+13
| * | | Fix pylint warningJack Lloyd2019-12-061-1/+1
| * | | Resolve various integer conversion warnings from MSVCJack Lloyd2019-12-069-13/+15
| * | | Avoid integer overflow warningJack Lloyd2019-12-061-2/+9
| * | | Make CPU probes noexceptJack Lloyd2019-12-063-12/+12
| * | | if constexpr is C++17 onlyJack Lloyd2019-12-061-1/+1
| * | | Fix MSVC warning in NewhopeJack Lloyd2019-12-061-1/+1
| * | | Fix MSVC warnings in PKCS11Jack Lloyd2019-12-067-29/+45
| * | | Fix MSVC "optimization" warning about bool conversionsJack Lloyd2019-12-067-19/+19
| * | | Fix MSVC warnings in socket utilsJack Lloyd2019-12-062-14/+18
| * | | Fix warnings in CLI socket operationsJack Lloyd2019-12-063-29/+54
| * | | Fix MSVC warnings in McElieceJack Lloyd2019-12-0613-193/+172
| * | | Fix MSVC warnings in XMSSJack Lloyd2019-12-066-19/+20
| * | | Avoid MSVC warnings about dead code in FFI layerJack Lloyd2019-12-0612-49/+67
| |/ /
* / / Fix some pylint warningsJack Lloyd2019-12-062-1/+2
|/ /
* | Avoid shadow warning in AES vperm codeJack Lloyd2019-12-051-10/+9
* | Add documentation for CRL API in FFI and Python bindingPavol Žáčik2019-12-031-13/+20