aboutsummaryrefslogtreecommitdiff
path: root/tests/vendor
Commit message (Collapse)AuthorAgeFilesLines
* core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-171-3/+3
| | | | | | In an perfect world these would just be removed, but the world is imperfect, and people are forced to interact/interface with things that are broken.
* core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-171-28/+0
|
* core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-171-64/+0
|
* core/crypto/streebog: Remove, exoticYawning Angel2023-11-171-31/+0
|
* vendor/botan/skein512: Remove, use SHA-3Yawning Angel2023-11-171-31/+0
|
* core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-171-22/+0
|
* core/crypto/md4: Remove, badly brokenYawning Angel2023-11-171-21/+0
|
* core/crypto/gost: Remove, exoticYawning Angel2023-11-171-22/+0
|
* Windows requires the botan-3 naming due to the new releasezhibog2023-05-031-0/+0
|
* Add Botan 3.0, comment some tests, due to removed algorithmszhibog2023-05-032-5/+5
|
* Make tests scripts error if a test failsLucas Perlind2023-04-031-2/+2
| | | | | Additionally fixes tests that were found broken because of this.
* Fix issue 1761. Added the test vector to the core and vendor testszhibog2022-05-041-0/+4
|
* Update test paths.Jeroen van Rijn2022-04-262-3/+3
|
* Address edge cases.Jeroen van Rijn2022-04-262-4/+2
|
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-242-2/+4
|
* Compiler: Allow -out: to not have an extension on *nix for executables (only).Jeroen van Rijn2022-04-241-1/+1
|
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-032-0/+8
|
* tests/vendor: pass extra linker flagsSébastien Marie2022-02-261-1/+8
| | | | on OpenBSD, botan library is third-party and live in /usr/local which isn't a path included by default in linker.
* Added SipHash + tests and fixed remaining semicolons in vendor/botanzhibog2022-02-221-0/+43
|
* [vendor:glfw] Add test.Jeroen van Rijn2021-11-102-1/+51
|
* Add tests to Linux and Mac and add vendor testszhibog2021-11-101-0/+6
|
* Add Botan crypto lib as a vendor libraryzhibog2021-11-093-0/+585